Files
OnDoc/Client/bin/Release/Syncfusion.Edit.Windows.xml
T
Stefan Hutter 53a008972e update 20241231
2024-12-31 13:31:49 +01:00

47104 lines
2.3 MiB
Plaintext

<?xml version="1.0"?>
<doc>
<assembly>
<name>Syncfusion.Edit.Windows</name>
</assembly>
<members>
<member name="T:Syncfusion.EditWindowsAssembly">
<exclude/>
<summary>
This class holds the name of the Syncfusion.Edit.Windows assembly and provides a helper
routine that helps with resolving types when loading a serialization stream and when
the framework probes for assemblies by reflection.
</summary>
</member>
<member name="F:Syncfusion.EditWindowsAssembly.Name">
<summary>
The full name of this assembly without version information: "Syncfusion.Edit.Windows"
</summary>
</member>
<member name="F:Syncfusion.EditWindowsAssembly.Assembly">
<summary>
A reference to the <see cref="T:System.Reflection.Assembly"/> for the grid assembly.
</summary>
</member>
<member name="F:Syncfusion.EditWindowsAssembly.RootNamespace">
<summary>
The root namespace of this assembly. Used internally for locating resources within the assembly.
</summary>
</member>
<member name="M:Syncfusion.EditWindowsAssembly.AssemblyResolver(System.Object,System.ResolveEventArgs)">
<summary>
This delegate helps with resolving types and can be used as a eventhandler
for a <see cref="E:System.AppDomain.AssemblyResolve"/> event.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The event data with information about the type.</param>
<returns>A reference to the assembly where the type is located.</returns>
<remarks>
Use this handler when reading back types from a serialization stread
saved with an earlier version of this assembly.
</remarks>
<example>
<code lang="C#">
<![CDATA[
public static GridModel LoadSoap(Stream s)
{
try
{
AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(GridAssembly.AssemblyResolver);
SoapFormatter b = new SoapFormatter();
b.AssemblyFormat = FormatterAssemblyStyle.Simple;
GridModel t = b.Deserialize(s) as GridModel;
t.Modified = false;
return t;
}
finally
{
AppDomain.CurrentDomain.AssemblyResolve -= new ResolveEventHandler(GridAssembly.AssemblyResolver);
}
}
]]>
</code>
</example>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Design.EditControlDesigner">
<summary>
Represents a class that implements the <see cref="T:System.Windows.Form.ControlDesigner"/> for EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Design.EditControlDesigner.PostFilterProperties(System.Collections.IDictionary)">
<summary>
Removes unnecessary properties from property grid.
</summary>
<param name="properties">The properties for EditControl.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Design.EditControlDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Overridden Initialize method.
</summary>
<param name="component">The EditControl.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Design.EditControlDesigner.Dispose(System.Boolean)">
<summary>
Disposes EditControlDesigner.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Design.EditControlDesigner.OnControlParentChanged(System.Object,System.EventArgs)">
<summary>
Prevents EditControl child controls from being unhooked and receiving mouse messages.
</summary>
<param name="sender">The Sender</param>
<param name="e">The event argument</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Design.EditControlDesigner.SelectionRules">
<summary>
Gets the selection rules for the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>. In some cases control sizing can be limited to SingleLine mode or AutoSize mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Design.EditControlDesigner.ActionLists">
<summary>
Gets a designer action list collection to provide the designer action support for EditControl.
</summary>
<value>Design-time action lists</value>
<returns>
The design-time action lists supported by the component associated with the designer.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Design.EditControlActionList.SetProperty(System.String,System.Object)">
<summary>
To write or modify the property value into initilalizeCompoinent()
</summary>
<param name="propertyName">Name of the property</param>
<param name="value">new value</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Design.ScrollbarButtonsCollectionEditor">
<summary>
Represents a class that provides a user interface that can edit most types of ScrollbarButtonsCollection at design time.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Design.ScrollbarButtonsCollectionEditor.#ctor(System.Type)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Design.ScrollbarButtonsCollectionEditor"/> class .
</summary>
<param name="type">The type of the collection for this editor to edit.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Design.ScrollbarButtonsCollectionEditor.CreateNewItemTypes">
<summary>
Allow creation of ScrollbarButton instances in design time.
</summary>
<returns>An array of data types that this collection can contain.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.BaseControlEditControlConfigurator">
<summary>
Represents a class that helps to provide base control for EditControl configurator.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.BaseControlEditControlConfigurator.m_editControl">
<summary>
EditControl to be used for getting supported languages list.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.BaseControlEditControlConfigurator.m_config">
<summary>
Currently used configuration.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.BaseControlEditControlConfigurator.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.BaseControlEditControlConfigurator"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.BaseControlEditControlConfigurator.DetachEvents">
<summary>
Detaches configurationchanged event handler.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.BaseControlEditControlConfigurator.AtachEvents">
<summary>
Ataches configurationchanged event handler.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.BaseControlEditControlConfigurator.EditControl_ConfigurationChanged(System.Object,System.EventArgs)">
<summary>
Calls OnConfigurationChanged() method.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.BaseControlEditControlConfigurator.OnEditControlChanged">
<summary>
Raises EditControlChanged event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.BaseControlEditControlConfigurator.OnConfigurationChanged">
<summary>
Called when configuration is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.BaseControlEditControlConfigurator.EditControl">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> that are used as a source for languages list.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.BaseControlEditControlConfigurator.Configuration">
<summary>
Gets or sets the currently used configuration in EditControl.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Dialogs.BaseControlEditControlConfigurator.EditControlChanged">
<summary>
Occurs when EditControl property has been changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm">
<summary>
Represents a class that contains the common base form for all popup stuff.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.DEF_TIMER_INTERVAL">
<summary>
Tick interval of opacity timer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.DEF_OPACITY_STEP">
<summary>
Step of opacity increasing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.m_opacityTimer">
<summary>
Timer for opacity increasing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.m_bFadeIn">
<summary>
Indicates whether form should be faded in while shown.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.m_bOnloadCalled">
<summary>
Specifies whether OnLoad was called.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.m_bVisible">
<summary>
Specifies whether form is visible.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.m_fOpacityStep">
<summary>
Step of opacity incrementation while fading in.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.m_parent">
<summary>
Parent control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.m_parentSubClass">
<summary>
Object for parent form subclassing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.m_bInactive">
<summary>
Indicates whether form must be inactive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.m_bCloseOnParentClick">
<summary>
Indicates whether form should be closed when parent is clocked.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.m_bCatchParentActivation">
<summary>
Indicates whether parent's WM_NCACTIVATE message should be caught.
When set to false, the focus is returned by simple giving it back. The parent's caption is blinking in this case.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.m_callWndProcHook">
<summary>
Hook for catching windows activation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.m_borderPen">
<summary>
Pen to draw single border.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.m_backgroundBrush">
<summary>
Brush to draw backgrounds.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.m_ForeColor">
<summary>
Gets or sets the foreground color of the form.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.#ctor(System.Windows.Forms.Control)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm"/> class.
</summary>
<param name="parent">Parent control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.#ctor(System.Windows.Forms.Control,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm"/> class.
</summary>
<param name="parent">Parent control.</param>
<param name="bFadeIn">Indicates whether form should be faded in while shown.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.#ctor(System.Windows.Forms.Control,System.Boolean,System.Single)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm"/> class.
</summary>
<param name="parent">Parent control.</param>
<param name="bFadeIn">Indicates whether form should be faded in while shown.</param>
<param name="fOpacityStep">Step of opacity incrementation while fading in.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.#ctor(System.Windows.Forms.Control,System.Boolean,System.Single,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm"/> class.
</summary>
<param name="parent">Parent control.</param>
<param name="bFadeIn">Indicates whether form should be faded in while shown.</param>
<param name="fOpacityStep">Step of opacity incrementation while fading in.</param>
<param name="bInactive">Indicates whether form must be inactive. True by default.</param>
<param name="bCloseOnParentClick">Indicates whether form must be closed on parent click.</param>
<param name="bCatchParentActivation">Indicates whether parent's WM_NCACTIVATE message should be caught.
When set to false, the focus is returned by simple giving it back. The parent's caption is blinking in this case.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.Dispose(System.Boolean)">
<summary>
Releases all resources used by this Controls component.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.Show">
<summary>
Displays the form with fading in when it is needed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.UnregisterHooks">
<summary>
Unregistering Hooks.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.SetVisibleCore(System.Boolean)">
<summary>
Shows/hides window without focusing.
</summary>
<param name="value">Indicates whether window has to be set to visible or not.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.OnClosed(System.EventArgs)">
<summary>
Performs closing-related operations.
</summary>
<param name="e">Event arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.WndProc(System.Windows.Forms.Message@)">
<summary>
Prevents base form from blinking.
</summary>
<param name="m">The Windows Message to process.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.OnActivated(System.EventArgs)">
<summary>
Performs activation-related operations.
</summary>
<param name="e">Event arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.OnOpacityTimerTick(System.Object,System.EventArgs)">
<summary>
Increases opacity of the form.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.OnParentSubClassParentClicked(System.Object,System.EventArgs)">
<summary>
Closes popup forms when parent form is clicked.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.FadeIn">
<summary>
Gets or sets a value indicating whether the form should be faded in while showing.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.Visible">
<summary>
Gets or sets a value indicating whether the form is visible or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.OpacityStep">
<summary>
Gets or sets the step of opacity incrementation while fading in.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.BorderColor">
<summary>
Gets or sets the border color of <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.ForeColor">
<summary>
Gets or sets the foreground color of the form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.BackgroundBrush">
<summary>
Gets or sets the brush that is used for drawing background of form.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.ParentFormSubClass">
<summary>
Class for subclassing parent form and preventing it from blinking.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.ParentFormSubClass.CatchMessage">
<summary>
Indicates whether messages should be catched.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.ParentFormSubClass.WndProc(System.Windows.Forms.Message@)">
<summary>
Catches WM_NCACTIVATE message if needed.
</summary>
<param name="m">The message</param>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Forms.Popup.BasePopupForm.ParentFormSubClass.ParentClicked">
<summary>
Raised when most parent form is clicked (for example, main menu clicking).
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog">
<summary>
Represents a class that contains dialog for customizing EditControl configuration.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.PREVIEW_BOX_WIDTH">
<summary>
Width of the preview box.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.ARROW_WIDTH">
<summary>
Width of the arrow.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.DEF_NEW_LANGUAGE">
<summary>
Item in language list for creating new configuration.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.DEF_CHANGED_TEXT">
<summary>
Language changed text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.DEF_CHANGED_CAPTION">
<summary>
Language changed caption.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.DEF_FORMAT_SAMPLE">
<summary>
Text for format sample.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.DEF_EMPTY_COLOR">
<summary>
Name of empty color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.DEF_NONE_HATCH">
<summary>
Name of empty color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.DEF_LEXEM_ROOT">
<summary>
Root of lexems tree.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.m_colors">
<summary>
Holds all names of Colors.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.m_hatchStyle">
<summary>
Holds fields of HatchStyle enumeration.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.m_underlineStyle">
<summary>
Holds fields of UnderlineStyle enumeration.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.m_underlineWeight">
<summary>
Holds fields of UnderlineWeight enumeration.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.m_formatType">
<summary>
Holds Format Type enum fields.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.m_config">
<summary>
Configurator instance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.m_newLanguages">
<summary>
Array of created new languages.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.m_activeIndex">
<summary>
Active index of list of languages.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.m_info">
<summary>
Information for drawing format sample.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.m_formatState">
<summary>
Default state of formats.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.m_activeLexem">
<summary>
Index of selected lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.m_activeLang">
<summary>
Active language of control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.m_strLoadedConfigurationFileName">
<summary>
Name of the last loaded (or saved) configuration file.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.EditControl">
<summary>
Holds the instance of EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.#cctor">
<summary>
Static constructor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.#ctor">
<summary>
Constructor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.Config.Config,Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog"/> class.
</summary>
<param name="configurator"><see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config"/> class instance.</param>
<param name="activeLang">Active configuration language.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.LsbFormats_DrawItem(System.Object,System.Windows.Forms.DrawItemEventArgs)">
<summary>
Draws listbox with custom colors
</summary>
<param name="sender">Listbox</param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.Panel_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Paints the border of the listbox
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.tabsConfiguration_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Tab page changed. Load all settings into controls.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.comboLanguages_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Raises when item was selected from list of languages.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.btnSaveAs_Click(System.Object,System.EventArgs)">
<summary>
Raises whent SaveAs button pressed.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.btnOK_Click(System.Object,System.EventArgs)">
<summary>
Saves all changes on language configurations.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.btnDelete_Click(System.Object,System.EventArgs)">
<summary>
Removes language from collection.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.lstExtensions_OnAddClick(System.Object,System.EventArgs)">
<summary>
Add button for extension added.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.lsbFormats_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Selected Format in list changed.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.pnlSample_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Paints sample on panel.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.btnFontFormat_Click(System.Object,System.EventArgs)">
<summary>
Opens Font Dialog for selecting font.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.GetColor(System.String)">
<summary>
Gets color by name.
</summary>
<param name="name">Localized name of the color.</param>
<returns>Color.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.Format_Changed(System.Object,System.EventArgs)">
<summary>
Color for format in list changed.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.btnRestore_Click(System.Object,System.EventArgs)">
<summary>
Restores changed format.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.btnAddFormat_Click(System.Object,System.EventArgs)">
<summary>
Adds new format.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.btnRemoveFormat_Click(System.Object,System.EventArgs)">
<summary>
Removes format from the list.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.treeLexems_AfterSelect(System.Object,System.EventArgs)">
<summary>
Selected lexem has been changed.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.btnAddSubLexem_Click(System.Object,System.EventArgs)">
<summary>
Add sub lexem to collection.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.btnAddLexem_Click(System.Object,System.EventArgs)">
<summary>
Adds new lexem.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.btnRemoveLexem_Click(System.Object,System.EventArgs)">
<summary>
Removes selected lexem.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.DrawComboItem(Syncfusion.Windows.Forms.Tools.ComboListBox,System.Drawing.Brush,System.Windows.Forms.DrawItemEventArgs)">
<summary>
Draws combo item for combobox with color rectangles.
</summary>
<param name="combo">ComboBox to draw.</param>
<param name="currentBrush">Current brush to use.</param>
<param name="e">DrawItemEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.comboFontColor_DrawItem(System.Object,System.Windows.Forms.DrawItemEventArgs)">
<summary>
Draws combo item for combobox with font color.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.comboHatchStyle_DrawItem(System.Object,System.Windows.Forms.DrawItemEventArgs)">
<summary>
Draws combo item for combobox with hatch style.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.btnSetFonts_Click(System.Object,System.EventArgs)">
<summary>
Sets new font and draws sample.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.btnOpen_Click(System.Object,System.EventArgs)">
<summary>
Shows file open dialog where user can load some configfile.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.btnSaveAs_Click_1(System.Object,System.EventArgs)">
<summary>
Shows file save dialog where user can give the name of the file, configuration should be saved to.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.InfillLanguageList">
<summary>
Infills list of loaded languages.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.GetActiveLanguage">
<summary>
Returns active language.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.GetLanguage(System.Int32)">
<summary>
Returns language by defined index.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.LoadLanguage(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Loads all properties of selected language to controls.
</summary>
<param name="lang">Configuration language to load.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.SaveLanguage(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Saves defined language.
</summary>
<param name="lang"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.Save">
<summary>
Saves results.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.SaveAll">
<summary>
Saves all languages to config.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.ToggleControls">
<summary>
Enables/disables buttons Save and Delete for languages.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.CreateNewConfiguration">
<summary>
Creates new language configuration.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.CreateConfigFromXml(System.Xml.XmlElement)">
<summary>
Creates new configuration language from Xml Document.
</summary>
<param name="element">XML element with language configuration..</param>
<returns>ConfigLanguage from document.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.AddConfigLanguage(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Adds language to collection.
</summary>
<param name="language">New language.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.SavePreviousLanguage(System.Int32)">
<summary>
Saves previous active language from the list.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.EnableDoubleBuffering">
<summary>
Enables double buffering for the form thats helps to renderer all paint operations to a memory buffer instead of the drawing surface on the screen.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.CreateAccessibilityInstance">
<summary>
New Instance for configuration dialog accessible object
</summary>
<returns>ConfigurationDialogAccessibleObject</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.InitTabPage(Syncfusion.Windows.Forms.Tools.TabPageAdv)">
<summary>
Initializes all control on defined Tab Page.
</summary>
<param name="page"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.InitFormatPage">
<summary>
Initializes Formats tab page.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.InitLexemPage">
<summary>
Initializes Lexems tab page.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.InfillFormatsList(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Infills formats list.
</summary>
<param name="language">Language configuration, witch's data have to be used to fill lists.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.InfillsSplitsList(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Fills in lists on first tab page by data from given language.
</summary>
<param name="lang">Language configuration, witch's data have to be used to fill lists.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.InfillLexemsList(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Adds nodes to tree.
</summary>
<param name="lang">Language configuration, witch's data have to be used to fill lists.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.InfillLexemsSubList(Syncfusion.Windows.Forms.Tools.TreeNodeAdv,Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem)">
<summary>
Infills sub lexems in lexems tree.
</summary>
<param name="parent">Parent node.</param>
<param name="lexem">Lexem configuration, witch's data have to be used.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.GetActiveFormat">
<summary>
Returns selected format.
</summary>
<returns>Active format or NULL.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.DrawFormatSample">
<summary>
Draws format sample.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.GetColorName(System.Drawing.Color)">
<summary>
Gets color name.
Empty colors are returned correctly.
</summary>
<param name="color">Color.</param>
<returns>Color name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.LoadFormat(Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format)">
<summary>
Loads all settings from active format.
</summary>
<param name="format">Format to be loaded.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.ToggleFormatControls">
<summary>
Enables/disables controls on format tab page.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.GetFormatNameRegex">
<summary>
Returns Regex for format names.
</summary>
<returns><see cref="T:System.Text.RegularExpressions.Regex"/> with list of all existing format names.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.AddFormat(System.String)">
<summary>
Creates new format and adds to collection.
</summary>
<param name="name">Name of the format.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.GetActiveLexem">
<summary>
Returns active lexem.
</summary>
<returns>Lexem configuration or NULL if there
is no lexem configuration currently selected.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.ToggleLexemControls">
<summary>
Enables/disables controls on lexem edit page.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.LoadLexem(Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem)">
<summary>
Loads lexem info to controls.
</summary>
<param name="lexem">Lexem configuration to be loaded.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.RestoreLexemControls">
<summary>
Restores controls to their default values.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.GetLexemNameRegex(Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem)">
<summary>
Builds regex for checking name of new lexem.
</summary>
<param name="lexem"></param>
<returns>
<see cref="T:System.Text.RegularExpressions.Regex"/> with list of names of lexems
that belongs to the parent of the given one.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.AddLexem(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem,System.String,System.Boolean)">
<summary>
Adds new lexem to collection..
</summary>
<param name="lexemName">Name of the lexem configuration..</param>
<param name="parentLexem">Parent of the lexem configuration.</param>
<param name="subLexem"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.ClearDataBindings">
<summary>
Clears all DataBindings.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.SavePreviousLexem">
<summary>
Saves previous lexem.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.OnStyleChanged">
<summary>
Occurs when the control style changed
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.Configurator">
<summary>
Gets the configurator instance with all edited languages.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.FormatState">
<summary>
Structure for saving start format settings.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.FormatState.m_name">
<summary>
Name of the format.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.FormatState.m_fontColor">
<summary>
Color of the font.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.FormatState.m_foreColor">
<summary>
Color of the borders.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.FormatState.m_backColor">
<summary>
Back color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.FormatState.m_lineColor">
<summary>
Lines color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.FormatState.m_hatchStyle">
<summary>
Hatch Style of the font.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.FormatState.m_undStyle">
<summary>
Underline Style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.FormatState.m_undWeight">
<summary>
Underline Weight.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.FormatState.m_font">
<summary>
Font of the format.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.FormatState.#ctor(System.String)">
<summary>
Creates new format state.
</summary>
<param name="name"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.FormatState.SaveState(Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format)">
<summary>
Saves all settings from format to this object.
</summary>
<param name="format"></param>
<returns>TRUE - if settings saved, FLASE - otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.FormatState.RestoreState(Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format)">
<summary>
Restores all settings of format.
</summary>
<param name="format"></param>
<returns>TRUE - if restored, FALSE - otherwise.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog.FormatState.Empty">
<summary>
Returns default state of the format.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmConfigDialog">
<summary>
Summary description for frmConfigDialog.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmConfigDialog.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.Config.Config,Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Main constructor.
</summary>
<param name="configurator"><see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config"/> class instance.</param>
<param name="activeLang">Active configuration language.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice">
<summary>
Represents a form which is used for performing context prompt functionality.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.DEF_FORM_DEFAULT_WIDTH">
<summary>
Default form width.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.DEF_FORM_DEFAULT_HEIGHT">
<summary>
Default form height.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.m_items">
<summary>
Contextchoice items collection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.m_images">
<summary>
Named image collection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.m_hashItems">
<summary>
Hashtable of the context choice items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.m_parent">
<summary>
Parent control that receives focus after item is selected.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.m_bProcessDblClick">
<summary>
Indicates whether double click must close the form.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.m_toolTip">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.Item">
<summary>
Contextchoiceitem to set the location of the ToolTip
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.m_timer">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.scrollersFrame">
<summary>
Holds the scrollbar of treeview
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.contextChoiceBackColor">
<summary>
Holds the backcolor of the contextchoice
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.contextChoiceForeColor">
<summary>
Holds the forecolor of the contextchoice
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.contextChoiceBorderColor">
<summary>
Holds the border color of the contextchoice
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.formSize">
<summary>
Size of the context choice form.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.MapVirtualKey(System.UInt32,System.UInt32)">
<summary>
Search and retruns the exact key char in key down event args
</summary>
<param name="uCode">gets the key code value</param>
<param name="uMapType">gets the value which returns the type</param>
<returns></returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.dropDownContextChoiceLexem">
<summary>
Stores the exact lexem of dropdown context choice list
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.isArrowKeyPressed">
<summary>
Indicates whether the arrow key is pressed or not.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.#ctor(Syncfusion.Windows.Forms.Edit.Utils.NamedImageList,Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection,Syncfusion.Windows.Forms.Edit.StreamEditControl,System.Boolean,System.Windows.Forms.Control,System.Boolean,System.Boolean)">
<summary>
Creates and initializes a new instance of context choice form.
</summary>
<param name="images">List of images for context choice items.</param>
<param name="items">Collection of context choice items.</param>
<param name="editor">Underlying StreamEditControl.</param>
<param name="inactive">Indicates whether popup form should stay inactive.</param>
<param name="parentWindow">Parent control that receives focus after item is selected.</param>
<param name="bCloseOnParentClick">Indicates whether form should be closed on click above parent window.</param>
<param name="bCatchParentActivate">Indicates whether activation of parent window should be caught.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.#ctor(Syncfusion.Windows.Forms.Edit.Utils.NamedImageList,Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection,Syncfusion.Windows.Forms.Edit.StreamEditControl,System.Boolean,System.Windows.Forms.Control,System.Boolean,System.Boolean,System.Drawing.Size)">
<summary>
Creates and initializes new instance of class.
</summary>
<param name="images">List of images for context choice items.</param>
<param name="items">Collection of context choice items.</param>
<param name="editor">Underlying StreamEditControl.</param>
<param name="inactive">Indicates whether popup form should stay inactive.</param>
<param name="parentWindow">Parent control that receives focus after item is selected.</param>
<param name="bCloseOnParentClick">Indicates whether form should be closed on click above parent window.</param>
<param name="bCatchParentActivate">Indicates whether activation of parent window should be caught.</param>
<param name="size">Size of the form.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.LstItems_DrawNode(System.Object,System.Windows.Forms.DrawTreeNodeEventArgs)">
<summary>
Draws the context choice items.
</summary>
<param name="sender"></param>
<param name="e"></param>
WF-54128 The rendering part of node text rect are changed to point since the node text is clipped if the text length is more and there is no need of calculatiing width or height for text.
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.UpdateNodesList(System.String)">
<summary>
Updates nodes list.
</summary>
<param name="stringToAutoComplete">String with the beginning of word to auto complete.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.NextItem">
<summary>
Selects next item.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.PreviousItem">
<summary>
Selects previous item.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.NextPage">
<summary>
Jumps to the next page.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.PreviousPage">
<summary>
Jumps to the previous page.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.Dismiss">
<summary>
Closes form with Cancel dialog result.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.BeginUpdate">
<summary>
Locks update of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.EndUpdate">
<summary>
Unlocks update of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.Close">
<summary>
Cancels selection and closes form.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.CheckSelection">
<summary>
Checks if control has some item selected.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.CloseOk">
<summary>
Closes dialog with DialogResult property set to OK.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.CloseCancel">
<summary>
Closes dialog with DialogResult property set to Cancel.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.SetItemToolTip(Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItem)">
<summary>
Sets active tooltip`s text.
</summary>
<param name="item">Item with text to be set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.SetNodeToolTip(System.Windows.Forms.TreeNode)">
<summary>
Sets active tooltip's text.
</summary>
<param name="item">Item with text to be set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.ProccessKeys(System.Windows.Forms.KeyEventArgs)">
<summary>
</summary>
<param name="keys"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.frmContextChoice_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.lstItems_AfterSelect(System.Object,System.Windows.Forms.TreeViewEventArgs)">
<summary>
Updates tooltip with information about currently selected item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.lstItems_MouseMove(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Updates tooltip.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.lstItems_DoubleClick(System.Object,System.EventArgs)">
<summary>
Closes dialog with modal result OK.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.lstItems_KeyDown(System.Object,System.Windows.Forms.KeyEventArgs)">
<summary>
Processes key presses.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.m_items_CollectionChanged(System.Object,System.EventArgs)">
<summary>
Updates nodes list.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.OnTooltipTimerTick(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.OnClosing(System.ComponentModel.CancelEventArgs)">
<summary>
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.CreateAccessibilityInstance">
<summary>
New instance for context choice accessible object
</summary>
<returns>ContextChoiceAccessibility</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.SelectedItemInternal">
<summary>
Gets or sets selected item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.SelectedItemID">
<summary>
Gets or sets ID of currently selected item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.ContextChoiceList">
<summary>
Gets collection of items.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.ProcessDblClick">
<summary>
Gets or sets value indicating whether double click must close the form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.ItemsView">
<summary>
Gets control representing items.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice.ItemSelected">
<summary>
Occurs when an item is selected Context choice popup window.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt">
<summary>
Represents a form which is used for performing context prompt functionality.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.DEF_FIRST_LINE_HEIGHT">
<summary>
Height of the first line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.DEF_FILENAME_ARROW_DOWN">
<summary>
Down arrow resource name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.DEF_FILENAME_ARROW_UP">
<summary>
Up arrow resource name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.DEF_OFFSET_COMMON">
<summary>
Free space between arrow and text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.DEF_OFFSET_BORDER">
<summary>
Free space between border and text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.DEF_IMAGE_SIZE">
<summary>
Size of square clip for image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.m_ctrlParent">
<summary>
Editor, prompt belongs to.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.m_boldFont">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.m_defGraphics">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.m_list">
<summary>
Collection of the context prompts.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.m_imgArrowUp">
<summary>
Up arrow image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.m_imgArrowDown">
<summary>
Down arrow image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.m_info">
<summary>
Measured info.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.m_sIndexTemplate">
<summary>
String template used for displaying index of the selected prompt.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.m_bUseXPStyle">
<summary>
Indicates whether XP style should be used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.m_bUseCustomSize">
<summary>
Indicates whether custom context prompt size should be used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.m_droppingLexem">
<summary>
Lexem causing context prompt to drop.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.m_lexemBeforeDropper">
<summary>
Lexem situated before dropper.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.ContextLocation">
<summary>
To set the location of the ContextPrompt
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.editcontrol">
<summary>
Holds the EditControl instance
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.m_backgroundBrushDarkGray">
<summary>
Fill the Background Color of the ContextPrompt in Office2016DarkGray Theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.m_backgroundBrushBlack">
<summary>
Fill the Background Color of the ContextPrompt in Office2016Black Theme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.#ctor(System.Windows.Forms.Control)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt"/> class.
</summary>
<param name="parent">Editor, prompt belongs to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.ShowContextPrompt(System.Drawing.Point,System.Drawing.Size)">
<summary>
Displays the context prompt window that helps to easily add the contents to the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="location">Location of window to show.</param>
<param name="size">Size of window to show.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.Close">
<summary>
Helps to cancels selection and closes the form.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Draws the whole popup prompt object.
</summary>
<param name="pe">A PaintEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.ProcessDialogKey(System.Windows.Forms.Keys)">
<summary>
Processes arrow keys.
</summary>
<param name="keyData">One of the Keys values that represents the key to process.</param>
<returns>True if the keystroke was processed and consumed by the control; otherwise, false to allow further processing.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.ProcessKey(System.Windows.Forms.Keys)">
<summary>
Processes the key combination.
</summary>
<param name="keyData">Key combination.</param>
<returns>True, if combination can be processed, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.CreateAccessibilityInstance">
<summary>
New instance for ContextPromptAccessibility accessible object
</summary>
<returns>ContextPromptAccessibility</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.m_list_OnChanged(System.Object,System.EventArgs)">
<summary>
Sets measuring info to null.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.ContextPrompt_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Handles the MouseDown event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.ContextPrompt_LostFocus(System.Object,System.EventArgs)">
<summary>
Hides the popup selection when focus is lost.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.SizeFToSize(System.Drawing.SizeF)">
<summary>
Converts SizeF to Size structure.
</summary>
<param name="size">SizeF structure.</param>
<returns>Size structure.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.GetMeasureInfo">
<summary>
Gets measuring info for the current context prompt.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.UpdateSelection">
<summary>
Checks whether there is something selected and selects first item if needed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.NextChoice">
<summary>
Displays the next choice.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.PreviousChoice">
<summary>
Displays the previous choice.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.OnCurrentPromptChanged">
<summary>
Raises SelectedPromptChanged event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.OnDataChanged">
<summary>
Updates form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.EditControl">
<summary>
Gets or sets the EditControl
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.Info">
<summary>
Gets measuring info of the current context prompt.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.SelectedPrompt">
<summary>
Gets the currently selected item in context prompt popup window.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.TextIndex">
<summary>
Gets text with the index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.TextSubject">
<summary>
Subject of the currently selected item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.TextDescription">
<summary>
Description of the currently selected item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.Image">
<summary>
Gets image associated with the currently selected item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.UpArrow">
<summary>
Gets the upper arrow image for the ContextPrompt form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.DownArrow">
<summary>
Gets the down arrow image for the ContextPrompt form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.List">
<summary>
Gets the collection of context prompt list item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.CurrentPrompt">
<summary>
Gets or sets the index of currently selected prompt.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.UseXPStyle">
<summary>
Gets or sets a value indicating whether the XP style should be used in form or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.UseCustomSize">
<summary>
Gets or sets a value indicating whether the custom context prompt size should be used or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.Dropper">
<summary>
Gets or sets the lexem that causes the context prompt to drop.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.LexemBeforeDropper">
<summary>
Gets or sets the lexem situated before dropper.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.SelectedPromptChanged">
<summary>
Occurs after selected context prompt has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.TotalChoices">
<summary>
Gets the total number of choices.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.MeasuredInfo">
<summary>
Measured information about context prompt.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.MeasuredInfo.ArrowUp">
<summary>
Rectangle occupied by Up Arrow.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.MeasuredInfo.ArrowDown">
<summary>
Rectangle occupied by Down Arrow.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.MeasuredInfo.Index">
<summary>
Rectangle occupied by text between arrows.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.MeasuredInfo.Subject">
<summary>
Rectangle occupied by subject.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.MeasuredInfo.Description">
<summary>
Rectangle occupied by description.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt.MeasuredInfo.Entire">
<summary>
Rectangle occupied by entire prompt.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList">
<summary>
Represents a class that helps to provide the list of formats in EditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.m_Language">
<summary>
Currently edited configuration language.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.m_languageSelector">
<summary>
Language selector.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.m_bCanAddRemove">
<summary>
Specifies whether Add/Remove buttons should be visible.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.style">
<summary>
Holds the style
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.lstFormats_DrawItem(System.Object,System.Windows.Forms.DrawItemEventArgs)">
<summary>
Draws item of the format listBox.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.lstFormats_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Calls OnFormatSelectionChanged method.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.btnRemove_Click(System.Object,System.EventArgs)">
<summary>
Removes selected format from collection.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.EditControl_ConfigurationChanged(System.Object,System.EventArgs)">
<summary>
Updates formats list.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.btnAdd_Click(System.Object,System.EventArgs)">
<summary>
Adds new format to language.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.OnEditControlChanged">
<summary>
Invalidates control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.OnLanguageChanged">
<summary>
Raises LanguageChanged event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.OnFormatSelectionChanged">
<summary>
Raises SelectedFormatChanged event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.LanguageSelectorLanguageChanged(System.Object,System.EventArgs)">
<summary>
Calls OnFormatSelectionChanged() method.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.OnStyleChanged">
<summary>
Occurs when the control style changed
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.Language">
<summary>
Gets or sets the selected language.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.SelectedItem">
<summary>
Gets a SelectedItem from Formats ListBox
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.SelectedFormats">
<summary>
Gets or sets the currently selected format.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.LanguageSelector">
<summary>
Gets or sets the language selector control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.ShowAddRemoveButtons">
<summary>
Gets or sets a value indicating whether add and remove buttons are visible.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.LanguageChanged">
<summary>
Occurs when the language changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsList.SelectedFormatChanged">
<summary>
Occurs when format selection has been changed in EditControl.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings">
<summary>
Represents a control that are used for EditControl formats settings.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.PREVIEW_BOX_WIDTH">
<summary>
Width of the preview box.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.ARROW_WIDTH">
<summary>
Holds the width of the arrow.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.DEF_COLOR_EMPTY">
<summary>
Empty color name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.DEF_SOLID_FILL">
<summary>
Name of the item in combo that should be selected in case of solid fill.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.m_formatsList">
<summary>
List of the formats to edit.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.m_iLockEventHandling">
<summary>
Specifies whether handling of events is disabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.m_formatSelector">
<summary>
Formats selector control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.m_previousFontPositon">
<summary>
Font index in comboFonts.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.InitializeCombos">
<summary>
Initializes comboboxes.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.DrawComboItem(Syncfusion.Windows.Forms.Tools.ComboListBox,System.Drawing.Brush,System.Windows.Forms.DrawItemEventArgs)">
<summary>
Draws combo item for combobox with color rectangles.
</summary>
<param name="combo">ComboBox to draw.</param>
<param name="currentBrush">Current brush to use.</param>
<param name="e">DrawItemEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.DisableControls">
<summary>
Disables controls and sets empty values.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.EnableControls">
<summary>
Enables all controls.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.GetSimpleFontStyle(System.Boolean,System.Boolean)">
<summary>
Converts bold and italic values combination to SimpleFontStyle.
</summary>
<param name="bold">Font style bold value.</param>
<param name="italic">Font style italic value.</param>
<returns>SimpleFontStyle value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.GetFontStyle(System.String)">
<summary>
Gets font style from string representation of SimpleFontStyle.
</summary>
<param name="styleString">SimpleFontStyle string representation.</param>
<returns>FontStyle.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.GetColorName(System.Drawing.Color)">
<summary>
Gets color name. Empty colors are returned correctly.
</summary>
<param name="color">Color.</param>
<returns>Color name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.GetColor(System.String)">
<summary>
Get color by name.
</summary>
<param name="color">Color name or Empty.</param>
<returns>Color value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.UpdateFormats(Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.FormatStringData)">
<summary>
Updates all formats with nonempty data from "data" argument.
</summary>
<param name="data">Data values.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.GetFormatStrings(Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format)">
<summary>
Gets string representation of formats data.
</summary>
<param name="format">Format. Can not be null.</param>
<returns>FormatStringData structure.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.MergeString(System.String,System.String)">
<summary>
Merges 2 strings. If both string have the same value, resulting string will have this value, otherwise empty string will be returned.
</summary>
<param name="str1">String 1.</param>
<param name="str2">String 2.</param>
<returns>If both string have the same value, method returns this value, otherwise empty string will be returned.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.MergeFormatData(Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.FormatStringData,Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.FormatStringData)">
<summary>
Merges formats string representations.
</summary>
<param name="arg1">First format representation.</param>
<param name="arg2">Second format representation.</param>
<returns>Merged formats string representation.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.GetMergedFormatData">
<summary>
Gets merged string representation of formats.
</summary>
<returns>String representation of formats list.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.UpdateSettingsFromFormats">
<summary>
Updates all settings.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.SelectItemByValue(Syncfusion.Windows.Forms.Tools.ComboBoxAdv,System.Object)">
<summary>
Selects combobox item by value.
</summary>
<param name="combo">Combobox</param>
<param name="value">value to be selected.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.LockEventProcessing">
<summary>
Locks processing of events.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.UnlockEventProcessing">
<summary>
Unlocks processing of events.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.GetComboBoxValue(Syncfusion.Windows.Forms.Tools.ComboBoxAdv)">
<summary>
Gets selected value of the combobox.
</summary>
<param name="combo">Combobox.</param>
<returns>Selected value or empty string if no value is selected.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.OnChanged">
<summary>
Raises Changed event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.m_formatsList_OnChanged(System.Object,System.EventArgs)">
<summary>
Updates controls.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.SelectorFormatsSelectionChanged(System.Object,System.EventArgs)">
<summary>
Updates data.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.comboBorderColor_DrawItem(System.Object,System.Windows.Forms.DrawItemEventArgs)">
<summary>
Draws color combobox item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.comboFonts_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Changes font name.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.numFontSize_ValueChanged(System.Object,System.EventArgs)">
<summary>
Changes font size.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.comboFontStyle_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Changes font style.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.comboFontColors_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Changes font color.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.comboBackgroundColor_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Changes background color.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.comboBorderColor_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Changes borders color.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.comboBackgroundFillStyle_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Changes background fill color.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.comboUnderlineWeight_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Changes underline weight.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.comboUnderlineColor_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Changes underline color.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.comboUnderlineStyle_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Changes underline style.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.comboStrikeOutColor_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Updates strikeout color.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.PaintHeaderText(System.Drawing.Graphics,Syncfusion.Windows.Forms.Tools.GradientPanel)">
<summary>
This method helps paint the title of the GradientPanelAdv.
</summary>
<param name="g">The Graphics object for paint event handler.</param>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.PaintBackGround(System.Drawing.Graphics,System.Drawing.Rectangle)" -->
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.OnStyleChanged">
<summary>
Occurs when the control style changed
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.Changed">
<summary>
Occurs when user changes control format settings.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.isLocked">
<summary>
Gets value indication whether event handling is locked.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.Formats">
<summary>
Gets or sets the list of formats to be edited. If FormatsSelector is set, this property will return selection of the FormatsSelector.
If FormatsSelector is set, this property will return selection of the FormatsSelector.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.FormatsSelector">
<summary>
Gets or sets a control that is used for selecting formats.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.EditControl">
<summary>
Gets or sets a value of EditControl
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.FormatStringData">
<summary>
String representation of format data.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.FormatStringData.FontSize">
<summary>
Font size.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.FormatStringData.FontName">
<summary>
Font name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.FormatStringData.FontSyle">
<summary>
Font style, string representation of SimpleFontStyle enum value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.FormatStringData.FontColor">
<summary>
Font color, string representation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.FormatStringData.BackgroundColor">
<summary>
Background color, string representation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.FormatStringData.BackgroundStyle">
<summary>
Background style, string representation of HatchStyle enum value or Solid.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.FormatStringData.BorderColor">
<summary>
Border color, string representation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.FormatStringData.UnderlineWeight">
<summary>
Underline weight, string representation of UnderlineWeight enum value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.FormatStringData.UnderlineColor">
<summary>
Underline color, string representation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.FormatStringData.UnderlineStyle">
<summary>
Underline style, string representation of UnderlineStyle enum value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.FormatStringData.StrikeOutColor">
<summary>
Text strike out color, string representation.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.SimpleFontStyle">
<summary>
Font styles used in combo.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.SimpleFontStyle.Regular">
<summary>
Regular style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.SimpleFontStyle.Bold">
<summary>
Bold style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.SimpleFontStyle.Italic">
<summary>
Italic style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlFormatsSettings.SimpleFontStyle.BoldItalic">
<summary>
Bold italic style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.ControlLanguageSelector">
<summary>
Represents a control which is used for selecting language.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlLanguageSelector.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ControlLanguageSelector.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlLanguageSelector.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.ControlLanguageSelector"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlLanguageSelector.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlLanguageSelector.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlLanguageSelector.OnResize(System.EventArgs)">
<summary>
Sets heights of the control.
</summary>
<param name="e">The EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlLanguageSelector.OnConfigurationChanged">
<summary>
Raised when configuration is changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlLanguageSelector.OnEditControlChanged">
<summary>
Updates languages list.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlLanguageSelector.UpdateLanguagesList">
<summary>
Updates languages list.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlLanguageSelector.OnLanguageSelected">
<summary>
Raises SelectedLanguageChanged event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlLanguageSelector.ComboLanguages_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Calls OnLanguageSelected() method.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ControlLanguageSelector.OnStyleChanged">
<summary>
Occurs when the control style changed
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ControlLanguageSelector.SelectedLanguage">
<summary>
Gets or sets the selected language in EditControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ControlLanguageSelector.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ControlLanguageSelector.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Dialogs.ControlLanguageSelector.SelectedLanguageChanged">
<summary>
Occurs when user selects other language.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog">
<summary>
Represents a class that helps to create language by using the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.DEF_XPATH_LANG_NAME">
<summary>
XPath for selecting name of languages.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.DEF_XPATH_LANG">
<summary>
Selects all configuration languages.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.DEF_ERROR">
<summary>
Error message when name duplicates.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.m_filePath">
<summary>
Path to source configuration file.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.m_config">
<summary>
Configurator instance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.m_inheritName">
<summary>
Inheritance configuration language name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.m_confName">
<summary>
Name of new configuration.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.m_regName">
<summary>
Regex for validating name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.editcontrol">
<summary>
Holds the EditControl instance
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.Config.Config)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog"/> class.
</summary>
<param name="config">The Config.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.BtnFilePath_Click(System.Object,System.EventArgs)">
<summary>
Choose source configuration file.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.ComboLanguages_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Inheritance name of language.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.TxtName_TextChanged(System.Object,System.EventArgs)">
<summary>
Name of configuration changed.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.TxtName_Validating(System.Object,System.ComponentModel.CancelEventArgs)">
<summary>
Validating Name of language.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.InfillLanguageList">
<summary>
Infills list of defined configurations.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.InfillDefaultLanguages">
<summary>
Infills default languages list.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.InfillCustomLanguages">
<summary>
Infills list of languages from custom source file.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.GenerateRegex">
<summary>
Creates regex instance.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.EnableDoubleBuffering">
<summary>
Enables double buffering for the form thats helps to renderer all paint operations to a memory buffer instead of the drawing surface on the screen.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.CreateAccessibilityInstance">
<summary>
New instance for FrmCreateLangDialog accessible object
</summary>
<returns>CreateLanguageDialogAccessibility</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.OnStyleChanged">
<summary>
Occurs when the control style changed
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.FilePath">
<summary>
Gets the path for source configuration file.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.ConfigurationName">
<summary>
Gets the name of new configuration.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.InheritanceName">
<summary>
Gets the inheritance configuration language name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.EditControl">
<summary>
Gets or sets the EditControl
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog">
<summary>
Represents a class that helps to find the text in EditControl by using the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IFindDialogForm">
<summary>
Provides the functionality for Find dialog form.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IFindDialogForm.SelectTextAndFocus">
<summary>
Helps to selects text in find combo box and focuses it.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IFindDialogForm.FindNext">
<summary>
Continues a search that was begun with the Find method.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IFindDialogForm.Show">
<summary>
Displays the form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IFindDialogForm.SearchText">
<summary>
Gets or sets the searching text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IFindDialogForm.History">
<summary>
Gets the search history details which had been performed in Find dialog box.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.DEF_STR_WHOLEWORD_REGEX_TEMPLATE">
<summary>
Template for regex to match whole word.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.DEF_REGEXP">
<summary>
Regexp symbols for inserting in text searching field.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.cmbFind">
<summary>
Defines a new Combobox
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.chkCase">
<summary>
Defines a new Checkbox
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.btnFind">
<summary>
Defines a new Button
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.btnClose">
<summary>
Defines a new Button
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.lblFind">
<summary>
Defines a new Label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.btnTempaltes">
<summary>
Defines a new Button
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.btnMarkAll">
<summary>
Defines a new Button
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.chkWholeWord">
<summary>
Defines a new CheckBox
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.chkHidden">
<summary>
Defines a new CheckBox
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.chkUp">
<summary>
Defines a new CheckBox
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.chkRegular">
<summary>
Defines a new CheckBox
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.chkWrap">
<summary>
Defines a new CheckBox
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.groupBox1">
<summary>
Defines a new Groupbox
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.rdbDocument">
<summary>
Defines a new Radiobutton
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.rdbSelection">
<summary>
Defines a new Radiobutton
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.cmnTemplates">
<summary>
Defines a new Contextmenu
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.m_ptSearchStartPosition">
<summary>
Position of the Starting point of search
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.m_SearchStartString">
<summary>
Starting point string
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.m_control">
<summary>
Control instance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.m_bInSelection">
<summary>
Indicates if search in selected text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.m_attributes">
<summary>
Indicates features for searching.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.m_searchType">
<summary>
Type of searching.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.m_searchText">
<summary>
Text for searching.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.m_history">
<summary>
History of searched text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.m_bIndexChaged">
<summary>
Indicates if we must change history because selected index in combobox has been changed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.m_activeCombo">
<summary>
Instance on active comboBox.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.m_stLine">
<summary>
start of the selection line
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.m_stColumn">
<summary>
start of the selection column
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.m_edLine">
<summary>
End of the selection line
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.m_edColumn">
<summary>
End of the selection column
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.style">
<summary>
Holds the style
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.ResetStartingPointofSearch">
<summary>
Reset the Starting position and string value of find
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.RaiseOnFound(Syncfusion.Windows.Forms.Edit.Implementation.IO.FindResult,Syncfusion.Windows.Forms.Edit.Interfaces.FindNextResult)">
<summary>
Returns the result of Find next result
</summary>
<param name="findResult"></param>
<param name="findNextResult"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.#ctor(Syncfusion.Windows.Forms.Edit.EditControl)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/> class.
</summary>
<param name="edtControl"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.#ctor(Syncfusion.Windows.Forms.Edit.StreamEditControl)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/> class.
</summary>
<param name="parent">Instance of control class.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.Find_Search_Dialog_KeyDown(System.Object,System.Windows.Forms.KeyEventArgs)">
<summary>
Defines search type and invokes searching process in Button and ComBoBox Key Down event
</summary>
<param name="sender">Sender Value</param>
<param name="e">Event Arguments</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.SelectTextAndFocus">
<summary>
Selects the text in find combo box and focuses it.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.flag">
<summary>
This flag indicates whether to store the physical point when selection is made.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.flagForRotateFind">
<summary>
This flag indicates whether to cycle back the searching while finding text in selected region.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.count">
<summary>
It indicates that whether word is available or not
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.bottomPhysicalPoint">
<summary>
IPasePoint throug which we store the selected bottom physical point if only if flag==1
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.topPhysicalPoint">
<summary>
IPasePoint throug which we store the selected top physical point if only if flag==1
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.FindNext">
<summary>
Continues a search that was begun with the Find method.
</summary>
<returns>Find result.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.OnFindComplete(Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.FindCompleteEventArgs)">
<summary>
Fired on OnFindComplete
</summary>
<param name="e">FindCompleteEvent Args</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.MarkAll">
<summary>
Marks all the found text in document.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.CreateSearchRegex">
<summary>
Creates regular expression object that can be used for search.
</summary>
<returns>Regular expression object or null if there is no sufficient information for search.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.CmbFind_TextChanged(System.Object,System.EventArgs)">
<summary>
Reacts on changing finding text.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.BtnClose_Click(System.Object,System.EventArgs)">
<summary>
Hides dialog.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.RadioButton_CheckedChanged(System.Object,System.EventArgs)">
<summary>
Changes searching source.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.ResetFlags">
<summary>
Reset flags for finding word in selected text area
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.SearchAttr_Changed(System.Object,System.EventArgs)">
<summary>
Changes searching attributes.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.WrapAroundSearch_Changed(System.Object,System.EventArgs)">
<summary>
Changes searching attributes.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.Find_Text(System.Object,System.EventArgs)">
<summary>
Defines search type and invokes searching process.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.BtnMarkAll_Click(System.Object,System.EventArgs)">
<summary>
Marks all.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.CmbFind_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Raises when selected item from history.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.BtnTempaltes_Click(System.Object,System.EventArgs)">
<summary>
Shows context menu.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.Regexp_Insert(System.Object,System.EventArgs)">
<summary>
Inserts Regexp template to combo box.
</summary>
<param name="sender">The Sender.</param>
<param name="e">The EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.OnClosing(System.ComponentModel.CancelEventArgs)">
<summary>
Overriden. Hides dialog.
</summary>
<param name="e">The CancelEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.OnLoad(System.EventArgs)">
<summary>
Overriden. Invokes when dialog shows first time.
</summary>
<param name="e">The EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.OnActivated(System.EventArgs)">
<summary>
Overriden. Raises when dialog is shown.
</summary>
<param name="e">The EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.ToggleButtons">
<summary>
Enables or disables Regexp button.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.GetActiveComboBox">
<summary>
Returns ComboBox for data inserting.
</summary>
<returns>Active ComboBox.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.ToggleElementsEnable">
<summary>
Disables or enables elements which depends from searching text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.HideDialog">
<summary>
Hides dialog.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.EnableDoubleBuffering">
<summary>
Enables double buffering for the form thats helps to renderer all paint operations to a memory buffer instead of the drawing surface on the screen.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.CreateAccessibilityInstance">
<summary>
New instance for find dialog accessible object.
</summary>
<returns>FindDialogAccessibility</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.OnStyleChanged">
<summary>
Occurs when the control style changed
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.PaintHeaderText(System.Drawing.Graphics,Syncfusion.Windows.Forms.Tools.GradientPanel)">
<summary>
This method helps paint the title of the GradientPanelAdv.
</summary>
<param name="g">The Graphics object for paint event handler.</param>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.PaintBackGround(System.Drawing.Graphics,System.Drawing.Rectangle)" -->
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.SearchText">
<summary>
Gets or sets the searching text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.History">
<summary>
Gets the collection of searched text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.FindComplete">
<summary>
Occurs when find completed the specified text
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.Found">
<summary>
Occurs when FindNext founds the search text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.FindNextEventArgs">
<summary>
Provides data about the <see cref="E:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.Found"/> event when find reaches the start point.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.FindNextEventArgs.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.IO.FindResult,Syncfusion.Windows.Forms.Edit.Interfaces.FindNextResult)">
<summary>
Initilaizes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.FindNextEventArgs"/> class.
</summary>
<param name="findResult">FindResult of current Find Process</param>
<param name="findNextResult">FindNextResult of current Find Process</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.FindNextEventArgs.FindNextResult">
<summary>
Gets the FindNextResult of current find progress.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.FindNextEventArgs.FindResult">
<summary>
Gets the FindResult of current find progress.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.FindCompleteEventArgs">
<summary>
Provides data about the <see cref="E:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.FindComplete"/> event when find complete its search.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.FindCompleteEventArgs.#ctor(System.String)">
<summary>
Initilaizes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.FindCompleteEventArgs"/> class.
</summary>
<param name="msg">Set the message</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog.FindCompleteEventArgs.Message">
<summary>
Gets or sets the message regarding whether searching was completed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig">
<summary>
Represents a class that helps to provide configuration for formats by using the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig.m_editcontrol">
<summary>
Edit control with configurations.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig.m_config">
<summary>
Currently edited configuration.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig.CreateAccessibilityInstance">
<summary>
New instance for formats configuration dialog accessible object
</summary>
<returns>FormatsConfigurationAccessibility</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig.CreateConfigClone(Syncfusion.Windows.Forms.Edit.Implementation.Config.Config)">
<summary>
Creates copy of the configuration.
</summary>
<param name="config">Configuration to clone.</param>
<returns>Cloned copy.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig.LoadConfiguration(Syncfusion.Windows.Forms.Edit.Implementation.Config.Config)">
<summary>
Creates copy of the configuration and loads it for editing.
</summary>
<param name="config">Configuration to load.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig.ApplyConfiguration">
<summary>
Applies current configuration to edit control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig.ApplyClick(System.Object,System.EventArgs)">
<summary>
Applies all changes.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig.OnStyleChanged">
<summary>
Occurs when the control style changed
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig.EditControl">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> and attach the dialog to it.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog">
<summary>
Represents a window or dialog box which is used to position the mouse pointer on any specified line that the user wish to go.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IGotoDialogForm">
<summary>
Provides the functionality for Goto dialog form.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IGotoDialogForm.ShowDialog">
<summary>
Displays the form in dialog mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IGotoDialogForm.MinLine">
<summary>
Gets or sets the minimum line number.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IGotoDialogForm.MaxLine">
<summary>
Gets or sets the maximum line number.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IGotoDialogForm.LineNumber">
<summary>
Gets the line number.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.DEF_FORMAT">
<summary>
Holds the default text on the dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.m_iMinNumber">
<summary>
Minimum line number.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.m_iMaxNumber">
<summary>
Maximum line number.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.m_strLabel">
<summary>
Text on the dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.errorValue">
<summary>
Error text on the dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.editcontrol">
<summary>
Holds the EditControl instance
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.#ctor(System.Windows.Forms.Form)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog"/> class.
</summary>
<param name="owner">The form</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.UpdateLabel">
<summary>
Changes label text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.OnLoad(System.EventArgs)">
<summary>
Loads dialog.
</summary>
<param name="e">The EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.EnableDoubleBuffering">
<summary>
Enables double buffering for the form thats helps to renderer all paint operations to a memory buffer instead of the drawing surface on the screen.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.TxtNumber_TextChanged(System.Object,System.EventArgs)">
<summary>
Raises when text in text box is chagned.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.TxtNumber_Enter(System.Object,System.EventArgs)">
<summary>
Selects number.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.OnStyleChanged">
<summary>
Occurs when the control style changed
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.CreateAccessibilityInstance">
<summary>
New instance for goto dialog accessible object.
</summary>
<returns>GoToDialogAccessibility</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.LineLabelFormat">
<summary>
Gets or sets the text on the dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.MaxLine">
<summary>
Gets or sets the maximum line number in GoTo dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.MinLine">
<summary>
Gets or sets the minimum line number in GoTo dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.LineNumber">
<summary>
Gets the line number in the form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.IsValidNumber">
<summary>
Gets a value indicating whether line number entered in the GoTo dialog is valid or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.EditControl">
<summary>
Gets or sets the EditControl
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding">
<summary>
Represents a window or dialog box that is used for Keys binding.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.m_parent">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.m_convert">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.m_keysList">
<summary>
List of the keys, used in current key-sequence.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.m_container">
<summary>
Key-bindings container.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.editcontrol">
<summary>
Holds the EditControl instance
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.#ctor(Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor,Syncfusion.Shared.Utils.KeyBinding.IKeyBinderContainer)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding"/> class.
</summary>
<param name="parent">Underlying KeyProcessor.</param>
<param name="container">IKeyBinderContainer implementation.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.EnableDoubleBuffering">
<summary>
Enables double buffering for the form thats helps to renderer all paint operations to a memory buffer instead of the drawing surface on the screen.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.InitializeListCommands">
<summary>
Initializes list of commands.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.InitializeComboList(Syncfusion.Shared.Utils.KeyBinding.IKeyCommandBinder[])">
<summary>
Initializes combobox with list of commands.
</summary>
<param name="bindings">Collection of bindings.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.UpdateControlsInfill">
<summary>
Updates controls.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.lstCommands_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.btnRemove_Click(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.btnAssign_Click(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.btnOK_Click(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.btnCancel_Click(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.frmKeysBinding_Load(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.txtShortcut_TextChanged(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.btnDefaults_Click(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.CreateAccessibilityInstance">
<summary>
New instance for key binding accessible object
</summary>
<returns>KeysBindingAccessibility</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.OnStyleChanged">
<summary>
Occurs when the control style changed
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.KeyBinder">
<summary>
Gets or sets associated key processor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.EditControl">
<summary>
Gets or sets the EditControl
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmNewFormatDialog">
<summary>
Represents a window or dialog box that is used for creating a new format in EditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmNewFormatDialog.m_format">
<summary>
Format manager.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmNewFormatDialog.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmNewFormatDialog.editcontrol">
<summary>
Holds the EditControl instance
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmNewFormatDialog.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmNewFormatDialog.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmNewFormatDialog"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmNewFormatDialog.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmNewFormatDialog.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmNewFormatDialog.txtName_TextChanged(System.Object,System.EventArgs)">
<summary>
Sets name of the format.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmNewFormatDialog.txtName_SelectionChangeCommitted(System.Object,System.EventArgs)">
<summary>
Changes format name.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmNewFormatDialog.CreateAccessibilityInstance">
<summary>
New instance for new format dialog accessible object.
</summary>
<returns>NewFormatDialogAccessibility</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmNewFormatDialog.OnStyleChanged">
<summary>
Occurs when the control style changed
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmNewFormatDialog.NewFormat">
<summary>
Gets the newly created format in EditControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmNewFormatDialog.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmNewFormatDialog.EditControl">
<summary>
Gets or sets the EditControl
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmNewFormatDialog.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog">
<summary>
Represents a window or dialog box that is used to show the notification message.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.m_bHideCancel">
<summary>
Indicates if hide Cancel button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.m_okLocation">
<summary>
Ok button location.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.m_parent">
<summary>
Parent window for this dialog,
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.style">
<summary>
Holds the style
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.Show(System.Windows.Forms.Form,System.String,System.String,System.String,System.Boolean,System.Drawing.Image)">
<summary>
Displays the modal dialog that helps to show the notice message.
</summary>
<param name="parent">Parent for this dialog. ( Can be NULL )</param>
<param name="captionText">Caption text of dialog. ( Can be NULL )</param>
<param name="noticeText">Notification Text. ( Can be NULL )</param>
<param name="checkText">Text near CheckBox. ( Can be NULL )</param>
<param name="hideCancel">if TRUE - hides Cancel button.</param>
<param name="icon">Icon on dialog. ( Can be NULL )</param>
<returns>TRUE - if CheckBox was checked, FALSE - Otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.ShowDialog">
<summary>
Shows modal dialog.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.ToggleCancelButton(System.Boolean)">
<summary>
Hides or shows Cancel button.
</summary>
<param name="hideButton"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.EnableDoubleBuffering">
<summary>
Enables double buffering for the form thats helps to renderer all paint operations to a memory buffer instead of the drawing surface on the screen.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.OnStyleChanged">
<summary>
Occurs when the control style changed
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.DialogIcon">
<summary>
Gets or sets the dialog box icon of the form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.NotifyText">
<summary>
Gets or sets the notice message for the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.CheckText">
<summary>
Gets or sets the text of Check box on the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.DialogCaption">
<summary>
Gets or sets the caption text of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.HideCancel">
<summary>
Gets or sets a value indicating whether to hide cancel button or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.DialogParent">
<summary>
Gets or sets the parent form of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmNotificationDialog.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog">
<summary>
Represents a window or dialog box that is used for replacing defined text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IReplaceDialogForm">
<summary>
Provides the functionality for Replace dialog form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IReplaceDialogForm.ReplaceHistory">
<summary>
Gets the replace history.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.m_replaceHistory">
<summary>
History of searched text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.m_replaceText">
<summary>
Text on which defined can be replaced.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.editcontrol">
<summary>
Holds the EditControl instance
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.#ctor(Syncfusion.Windows.Forms.Edit.StreamEditControl)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog"/> class.
</summary>
<param name="parent">StreamEditControl.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.Dispose(System.Boolean)">
<summary>
Disposes all resources.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.GetTextCoords(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Searches for text and returns it's coordinates if found.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.GetEncoding">
<summary>
Gets current text encoding.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.ReplaceAll(System.String,System.Boolean,System.Boolean,System.Boolean,System.String)">
<summary>
Invokes ReplaceAll process.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.ReplaceNext">
<summary>
Invokes replacing process.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.ToggleButtons">
<summary>
Overriden. Disables/enables regexp buttons.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.ToggleElementsEnable">
<summary>
Overriden. Enables/disables replace buttons.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.GetActiveComboBox">
<summary>
Returns active comboBox for editing data.
</summary>
<returns>Active combo box.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.OnActivated(System.EventArgs)">
<summary>
Overriden. Raises when dialog shows.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.FindNext">
<summary>
Invokes searching process.
</summary>
<returns>Find result.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.CreateAccessibilityInstance">
<summary>
New instance for replace dialog accessible object
</summary>
<returns>ReplaceDialogAccessibility</returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.PaintBackGround(System.Drawing.Graphics,System.Drawing.Rectangle)" -->
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.PaintHeaderText(System.Drawing.Graphics,Syncfusion.Windows.Forms.Tools.GradientPanel)">
<summary>
This method helps paint the title of the GradientPanelAdv.
</summary>
<param name="g">The Graphics object for paint event handler.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.UpdateReplaceHistory">
<summary>
Inserts new item to the replace histore if needed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.OnStyleChanged">
<summary>
Occurs when the control style changed
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.btnReplaceTemplates_Click(System.Object,System.EventArgs)">
<summary>
Shows context menu.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.Replace_Text(System.Object,System.EventArgs)">
<summary>
Defines search type and invokes replacing process.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.cmbReplace_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Raises when item from replace history is selected.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.cmbReplace_TextChanged(System.Object,System.EventArgs)">
<summary>
Enables/disables replace buttons.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.rdbSelection_CheckedChanged(System.Object,System.EventArgs)">
<summary>
Enables/disables replace buttons.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.ReplaceHistory">
<summary>
Gets the collection of replacing text history.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.ReplaceText">
<summary>
Gets or sets text for replacing.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.EditControl">
<summary>
Gets or sets the EditControl
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog.CurrentPosition">
<summary>
Gets or sets current position of the cursor in virtual coordinates.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd">
<summary>
Represents a window or dialog box that is used for adding simple text item.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.DEF_STEP">
<summary>
Step between control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.DEF_ERROR">
<summary>
Error message.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.m_validator">
<summary>
Regex validator for checking input.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.m_clrValid">
<summary>
Color for valid text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.m_clrInvalid">
<summary>
Color for invalid text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.m_bReverse">
<summary>
Reverse validation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.m_bSuccess">
<summary>
Text is valid or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.editcontrol">
<summary>
Holds the EditControl instance
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.#ctor(System.String,System.String,System.Text.RegularExpressions.Regex)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd"/> class.
</summary>
<param name="value">Value string.</param>
<param name="example">Example string.</param>
<param name="validator">Validator.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.ShouldSerializeValidColor">
<summary>
Method check is for property ValidColor code serialization required. Method used by IDE for code Dom serialization.
</summary>
<returns>True - serialization required, otherwise False.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.UpdateFormSize">
<summary>
According to user setting update size of form
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.UpdateControlColor">
<summary>
According to validation options update control font color
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.EnableDoubleBuffering">
<summary>
Enables double buffering for the form thats helps to renderer all paint operations to a memory buffer instead of the drawing surface on the screen.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.txtValue_TextChanged(System.Object,System.EventArgs)">
<summary>
On text enter check is value correct or not
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.txtValue_Validating(System.Object,System.ComponentModel.CancelEventArgs)">
<summary>
Validating value by regexp.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.CreateAccessibilityInstance">
<summary>
New instance for add dialog accessible object.
</summary>
<returns>AddTextAccessibility</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.OnStyleChanged">
<summary>
Occurs when the control style changed
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.Style">
<summary>
Gets or sets the current text in the TextBox.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.EditControl">
<summary>
Gets or sets the EditControl
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.Value">
<summary>
Gets or sets form input control value
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.Example">
<summary>
Gets or sets the text associated with the label control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.Validator">
<summary>
Gets or sets the regular expression which helps to validate the input control data.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.ValidColor">
<summary>
Gets or sets the color of valid text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.InvalidColor">
<summary>
Gets or sets the color of invalid text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd.ReverseValidation">
<summary>
Gets or sets a value indicating whether validation is reverse or not.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog">
<summary>
Represents a window or dialog box that is used for styling the lines in EditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.DEF_LINES_LENGTH">
<summary>
Length of sample lines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.DEF_LINES_HOR_OFFSET">
<summary>
Horizontal offset of sample lines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.DEF_LINES_VER_OFFSET">
<summary>
Vertical offset of sample lines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.m_weight">
<summary>
Line weight.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.m_style">
<summary>
Line style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.m_color">
<summary>
Line color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.#ctor(System.Drawing.Color)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.radioThick_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Draws corresponding line.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.radioBold_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Draws corresponding line,
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.radioDouble_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Draws corresponding line.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.radioDashDot_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Draws corresponding line.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.radioDot_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Draws corresponding line.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.radioDash_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Draws corresponding line.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.radioWave_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Draws corresponding line.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.btnColor_Click(System.Object,System.EventArgs)">
<summary>
Invokes color dialog.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.weight_CheckedChanged(System.Object,System.EventArgs)">
<summary>
Sets new value to weight member.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.style_CheckedChanged(System.Object,System.EventArgs)">
<summary>
Sets new value to style member.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.DrawSampleLine(System.Drawing.Graphics,System.Int32,System.Drawing.Drawing2D.DashStyle)">
<summary>
Draws sample line.
</summary>
<param name="g">Graphics object to draw at.</param>
<param name="weight">Weight of line.</param>
<param name="style">Dash style of line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.OnStyleChanged">
<summary>
Occurs when the control style changed
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.Weight">
<summary>
Gets or sets the weight of lines in EditControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.Style">
<summary>
Gets or sets the style of lines in EditControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.Color">
<summary>
Gets or sets the color of lines in EditControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.EditControlStyle">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.LineStyleDialog.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor">
<summary>
Represents a class that provides the editor control for list items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.DEF_REGEX">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.DEF_VALIDATION">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.DEF_EXAMPLE">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.DEF_STEP">
<summary>
Step between controls
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.m_arrItems">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.m_validation">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.m_strExample">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.editcontrol">
<summary>
Holds the EditControl instance
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.m_bReverse">
<summary>
Reverse validation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.btnRemove">
<summary>
Defines a new Button
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.btnAdd">
<summary>
Defines a new Button
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.lstItems">
<summary>
Defines a new listbox
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.panel">
<summary>
Panel for listbox
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.Panel_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Paints the border of the listbox
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.btnAdd_Click(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.btnRemove_Click(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.ListItemsEditor_Resize(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.Add(System.String)">
<summary>
Adds the new value to the editor items collection.
</summary>
<param name="value">String value to add.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.AddRange(System.String[])">
<summary>
Adds the range of value to the editor items collection.
</summary>
<param name="value">Range of string values to add.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.Remove(System.String)">
<summary>
Removes the value from the editor items collection.
</summary>
<param name="value">Item to remove.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.Clear">
<summary>
Clear all items in the editor items collection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.UpdateItems">
<summary>
Updates items.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.EnableDoubleBuffering">
<summary>
Enables double buffering for the form thats helps to renderer all paint operations to a memory buffer instead of the drawing surface on the screen.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.OnStyleChanged">
<summary>
Occurs when the control style changed
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.ItemsList">
<summary>
Gets the list of items in editor control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.Validator">
<summary>
Gets or sets the regular expression which helps to validate the input control data.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.Example">
<summary>
Gets or sets the sample items.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.ReverseValidation">
<summary>
Gets or sets a value indicating whether the validation is reverse or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.EditControl">
<summary>
Gets or sets the EditControl
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.OnAddClick">
<summary>
Occurs while clicking add button on <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor"/> dialog.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor.OnRemoveClick">
<summary>
Occurs while clicking remove button on <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor"/> dialog.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceAreasOptions">
<summary>
Represents a control for managing areas (margins) appearance options of EditControl.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BaseOptionsControl">
<summary>
Represents a base control for controls that manage options of EditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BaseOptionsControl.m_bChanged">
<summary>
Indicates whether some options are changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BaseOptionsControl.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BaseOptionsControl"/> class
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BaseOptionsControl.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BaseOptionsControl.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BaseOptionsControl.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BaseOptionsControl.OptionsChanged(System.Object,System.EventArgs)">
<summary>
Marks options as changed.
</summary>
<param name="sender">The Sender.</param>
<param name="e">The Event argument.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.Options.IOptionsControl">
<summary>
Provides the functionality for controls that manage EditControl options.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.IOptionsControl.Init(Syncfusion.Windows.Forms.Edit.EditControl)">
<summary>
Initializes options control with data from EditControl.
</summary>
<param name="control">EditControl used for initializing.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.IOptionsControl.Apply(Syncfusion.Windows.Forms.Edit.EditControl)">
<summary>
Applies set options to given EditControl.
</summary>
<param name="control">EditControl to apply options to.</param>
<returns>Null if everything is OK; control to transfer focus to if error occured.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceAreasOptions.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceAreasOptions"/> class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceAreasOptions.style">
<summary>
Holds the Style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceAreasOptions.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceAreasOptions.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceAreasOptions.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceAreasOptions.OnStyleChanged">
<summary>
Occurs when the control style changes
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceAreasOptions.Init(Syncfusion.Windows.Forms.Edit.EditControl)">
<summary>
Initializes options control with data from EditControl.
</summary>
<param name="control">EditControl used for initializing.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceAreasOptions.Apply(Syncfusion.Windows.Forms.Edit.EditControl)">
<summary>
Applies set options to given EditControl.
</summary>
<param name="control">EditControl to apply options to.</param>
<returns>Null if everything is OK; control to transfer focus to if error occured.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceAreasOptions.Style">
<summary>
Gets or sets the Style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceControlOptions">
<summary>
Represents a control for managing EditControl appearance options.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceControlOptions.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceControlOptions"/> class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceControlOptions.style">
<summary>
Holds the Style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceControlOptions.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceControlOptions.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceControlOptions.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceControlOptions.OnStyleChanged">
<summary>
Occurs when the control style changes
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceControlOptions.Init(Syncfusion.Windows.Forms.Edit.EditControl)">
<summary>
Initializes options control with data from EditControl.
</summary>
<param name="control">EditControl used for initializing.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceControlOptions.Apply(Syncfusion.Windows.Forms.Edit.EditControl)">
<summary>
Applies set options to given EditControl.
</summary>
<param name="control">EditControl to apply options to.</param>
<returns>Null if everything is OK; control to transfer focus to if error occured.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceControlOptions.Style">
<summary>
Gets or sets the Style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceTextOptions">
<summary>
Represents a control for managing text appearance options of EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceTextOptions.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceControlOptions"/> class
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceTextOptions.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceTextOptions.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceTextOptions.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceTextOptions.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceTextOptions.OnStyleChanged">
<summary>
Occurs when the control style changes
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceTextOptions.Init(Syncfusion.Windows.Forms.Edit.EditControl)">
<summary>
Initializes options control with data from EditControl.
</summary>
<param name="control">EditControl used for initializing.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceTextOptions.Apply(Syncfusion.Windows.Forms.Edit.EditControl)">
<summary>
Applies set options to given EditControl.
</summary>
<param name="control">EditControl to apply options to.</param>
<returns>Null if everything is OK; control to transfer focus to if error occured.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.Options.AppearanceTextOptions.Style">
<summary>
Gets or sets the style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourControlOptions">
<summary>
Represents a control for managing EditControl behaviour.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourControlOptions.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourControlOptions"/> class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourControlOptions.style">
<summary>
Holds the Style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourControlOptions.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourControlOptions.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourControlOptions.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourControlOptions.OnStyleChanged">
<summary>
Occurs when the control style changes
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourControlOptions.Init(Syncfusion.Windows.Forms.Edit.EditControl)">
<summary>
Initializes options control with data from EditControl.
</summary>
<param name="control">EditControl used for initializing.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourControlOptions.Apply(Syncfusion.Windows.Forms.Edit.EditControl)">
<summary>
Applies set options to given EditControl.
</summary>
<param name="control">EditControl to apply options to.</param>
<returns>Null if everything is OK; control to transfer focus to if error occured.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourControlOptions.Style">
<summary>
Gets or sets the Style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourTabsOptions">
<summary>
Represents a control for managing tabs behaviour of EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourTabsOptions.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourTabsOptions"/> class
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourTabsOptions.style">
<summary>
Holds the Style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourTabsOptions.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourTabsOptions.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourTabsOptions.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourTabsOptions.OnStyleChanged">
<summary>
Occurs when the control style changes
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourTabsOptions.Init(Syncfusion.Windows.Forms.Edit.EditControl)">
<summary>
Initializes options control with data from EditControl.
</summary>
<param name="control">EditControl used for initializing.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourTabsOptions.Apply(Syncfusion.Windows.Forms.Edit.EditControl)">
<summary>
Applies set options to given EditControl.
</summary>
<param name="control">EditControl to apply options to.</param>
<returns>Null if everything is OK; control to transfer focus to if error occured.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourTabsOptions.TxtTabSize_KeyPress(System.Object,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Allows only numbers to be inserted.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourTabsOptions.Style">
<summary>
Gets or sets the Style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.Options.BehaviourTabsOptions.EditControlRenderer">
<summary>
Gets the Office 2016 Colors repective to style
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions">
<summary>
Represents a class that contains forms for managing context menu EditControl options.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions.m_control">
<summary>
Underlying EditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions.m_arrOptionsControls">
<summary>
List of controls with options.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions.style">
<summary>
Holds the Style
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions.#ctor(Syncfusion.Windows.Forms.Edit.EditControl)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions"/> class.
</summary>
<param name="control">Underlying EditControl.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions.TreeOptions_BeforeSelect(System.Object,Syncfusion.Windows.Forms.Tools.TreeViewAdvCancelableSelectionEventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="args"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions.OnStyleChanged">
<summary>
Occurs when control style changes
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions.CreateAccessibilityInstance">
<summary>
New Instance for control options accessible object
</summary>
<returns>ControlOptionsAccessibleObject</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions.BtnOK_Click(System.Object,System.EventArgs)">
<summary>
Looks through options controls and applies settings.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions.ControlOptions_VisibleChanged(System.Object,System.EventArgs)">
<summary>
Looks through options controls and inits settings.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions.TreeOptions_AfterSelect(System.Object,System.Windows.Forms.TreeViewEventArgs)">
<summary>
Makes corresponding options control visible.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions.ShowOptions(Syncfusion.Windows.Forms.Edit.Dialogs.Options.IOptionsControl)">
<summary>
/// Control
</summary>
<param name="control">The control</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions.PnlButtons_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Draws 3d line above panel.
</summary>
<param name="sender">The sender</param>
<param name="e">The event argument</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions.Style">
<summary>
Gets or sets the Style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions.EditControlRenderer">
<summary>
Gets the Office 2016 Colors repective to style
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.RegexConverter">
<summary>
Represents a class that is used as designer tool and also provide edit regex as string.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.RegexConverter.DEF_REGEX">
<summary>
Regex options.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.RegexConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>
Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.
</summary>
<param name="context">An ITypeDescriptorContext that provides a format context.</param>
<param name="sourceType">A Type that represents the type you want to convert from.</param>
<returns>true if this converter can perform the conversion; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.RegexConverter.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="M:Syncfusion.Windows.Forms.Edit.Dialogs.RegexConverter.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="M:Syncfusion.Windows.Forms.Edit.Dialogs.RegexConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
<summary>
Returns whether the given value object is valid for this type and for the specified context.
</summary>
<param name="context">An ITypeDescriptorContext that provides a format context.</param>
<param name="value">The Object to test for validity.</param>
<returns>True if the specified value is valid for this object; otherwise, false.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox">
<summary>
Represents a text box control that is used for key shortcuts.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.WM_KEYBOARD_MESSAGE">
<summary>
Message index for keyboard events.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.DEF_NUMBERS">
<summary>
Numbers regular expression.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.DEF_MODIFIER">
<summary>
Key modifiers regular expression.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.DEF_REGEX">
<summary>
RegEx default options.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.m_keys">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox._numbers">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox._modifier">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.#cctor">
<summary>
Initializes a new instance of in <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.#ctor">
<summary>
Initializes a new instance of in <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.ProcessDialogKey(System.Windows.Forms.Keys)">
<summary>
Processes dialog key.
</summary>
<param name="keyData">Keys to process.</param>
<returns>True if the key was processed by the control; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.WndProc(System.Windows.Forms.Message@)">
<summary>
Processes message from the keyboard hook.
</summary>
<param name="m">The Windows Message to process.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.ResetSequence">
<summary>
Resets key sequence.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.UpdateText">
<summary>
Updates text according to the currently entered sequence.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.FriendlyNamedKeys(System.Windows.Forms.Keys)">
<summary>
Gets friendly named keys.
</summary>
<param name="keys">Keys.</param>
<returns>String with friendly named keys.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.IsDigit(System.String)">
<summary>
Checks whether string is digit.
</summary>
<param name="value">String to check.</param>
<returns>True if string is digit; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.IsModifierKey(System.String)">
<summary>
Checks whether string is modifier.
</summary>
<param name="value">String to check.</param>
<returns>True if string is modifier; otherwise false.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.EnteredKeys">
<summary>
Gets the entered Keys sequence.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.KeyState">
<summary>
Defines a structure that provides information about the key state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.KeyState.Key">
<summary>
Specifies the pressed key state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.KeyState.Win">
<summary>
Specifies the windows key state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.KeyState.Alt">
<summary>
Specifies the Alt key state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.KeyState.Ctrl">
<summary>
Specifies the Ctrl key state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.KeyState.Shift">
<summary>
Specifies the Shift key state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Dialogs.ShortcutTextBox.KeyState.KeyCombination">
<summary>
Gets the keys combination.
</summary>
<remarks>
Win key is not modifier so it can not be set as a modifier in resulting combination.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx">
<summary>
Represents a ToolTip window that displays a brief description about a region when user places the mouse over it on the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.DEF_TEXT_OFFSET">
<summary>
Offset of the text from the borders.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.DEF_IMAGE_SIZE">
<summary>
Size of square clip for image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.CS_DROPSHADOW">
<summary>
Enables the drop shadow effect on a window.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.m_strText">
<summary>
Text of the tooltip.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.m_parent">
<summary>
Parent of the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.m_timer">
<summary>
Timer, that has to wait for specified delay time.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.m_rectHintedRectangle">
<summary>
Area, that contains object to be hinted with the current text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.m_graphicsTemp">
<summary>
Temporary graphics object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.m_mouseLastPosition">
<summary>
Mouse position saved and the last mouse move processing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.m_bUseXPStyle">
<summary>
Indicates whether XP style should be used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.m_bUseXPStyleBorder">
<summary>
Indicates whether XP style Broder should be used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.m_image">
<summary>
Image associated with tooltip.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.m_bShowOnParentMouseStop">
<summary>
Indicates whether tooltip should be shown when mouse move is paused over parent's window.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.mousepoint">
<summary>
Stores MouseDown Hit Location to update tooltip
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.editcontrol">
<summary>
Holds the parent editcontrol
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.#ctor">
<summary>
Hides default constructor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.#ctor(System.Windows.Forms.Control)">
<summary>
Initializes a new instance of in <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx"/> class.
</summary>
<param name="parent">Parent control of the tooltip.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.#ctor(System.Windows.Forms.Control,System.Boolean,Syncfusion.Windows.Forms.Edit.EditControl)">
<summary>
Initializes a new instance of in <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx"/> class with specified parent EditControl.
</summary>
<param name="parent"> Parent control which invokes the event </param>
<param name="bShowOnMouseStop"> Indicates whether to show tooltip on mouse point </param>
<param name="control"> Editcontrol instance associated with this tooltip </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.#ctor(System.Windows.Forms.Control,System.Boolean)">
<summary>
Initializes a new instance of in <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx"/> class.
</summary>
<param name="parent">Parent of tooltip.</param>
<param name="bShowOnMouseStop">Indicates whether tooltip should be shown when mouse move is paused over parent's window.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.Dispose">
<summary>
Releases all resources used by this Controls component.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
<summary>
Paints background of the tooltip.
</summary>
<param name="pevent">PaintEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Paints tooltip itself.
</summary>
<param name="e">PaintEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.ShowToolTip">
<summary>
Displays the tooltip when user hovers over a text on the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.OnTimerTick(System.Object,System.EventArgs)">
<summary>
Updates text of the tooltip, shows it and stops timer.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.OnParentMouseMove(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Processes mouse movement.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.OnParentMouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Hides tooltip when mouse button is pressed.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.ResetTimer">
<summary>
Hides tooltip and resets timer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.ResetText">
<summary>
Resets text and hinted area.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.UpdateTooltipSize">
<summary>
Updates size of the toolbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.UpdateToolTipLocation">
<summary>
Updates the tooltip location for RTL.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.ShowDelay">
<summary>
Gets or sets the delay in milliseconds before showing the tooltip.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.UseXPStyle">
<summary>
Gets or sets a value indicating whether the XP style should be used in <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.UseXPStyleBorder">
<summary>
Gets or sets a value indicating whether the XP style 3D border should be used in <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.ToolTipText">
<summary>
Gets or sets the text of tooltip.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.CreateParams">
<summary>
Gets or sets the value which determines whether to show shadow or not
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx.UpdateTooltip">
<summary>
Occurs when tooltip text is updated.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.SelectionModes">
<summary>
Defines the constants that specifies the selection modes in EditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.SelectionModes.Block">
<summary>
Specifies the block selection to select lines from specific columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.SelectionModes.Default">
<summary>
Specifies the default line selection.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.EditControlStyle">
<summary>
This enum represents the Style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlStyle.Default">
<summary>
Represents the Default style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlStyle.WindowsXP">
<summary>
Represents the WindowXP style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlStyle.Office2016Colorful">
<summary>
Represents the Office2016Colorful style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlStyle.Office2016Black">
<summary>
Represents the Office2016Black style
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Edit.EditControlStyle.Office2016White" -->
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlStyle.Office2016DarkGray">
<summary>
Represents the Office2016DarkGray style
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.EditControl">
<summary>
Represents a windows control that enables the user to create powerful text editor control that supports syntax highlighting, code outlining, block selection, efficient code editing, IntelliSense, custom language configuration, and much more. It also offers built-in language highlighting support.
</summary>
<summary>
Represents a windows control that enables the user to create powerful text editor control that supports syntax highlighting, code outlining, block selection, efficient code editing, IntelliSense, custom language configuration, and much more. It also offers built-in language highlighting support.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Localization.BaseLocalizableControl">
<summary>
Represents a base control that supports localization.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Localization.ILocalizableTypeDescriptor">
<summary>
Provides the functionality for suppling the dynamic custom type information for an object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.BaseLocalizableControl.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Localization.BaseLocalizableControl"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.BaseLocalizableControl.System#ComponentModel#ICustomTypeDescriptor#GetConverter">
<summary>
Gets TypeConverter.
</summary>
<returns>TypeConverter for this class.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.BaseLocalizableControl.System#ComponentModel#ICustomTypeDescriptor#GetEvents(System.Attribute[])">
<summary>
Gets event descriptor collection.
</summary>
<param name="attributes">An array of type Attribute that is used as a filter.</param>
<returns>An EventDescriptorCollection that represents the filtered events for this component instance.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.BaseLocalizableControl.System#ComponentModel#ICustomTypeDescriptor#GetEvents">
<summary>
Gets event descriptor collection.
</summary>
<returns>An EventDescriptorCollection that represents the events for this component instance.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.BaseLocalizableControl.System#ComponentModel#ICustomTypeDescriptor#GetComponentName">
<summary>
Gets component name.
</summary>
<returns>The name of the object, or a null reference (Nothing in Visual Basic) if the object does not have a name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.BaseLocalizableControl.System#ComponentModel#ICustomTypeDescriptor#GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">
<summary>
Gets property owner.
</summary>
<param name="pd">A PropertyDescriptor that represents the property whose owner is to be found.</param>
<returns>An Object that represents the owner of the specified property.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.BaseLocalizableControl.System#ComponentModel#ICustomTypeDescriptor#GetAttributes">
<summary>
Gets attribute collection.
</summary>
<returns>An AttributeCollection containing the attributes for this object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.BaseLocalizableControl.System#ComponentModel#ICustomTypeDescriptor#GetProperties(System.Attribute[])">
<summary>
Gets property descriptor collection.
</summary>
<param name="attributes">An array of type Attribute that is used as a filter.</param>
<returns>A PropertyDescriptorCollection that represents the filtered properties for this component instance.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.BaseLocalizableControl.System#ComponentModel#ICustomTypeDescriptor#GetProperties">
<summary>
Gets property descriptor collection.
</summary>
<returns>A PropertyDescriptorCollection that represents the filtered properties for this component instance.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.BaseLocalizableControl.System#ComponentModel#ICustomTypeDescriptor#GetEditor(System.Type)">
<summary>
Gets editor.
</summary>
<param name="editorBaseType">A Type that represents the editor for this object.</param>
<returns>An Object of the specified type that is the editor for this object, or a null reference if the editor cannot be found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.BaseLocalizableControl.System#ComponentModel#ICustomTypeDescriptor#GetDefaultProperty">
<summary>
Gets gefault property.
</summary>
<returns>Default property.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.BaseLocalizableControl.System#ComponentModel#ICustomTypeDescriptor#GetDefaultEvent">
<summary>
Gets default event descriptor.
</summary>
<returns>Default event descriptor.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.BaseLocalizableControl.System#ComponentModel#ICustomTypeDescriptor#GetClassName">
<summary>
Gets class name.
</summary>
<returns>Class name.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.RDW_FRAME">
<summary>
Used in RedrawWindow API.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.RDW_UPDATENOW">
<summary>
Used in RedrawWindow API.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.RDW_INVALIDATE">
<summary>
Used in RedrawWindow API.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.DEF_SPLITTERS_DOCK_DISTANCE">
<summary>
Distance of splitters center docking.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.DEF_MIN_BORDER_DIST_AUTOSIZE">
<summary>
Distance between the text and right/bottom borders in autosize mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.fontIconPadding">
<summary>
It contains the FontIcon padding
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_parsingMode">
<summary>
Specifies text parsing mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.borderStyle">
<summary>
Border style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_timerUpdateWordWrap">
<summary>
Timer, that is used for remeasuring text in word-wrap mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_controlExchangeWith">
<summary>
Control, the editor should be exchanged with on timer tick.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_iHeightBeforeSingleLine">
<summary>
Height of the control, that was set before single line mode was enabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_iLockEvents">
<summary>
Counter for event handling lock.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_bPrintFileName">
<summary>
Specifies whether file name should be printed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_bPrintPageNumber">
<summary>
Specifies whether page number should be printed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_brushVertSplitter">
<summary>
Brush used to draw vertical splitter when XP style is used but there's no XP themes available.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_brushHorSplitter">
<summary>
Brush used to draw horizontal splitter when XP style is used but there's no XP themes available.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_statusBarSettings">
<summary>
Settings of status bar.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_sizeOld">
<summary>
Size of the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_iPaintLocks">
<summary>
Number of paint locks.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_bAutoSize">
<summary>
Specifies state of the autosizing feature.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_minSize">
<summary>
Specifies minimum size in autosize mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_bClearStaticDataOnDispose">
<summary>
Indicates whether static data should be cleared on dispose. Frees memory, but impairs time of next loading of EditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_imgCursor">
<summary>
Custom cursor image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_scrollersFrame">
<summary>
ScrollersFrame for ScrollEditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_scrollersFrameForFake1">
<summary>
ScrollersFrame for first fake editor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_scrollersFrameForFake2">
<summary>
ScrollersFrame for second fake editor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_scrollersFrameForFake3">
<summary>
ScrollersFrame for third fake editor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_bOldHorizontalSplitters">
<summary>
Specifies whether horizontal splitters enabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_bOldVerticalSplitters">
<summary>
Specifies whether vertical splitters enabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_bCommandsRegistered">
<summary>
Specifies whether commands are already registered.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_bAcceptsEscape">
<summary>
Specifies whether Escape key should be used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_scrollVisualStyle">
<summary>
Specifies the scroll bar visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_scrollColorScheme">
<summary>
Specifies the Office2007 scroll bar color scheme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_scrollOffice2016ColorScheme">
<summary>
Holds the Office2016 scroll bar color scheme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.showEndOfLine">
<summary>
Specifies whether to show or hide the line break character at end of the line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.endOfLineBackColor">
<summary>
Holds the background color of the line break character.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.endOfLineForeColor">
<summary>
Holds the forecolor of the line break character.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.style">
<summary>
Holds the style
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShouldSerializeStyle">
<summary>
Serializes style property.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetStyle">
<summary>
Resets style property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShouldSerializeSelectionMode">
<summary>
Serializes SelectionMode property.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetSelectionMode">
<summary>
Resets EnableBlockSelectionMode property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShouldSerializeEnableBlockSelection">
<summary>
Serializes EnableBlockSelectionMode property.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetEnableBlockSelection">
<summary>
Resets EnableBlockSelectionMode property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShouldSerializeEnableInlineCollapsing">
<summary>
Serializes EnableInlineCollapsing property.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetEnableInlineCollapsing">
<summary>
Resets EnableInlineCollapsing property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShouldSerializeContextChoiceFont">
<summary>
Serializes the ContextMenuFont.
</summary>
<returns>Returns false if the ContextMenuFont is default value</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetContextChoiceFont">
<summary>
Resets the ContextMenuFont.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShouldSerializeContextChoiceBackColor">
<summary>
Serializes the ContextChoiceBackColor.
</summary>
<returns>Returns false if the ContextChoiceBackColor is default value</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetContextChoiceBackColor">
<summary>
Resets the ContextChoiceBackColor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShouldSerializeContextChoiceForeColor">
<summary>
Serializes the ContextChoiceForeColor.
</summary>
<returns>Returns false if the ContextChoiceForeColor is default value</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetContextChoiceForeColor">
<summary>
Resets the ContextChoiceForeColor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetShowFileDropNotification">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowFileDropNotification"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShouldSerializeShowFileDropNotification">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowFileDropNotification"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetSetMarkerOnEncodingChanged">
<summary>
Resets the SetMarkerOnEncodingChanged back to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShouldSerializeSetMarkerOnEncodingChanged">
<summary>
Determines whether SetMarkerOnEncodingChanged has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if SetMarkerOnEncodingChanged were changed; False otherwise.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.m_SplitterBackgroundBrush">
<summary>
Holds the SplitterBackgroundBrush
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetSplitterBackgroundBrush">
<summary>
To Reset the SplitterBackgroundBrush
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShouldSerializeSplitterBackgroundBrush">
<summary>
Indicates whether to serialize SplitterBackgroundBrush
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.accessibilityEnabled">
<summary>
Gets or sets a value indicating whether the control should enable its Accessibility support.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.#ctor">
<summary>
Initializes a new instance of the <see cref="N:Syncfusion.Windows.Forms.Edit"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetSplitWindowFocus(System.Int32)">
<summary>
Sets focus on the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> loaded in split view with the given input.
</summary>
<param name="FocusedEditControl">Integer variable which is set as focused EditControl loaded in split view.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.split_views">
<summary>
Gets the no of split views.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.horizontal">
<summary>
Sets whether the Horizontal Splitter position is enabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.vertical">
<summary>
Sets whether the Vertical Splitter position is enabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.centertop">
<summary>
Sets whether the Horizontal and Top Splitter position is enabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.centerbottom">
<summary>
Sets whether the Horizontal and Bottom Splitter position is enabled.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetSplitView">
<summary>
Gets the number of split views.
</summary>
<returns>Integer which returns number of split views.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ApplyConfiguration(Syncfusion.Windows.Forms.Edit.Enums.KnownLanguages)">
<summary>
Applies coloring of the specified language from the prefined configuration settings to the text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="language">Known language to apply.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UpdateFormatManager">
<summary>
Update default font size and format name
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ApplyConfiguration(System.String)">
<summary>
Applies coloring of the specified language from the prefined configuration settings to the text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="languageName">Name of the language to apply.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ApplyConfiguration(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Applies coloring of the specified language from the predefined configuration settings to the text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="lang">New language configuration to be set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.LoadConfig(System.String,System.String)">
<summary>
Loads the configuration settings from file by using the specified file path.
</summary>
<param name="fileName">Name of the file with configuration.</param>
<param name="currentFilePath">Name of the file that is currently loaded, or empty string.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.LoadConfig(System.IO.Stream)">
<summary>
Loads the configuration settings from the specified stream.
</summary>
<param name="configStream">Stream to load config from.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetColoring(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Resets the parser.
</summary>
<param name="lang">New language configuration to be set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.LoadStream(System.IO.Stream)">
<summary>
Loads the stream in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="stream">Stream to load.</param>
<returns>True, if user has not canceled loading, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.LoadStream(System.IO.Stream,Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Loads the stream and its configuration in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="stream">Stream to load.</param>
<param name="lang">Configuration to apply to loaded stream.</param>
<returns>True, if user has not canceled loading, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.New">
<summary>
Creates an empty stream and makes editor to edit it in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<returns>True if new empty stream was successfully created and loaded; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.New(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Creates a empty stream and makes editor to edit it in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="lang">Language configuration to be set</param>
<returns>True if new empty stream was successfully created and loaded.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FlushChanges">
<summary>
Saves changes made to the contents of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> into the current stream.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.DiscardChanges">
<summary>
Discards all changes made to the contents of the EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SaveToStream">
<summary>
Flushes changes to the current stream in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SaveToStream(System.IO.Stream)">
<summary>
Saves the data from current stream to the specified output stream.
</summary>
<param name="stream">Output stream.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetRealCursorPosition">
<summary>
Gets the current cursor position in EditControl.
</summary>
<returns>IParsePoint with current position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetLineText(System.Int32)">
<summary>
Gets the text of the specified line in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="iLineIndex">Line index.</param>
<returns>Text of the line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetLine(System.Int32)">
<summary>
Gets line's instance in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="iLineIndex">Index of the line.</param>
<returns>Instance of the line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GoTo(System.Int32)">
<summary>
Places the cursor at the beginning of the given line number.
</summary>
<param name="lineNumber">Number of the line in which the cursor should be set to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GoTo(System.Int32,System.Int32)">
<summary>
Places the cursor at the beginning of the given line number.
</summary>
<param name="iLineNumber">Number of line to set cursor position to.</param>
<param name="iLinesAbove">Number of lines to leave above cursor.</param>
<returns>Bool indicating success.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.AppendText(System.String)">
<summary>
Appends the specified text to the end of the existing contents of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="text">The text to be appended.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.InsertText(System.Int32,System.Int32,System.String)">
<summary>
Inserts a piece of text at any desired position in the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="line">Line in virtual coordinates where text should be inserted.</param>
<param name="column">Column in virtual coordinates where text should be inserted.</param>
<param name="text">Text to be inserted.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetCurrentWord">
<summary>
Gets the current word under cursor position in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<returns>Lexem under cursor.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetCurrentWordColumn">
<summary>
Gets the column number of the current word at where its starts.
</summary>
<returns>Index of the column of the word start.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FindRegex(System.Int32,System.Int32,System.String,System.Boolean,System.Boolean)">
<summary>
Finds the specified expression in the loaded contents of EditControl.
</summary>
<param name="startLine">Start line for the search.</param>
<param name="startColumn">Start column for the search.</param>
<param name="expression">Expression to be found.</param>
<param name="bSearchInCollapsed">Flag, that specifies whether text can be found in collapsed region.</param>
<param name="searchUp">Value indicating whether search should be performed in bottom-up destination.</param>
<returns>Search result.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnFindRegex(Syncfusion.Windows.Forms.Edit.EditControl.RegexCaseInsenstiveArgs)">
<summary>
To create the search expression as ignorecase or casesenstive option
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.MarkSearchResult(Syncfusion.Windows.Forms.Edit.Implementation.IO.FindResult)">
<summary>
Marks the search result and sets cursor to the end of the selection.
</summary>
<param name="result">Find result that must be marked.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FindRange(System.String,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Searches the specified text and returns text range of first found occurance in EditControl.
</summary>
<param name="searchString">Text to find.</param>
<param name="startLocation">Start point of search range.</param>
<param name="endLocation">End point of search range.</param>
<param name="matchWholeWord">Indicates whether whole word should be found.</param>
<param name="searchHiddenText">Indicates whether hidden text should be searched.</param>
<param name="searchUp">Indicates whether search should be performed in up direction.</param>
<param name="useRegex">Indicates whether regex should be used.</param>
<returns>Text range of first found occurance or null if no match was found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FindRange(System.String,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Boolean)">
<summary>
Searches the specified text and returns text range of first found occurrence in EditControl.
</summary>
<param name="searchString">Text to find.</param>
<param name="startLocation">Start point of search range.</param>
<param name="endLocation">End point of search range.</param>
<param name="searchUp">Indicates whether search should be performed in up direction.</param>
<returns>Text range of first found occurance or null if no match was found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FindRange(System.String,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Boolean)">
<summary>
Searches the specified text and returns text range of first found occurrence in EditControl.
</summary>
<param name="searchString">Text to find.</param>
<param name="startLocation">Start point of search range.</param>
<param name="searchUp">Indicates whether search should be performed in up direction.</param>
<returns>Text range of first found occurance or null if no match was found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FindRange(System.String,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Searches the specified text and returns text range of first found occurrence in EditControl.
</summary>
<param name="searchString">Text to find.</param>
<param name="startLocation">Start point of search range.</param>
<returns>Text range of first found occurance or null if no match was found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FindText(System.String,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Searches the specified text in the file which was loaded in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="text">String to be found in the text.</param>
<param name="caseSensitive">Specifies whether case sensitive search should be performed.</param>
<param name="wholeWord">Specifies whether only whole words should be searched.</param>
<param name="searchInHidden">Specifies whether search should be performed inside collapsed blocks.</param>
<returns>True if text was found, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FindText(System.String,System.Boolean,System.Boolean)">
<summary>
Helps to searches the specified text in the file which was loaded in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> (Including hidden text).
</summary>
<param name="text">String to be found in the text.</param>
<param name="caseSensitive">Specifies whether case sensitive search should be performed.</param>
<param name="wholeWord">Specifies whether only whole words should be searched.</param>
<returns>True if text was found, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FindText(System.String,System.Boolean)">
<summary>
Searches specified string in the text (including hidden text) in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>. Just whole words would be found.
</summary>
<param name="text">String to be found in the text.</param>
<param name="caseSensitive">Specifies whether case sensitive search should be performed.</param>
<returns>True if text was found, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FindText(System.String)">
<summary>
Searches specified string in the text including hidden text and find the whole words. Searching is case-insensitive.
</summary>
<param name="text">String to be found in the text.</param>
<returns>True if text was found, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FindText(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Searches the specified text in the file which was loaded in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="text">String to be found in the text.</param>
<param name="caseSensitive">Specifies whether case sensitive search should be performed.</param>
<param name="searchInHidden">Specifies whether search should be performed inside collapsed blocks.</param>
<param name="wholeWord">Specifies whether only whole words should be searched.</param>
<param name="searchUp">Specifies whether search should be performed in the up direction.</param>
<returns>True if text was found, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FindText(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Searches the specified text in the file which was loaded in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="text">String to be found in the text.</param>
<param name="caseSensitive">Specifies whether case sensitive search should be performed.</param>
<param name="searchInHidden">Specifies whether search should be performed inside collapsed blocks.</param>
<param name="wholeWord">Specifies whether only whole words should be searched.</param>
<param name="searchUp">Specifies whether search should be performed in the up direction.</param>
<param name="startPoint">Point to start search from. If null, search is performed from current cursor position.</param>
<returns>True if text was found, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ReplaceText(System.String,System.Boolean,System.Boolean,System.Boolean,System.String)">
<summary>
Searches the specified text and replaces it with the replacement text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="text">String to be found in the text.</param>
<param name="caseSensitive">Specifies whether case sensitive search should be performed.</param>
<param name="searchInHidden">Specifies whether search should be performed inside collapsed blocks.</param>
<param name="wholeWord">Specifies whether only whole words should be searched.</param>
<param name="replacetext">Specified the string, found text should be replaced to.</param>
<returns>True if text was found, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ReplaceText(System.String,System.Boolean,System.Boolean,System.String)">
<summary>
Searches the specified text and replaces it with the replacement text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>. Searching is also done inside collapsed blocks.
</summary>
<param name="text">String to be found in the text.</param>
<param name="caseSensitive">Specifies whether case sensitive search should be performed.</param>
<param name="wholeWord">Specifies whether only whole words should be searched.</param>
<param name="replacetext">Specified the string, found text should be replaced to.</param>
<returns>True if text was found, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ReplaceText(System.String,System.Boolean,System.String)">
<summary>
Searches the specified text and replaces it with the replacement text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>. Searching is also done inside collapsed blocks.
</summary>
<param name="text">String to be found in the text.</param>
<param name="caseSensitive">Specifies whether case sensitive search should be performed.</param>
<param name="replacetext">Specified the string, found text should be replaced to.</param>
<returns>True if text was found, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ReplaceText(System.String,System.String)">
<summary>
Searches the specified text and replaces it with the replacement text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>. Searching is also done inside collapsed blocks.
</summary>
<param name="text">String to be found in the text.</param>
<param name="replacetext">Specified the string, found text should be replaced to.</param>
<returns>True if text was found, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ReplaceText(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)">
<summary>
Searches the specified text and replaces it with the replacement text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="text">String to be found in the text.</param>
<param name="caseSensitive">Specifies whether case sensitive search should be performed.</param>
<param name="searchInHidden">Specifies whether search should be performed inside collapsed blocks.</param>
<param name="wholeWord">Specifies whether only whole words should be searched.</param>
<param name="replacetext">Specified the string, found text should be replaced to.</param>
<param name="searchUp">Specifies whether search should be performed in the up direction.</param>
<returns>True if text was found, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ReplaceAll(System.String,System.Boolean,System.Boolean,System.String)">
<summary>
Searches the specified text and replaces it with the replacement text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>. Searching is also done inside collapsed blocks.
</summary>
<param name="text">String to be found in the text.</param>
<param name="caseSensitive">Specifies whether case sensitive search should be performed.</param>
<param name="wholeWord">Specifies whether only whole words should be searched.</param>
<param name="replacetext">Specified the string, found text should be replaced to.</param>
<returns>Number of occurances replaced.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ReplaceAll(System.String,System.Boolean,System.String)">
<summary>
Searches the specified text and replaces it with the replacement text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>. Searching is also done inside collapsed blocks.
</summary>
<param name="text">String to be found in the text.</param>
<param name="caseSensitive">Specifies whether case sensitive search should be performed.</param>
<param name="replacetext">Specified the string, found text should be replaced to.</param>
<returns>Number of occurances replaced.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ReplaceAll(System.String,System.String)">
<summary>
Searches the specified text and replaces it with the replacement text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>. Searching is also done inside collapsed blocks.
</summary>
<param name="text">String to be found in the text.</param>
<param name="replacetext">Specified the string, found text should be replaced to.</param>
<returns>Number of occurances replaced.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ReplaceAll(System.String,System.Boolean,System.Boolean,System.Boolean,System.String)">
<summary>
Searches the specified text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> and replace all the specified text with the replacement text.
</summary>
<param name="text">String to be found in the text.</param>
<param name="caseSensitive">Specifies whether case sensitive search should be performed.</param>
<param name="wholeWord">Specifies whether only whole words should be searched.</param>
<param name="searchInHidden">Specifies whether search should be performed inside collapsed blocks.</param>
<param name="replacetext">Specified the string, found text should be replaced to.</param>
<returns>Number of occurances replaced.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetCustomBookmark(System.Int32,Syncfusion.Windows.Forms.Edit.BookmarkPaintEventHandler)">
<summary>
Creates a custom bookmark that allows the users to locate a section or a line of a document for quick access to any part of the contents
</summary>
<param name="iLine">Physical line index.</param>
<param name="painter">Paint handler.</param>
<returns>Interface that represents custom bookmark.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RemoveCustomBookmark(System.Int32,Syncfusion.Windows.Forms.Edit.BookmarkPaintEventHandler)">
<summary>
Removes the custom bookmark from the specified line.
</summary>
<param name="iLine">Physical line index.</param>
<param name="painter">Paint handler.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UndoGroupOpen">
<summary>
Opens the undo group. All further text changes can be undone with open undo operation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UndoGroupClose">
<summary>
Saves and closes the undo group action which had been performed in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UndoGroupCancel">
<summary>
Cancels the undo grouping operation in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.CollapseAll">
<summary>
Helps to collapses all collapsible regions in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ExpandAll">
<summary>
Helps to expands all collapsed regions in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.Collapse">
<summary>
Collapses all collapsible regions in currently selected area or in the current line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.Expand">
<summary>
Expands all collapsed regions in currently selected area or in the current line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.PointToVirtualPosition(System.Drawing.Point)">
<summary>
Converts the point in client coordinates to the virtual position in text.
</summary>
<param name="point">Point in client coordinates.</param>
<returns>Virtual position in the text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.PointToVirtualPosition(System.Drawing.Point,System.Boolean)">
<summary>
Converts point in client coordinates to the virtual position in text.
</summary>
<param name="point">Point in client coordinates.</param>
<param name="bUseScrollers">Specifies whether scrollers information should be used.</param>
<returns>Virtual position in the text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.PointToPhysicalPosition(System.Drawing.Point)">
<summary>
Converts point in client coordinates to the physical position in text.
</summary>
<param name="point">Point in client coordinates.</param>
<returns>Physical position in the text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ConvertVirtualPositionToPhysical(System.Drawing.Point)">
<summary>
Converts virtual coordinates to physical.
</summary>
<param name="point">Point in virtual coordinates.</param>
<returns>Point in physical coordinates or (0,0) if given virtual position is not present in the stream.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ConvertVirtualPositionToOffset(System.Drawing.Point)">
<summary>
Converts virtual position in text to the offset in stream.
</summary>
<param name="point">Virtual position.</param>
<returns>Offset in the file or stream or -1 if such virtual position is not present in stream.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ConvertOffsetToVirtualPosition(System.Int64)">
<summary>
Converts in-stream offset to virtual coordinates.
</summary>
<param name="offset">In-Stream offset.</param>
<returns>Virtual position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ConvertVirtualPointToCoordinatePoint(System.Drawing.Point)">
<summary>
Converts point in virtual coordinates to coordinate point.
</summary>
<param name="point">Point in virtual coordinates.</param>
<returns>Coordinate point that corresponds to the specified virtual point.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ConvertVirtualPointToCoordinatePoint(System.Int32,System.Int32)">
<summary>
Converts point in virtual coordinates to coordinate point.
</summary>
<param name="column">Virtual column index.</param>
<param name="line">Virtual line index.</param>
<returns>Coordinate point that corresponds to the specified virtual point.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ClearClipboard">
<summary>
Clears all contents in the clipboard associated with EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.PrintCurrentPage">
<summary>
Prints the current page on default printer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.PrintSelection">
<summary>
Prints the selected area on default printer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.PrintNoDialog">
<summary>
Prints the entire document on default printer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.Print">
<summary>
Displays the print dialog and gives user ability to start printing.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.PrintPreview">
<summary>
Displays the print preview dialog.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.PrintPages(System.Int32,System.Int32)">
<summary>
Prints the pages in the specified range.
</summary>
<param name="startPageNumber">Start page in range.</param>
<param name="endPageNumber">End page in range.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SaveAsXML(System.String)">
<summary>
Export the EditControl contents into XML format and save it into any desired XML file.
</summary>
<param name="filename">Name of the file, the document should be saved to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SaveAsHTML(System.String,System.Boolean)">
<summary>
Export the EditControl contents into HTML format and save it into any desired HTML file.
</summary>
<param name="filename">Name of the file, the document should be saved to.</param>
<param name="bUseLineBreakTags">Indicates whether line break tags should be used.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SaveAsHTML(System.String)">
<summary>
Export the EditControl contents into HTML format and save it into any desired HTML file.
</summary>
<param name="filename">Name of the file, the document should be saved to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SaveAsRTF(System.String)">
<summary>
Export the EditControl contents into RTF format and save it into any desired RTF file.
</summary>
<param name="filename">Name of the file, the document should be saved to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.LoadFile(System.String)">
<summary>
Loads the content of any desired file and its configuration into the EditControl, instead of typing the code in it.
</summary>
<param name="fileName">Name of the file to load.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.LoadFile(System.String,System.Text.Encoding)">
<summary>
Loads the content of any desired file and its configuration into the EditControl, instead of typing the code in it.
</summary>
<param name="fileName">Name of file to load.</param>
<param name="encoding">Encoding to use for file reading.</param>
<returns>True if file was successfully loaded.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.LoadFile">
<summary>
Loads the content of any desired file and its configuration into the EditControl, instead of typing the code in it.
</summary>
<returns>True if file was successfully loaded.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.InsertFile">
<summary>
Shows the insert file dialog to user and insert the selected file into the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.InsertFile(System.String)">
<summary>
Appends the file text into <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> by using its file name.
</summary>
<param name="fileName">Name of the file to load.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.Save">
<summary>
Saves the text to file loaded in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<returns>True if file was successfully saved. False is returned only if user has cancelled saving somehow.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SaveAs">
<summary>
Displays the SaveAs dialog and saves data to specified file.
</summary>
<returns>True if file was successfully saved. False is returned only if user has cancelled saving somehow.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SaveFile(System.String)">
<summary>
Saves the content to the specified file in EditControl.
</summary>
<param name="fileName">Name of the file to which the text has to be saved.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SaveFile(System.String,Syncfusion.IO.NewLineStyle)">
<summary>
Saves content to the specified file with new line style in EditControl.
</summary>
<param name="fileName">Name of the file to which the text has to be saved.</param>
<param name="newLineStyle">Style of new line in saved file.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SaveFile(System.String,System.Text.Encoding,Syncfusion.IO.NewLineStyle)">
<summary>
Saves content to the specified file with new line style in EditControl.
</summary>
<param name="fileName">Name of the file to which the text has to be saved.</param>
<param name="encoding">Encoding of saved file.</param>
<param name="newLineStyle">Style of new line in saved file.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SaveStream(System.IO.Stream,System.Text.Encoding,Syncfusion.IO.NewLineStyle)">
<summary>
Saves content to the specified stream using specified encoding and line end style.
</summary>
<param name="stream">Stream to save to.</param>
<param name="encoding">Encoding to use when saving to stream.</param>
<param name="newLineStyle">Line end style used when saving to stream.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SaveModified">
<summary>
Saves the file only if it was modified and prompts for filename if needed. This is especially useful when the application is about to be closed or a new file is being loaded into the EditControl.
</summary>
<returns>False if file was changed but user decided not to save file, otherwise true.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.NewFile">
<summary>
Creates a new empty file with default coloring.
</summary>
<returns>True if file was created, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.NewFile(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Creates a new empty file with specified coloring.
</summary>
<param name="lang">Language to be used for text coloring.</param>
<returns>True if file was created, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.MoveLeft">
<summary>
Moves cursor to the left position in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.MoveUp">
<summary>
Move cursor to the upwards position in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.MoveDown">
<summary>
Moves cursor to the downwards position in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.MoveRight">
<summary>
Moves cursor to the right position in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.MovePageUp">
<summary>
Moves caret one page up in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.MovePageDown">
<summary>
Moves caret one page down in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.MoveToLineEnd">
<summary>
Moves caret to the end of line in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.MoveToLineStart">
<summary>
Moves caret to the beginning of line. First whitespaces will be skipped.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.MoveLeftWord">
<summary>
Moves caret to left by one word, or to the beginning of the current.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.MoveRightWord">
<summary>
Moves caret to the right by one word of the current line in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.MoveToBeginning">
<summary>
Moves caret to the beginning of the file in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.MoveToEnd">
<summary>
Moves caret to the end of file in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.StartSelection">
<summary>
Specifies start position for selecting text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.StopSelection">
<summary>
Specifies end position for selecting text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetSelection">
<summary>
Helps to reset the selected region in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ToggleInsertMode">
<summary>
Toggles insert mode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.Paste">
<summary>
Retrieves copied contents from the clipboard and pastes it into EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.Copy">
<summary>
Copies the selected text into the clipboard.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.Cut">
<summary>
Cuts the selected text contents from EditControl and maintains it in the clipboard.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SelectionCancel">
<summary>
Removes selection and causes invalidation of the area that was selected.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.DeleteChar">
<summary>
Deletes one character to the right from the cursor position in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.DeleteWord">
<summary>
Deletes one word to the right from the cursor position in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.DeleteCharLeft">
<summary>
Deletes one character to the left from the cursor position in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.DeleteWordLeft">
<summary>
Deletes one word to the left from the cursor position in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FindDialog">
<summary>
Shows GoTo dialog window that allow the user to navigate to any line in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShowFindDialog">
<summary>
Shows GoTo dialog window that allow the user to navigate to any line in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.CloseFindDialog">
<summary>
Closes the currently opened find dialog window.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.CloseReplaceDialog">
<summary>
Closes the currently opened replace dialog window.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FindCurrentText">
<summary>
Searches text under cursor, or selected text.
</summary>
<returns>True if text was found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FindNext">
<summary>
Searches text under cursor, or selected text.
</summary>
<returns>True if text was found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GoToDialog">
<summary>
Shows GoTo dialog window.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShowGoToDialog">
<summary>
Shows GoTo dialog window.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ReplaceDialog">
<summary>
Shows Replace dialog window that helps to replace specified text with replacement text as per the conditions specified in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShowReplaceDialog">
<summary>
Shows Replace dialog window.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SelectAll">
<summary>
Selects all text in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.BindKeyboard">
<summary>
Shows keys binding form. Obsolete, use ShowKeysBindingEditor method now.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShowKeysBindingEditor">
<summary>
Gets the key binder that provides advanced customization of keystroke bindings for all editing and navigation operations.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.Undo">
<summary>
Performs Undo operation that erase the last change made in the document of <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.Redo">
<summary>
Performs Redo operation that helps to reinsert the last change made in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.Refresh">
<summary>
Refreshes the screen, frees up memory and deletes a lot of parse points.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SwitchCollapsingOff">
<summary>
Turns off collapsing the region functionality in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SwitchCollapsingOn">
<summary>
Turns on collapsing the region functionality in <see cref="!:Syncfusionk.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ToggleLineCollapsing">
<summary>
Toggles collapsing for current line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetRegexAsNone">
<summary>
Sets the regex as none in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShowContextPrompt">
<summary>
Shows the context prompt popup window that helps to add the content easily in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShowContextChoice">
<summary>
Shows the context choice popup window that helps to speed up coding by reducing typos and other common mistakes.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.BookmarkToggle">
<summary>
Sets bookmark to the current line for quick access to any part of the contents in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.BookmarkClear">
<summary>
Clears all bookmarks in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.BookmarkClear(System.Boolean)">
<summary>
Clears all bookmarks in EditControl.
</summary>
<param name="clearCustom">Specifies whether custom bookmarks should be cleared, too.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.BookmarkNext">
<summary>
Moves the cursor position towards the next bookmark in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.BookmarkPrevious">
<summary>
Moves the cursor position towards the previous bookmark in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ToggleIndexedBookmark1">
<summary>
Toggles cursor position towards the bookmark with index 1 in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ToggleIndexedBookmark2">
<summary>
Toggles cursor position towards the bookmark with index 2 in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ToggleIndexedBookmark3">
<summary>
Toggles cursor position towards the bookmark with index 3 in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ToggleIndexedBookmark4">
<summary>
Toggles cursor position towards the bookmark with index 4 in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ToggleIndexedBookmark5">
<summary>
Toggles cursor position towards the bookmark with index 5 in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ToggleIndexedBookmark6">
<summary>
Toggles cursor position towards the bookmark with index 6 in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ToggleIndexedBookmark7">
<summary>
Toggles cursor position towards the bookmark with index 7 in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ToggleIndexedBookmark8">
<summary>
Toggles cursor position towards the bookmark with index 8 in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ToggleIndexedBookmark9">
<summary>
Toggles cursor position towards the bookmark with index 9 in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ToggleIndexedBookmark0">
<summary>
Toggles cursor position towards the bookmark with index 0 in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SwitchIndexedBookmark1">
<summary>
Switches bookmark with index 1.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SwitchIndexedBookmark2">
<summary>
Switches bookmark with index 2.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SwitchIndexedBookmark3">
<summary>
Switches bookmark with index 3.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SwitchIndexedBookmark4">
<summary>
Switches bookmark with index 4.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SwitchIndexedBookmark5">
<summary>
Switches bookmark with index 5.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SwitchIndexedBookmark6">
<summary>
Switches bookmark with index 6.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SwitchIndexedBookmark7">
<summary>
Switches bookmark with index 7.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SwitchIndexedBookmark8">
<summary>
Switches bookmark with index 8.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SwitchIndexedBookmark9">
<summary>
Switches bookmark with index 9.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SwitchIndexedBookmark0">
<summary>
Switches bookmark with index 0.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ToggleShowingWhiteSpaces">
<summary>
Toggles showing of whitespaces in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.AddTabsToSelection">
<summary>
Adds leading tab symbol to the selected lines, or just inserts tab symbol.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RemoveTabsFromSelection">
<summary>
Removes leading tab symbol (or its spaces equivalent) from selected lines.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.TabifySelection">
<summary>
Changes spaces sequences to tabs.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UntabifySelection">
<summary>
Changes tabs sequences to spaces.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetUndoInfo">
<summary>
Resets undo information.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RegisterUnderlineFormat(System.Drawing.Color,Syncfusion.Windows.Forms.Edit.Enums.UnderlineStyle,Syncfusion.Windows.Forms.Edit.Enums.UnderlineWeight)">
<summary>
Registers custom underline format, that can be used when setting region's underlining.
</summary>
<param name="color">Color of the underlining.</param>
<param name="style">Style of the underlining.</param>
<param name="weight">Weight of the underlining.</param>
<returns>Newly created format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetUnderline(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Sets underlining of the specified text region.
</summary>
<param name="pointStart">Starting point.</param>
<param name="pointEnd">End point.</param>
<param name="format">Format to be used.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetUnderline(System.Drawing.Point,System.Drawing.Point,Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Sets underlining of the specified text region.
</summary>
<param name="pointStart">Starting point (physical coordinates).</param>
<param name="pointEnd">End point (physical coordinates).</param>
<param name="format">Format to be used.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RemoveUnderline(System.Drawing.Point,System.Drawing.Point)">
<summary>
Removes underlining in the specified region.
</summary>
<param name="pointStart">Starting point (physical coordinates).</param>
<param name="pointEnd">End point (physical coordinates).</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RemoveUnderline(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Removes underlining in the specified region.
</summary>
<param name="pointStart">Starting point.</param>
<param name="pointEnd">End point.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RegisterBackColorFormat(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Drawing2D.HatchStyle,System.Boolean)">
<summary>
Registers format used for filling the background of the selection or line.
</summary>
<param name="colorBackGround">Specifies background color.</param>
<param name="colorForeGround">Specifies foreground color, used only if hatchstyle is used.</param>
<param name="colorBorder">Specifies border color.</param>
<param name="style">Specifies hatch style of the background.</param>
<param name="useHatchFill">Specifies whether hatchstyle value should be used for drawing background.</param>
<returns>Newly created format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RegisterBackColorFormat(System.Drawing.Color,System.Drawing.Color,System.Drawing.Drawing2D.HatchStyle,System.Boolean)">
<summary>
Registers line backcolor format.
</summary>
<param name="colorBackGround">Line background color.</param>
<param name="colorBorder">Line border color.</param>
<param name="style">Hatch style of the background.</param>
<param name="useHatchFill">Specifies whether hatchstyle value should be used for drawing background.</param>
<returns>Newly created format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RegisterBackColorFormat(System.Drawing.Color,System.Drawing.Color)">
<summary>
Registers line backcolor format.
</summary>
<param name="colorBackGround">Line background color.</param>
<param name="colorBorder">Line border color.</param>
<returns>Newly created format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetLineBackColor(System.Int32,System.Boolean,Syncfusion.Windows.Forms.Edit.Interfaces.IBackgroundFormat)">
<summary>
Sets the background color of the line.
</summary>
<param name="iLine">Line number.</param>
<param name="bFullLine">Specifies if full line should be selected or just text.</param>
<param name="format">Format with background color.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetSelectionBackColor(Syncfusion.Windows.Forms.Edit.Interfaces.IBackgroundFormat)">
<summary>
Sets the background color for the selected area.
</summary>
<param name="format">Formatting to be set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RemoveLineBackColor(System.Int32)">
<summary>
Removes the line back color.
</summary>
<param name="iLine">Line number.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RemoveSelectionBackColor">
<summary>
Removes background color from the selected text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetLineBackColorFormats(System.Int32)">
<summary>
Gets line back color format, used for the specified line.
</summary>
<param name="iLine">Line number.</param>
<returns>Format, used for drawing background of the line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetCurrentStack">
<summary>
Gets copy of the parser's stack at the current position.
</summary>
<returns>Parser stack at the position of the cursor.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetLexemsInsideCurrentStack(System.Boolean)">
<summary>
Gets list of the lexems that are inside current stack.
</summary>
<param name="entireRegion">If true, all lexems will be retrieved; otherwise just those, that are before the cursor.</param>
<returns>List of the lexems.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetCurrentCharacter">
<summary>
Gets the current character under cursor.
</summary>
<returns>Character.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShowIndentGuideline">
<summary>
Shows indent guideline of the current region.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.HideIndentGuideline">
<summary>
Hides indentation guideline of the current region.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.JumpToIndentBlockStart">
<summary>
Helps to position the caret to the beginning of the indentation block.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.JumpToIndentBlockEnd">
<summary>
Helps to position the caret to the end of the indentation block.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShowFormatsCustomizationDialog">
<summary>
Shows formats customization dialog that helps to customize the font, foreground, operator, keyword color of <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> contents
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.StartSelection(System.Int32,System.Int32)">
<summary>
Sets the selection start at the specified position in text.
</summary>
<param name="column">Column index of the selection start.</param>
<param name="line">Line index of the selection start.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.StopSelection(System.Int32,System.Int32)">
<summary>
Sets the selection end at the specified position in text.
</summary>
<param name="column">Column index of the selection end, should point to the symbol that is next the last selected symbol.</param>
<param name="line">Line index of the selection end, should point to the symbol that is next the last selected symbol.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetSelectionStart(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Removes the current selection and sets new with start and end in given point.
Later it can be changed using <seealso cref="M:Syncfusion.Windows.Forms.Edit.EditControl.SetSelectionEnd(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)"/> method.
</summary>
<remarks>
Note: If you just use <c>SetSelectionStart</c> method, no selection will be visible, but it will be created,
and all commands will work as if selection is set.
</remarks>
<param name="cPoint">CoordinatePoint with position of selection start.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetSelectionEnd(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Sets the end of the selection.
</summary>
<remarks>
Note: Selection must be already present. <para>Old selection will be simply removed.</para>
</remarks>
<param name="cPoint">CoordinatePoint of end of selection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetSelection(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Sets the selected area of the text.
</summary>
<param name="columnStart">Column index of the selection start.</param>
<param name="lineStart">Line index of the selection start.</param>
<param name="columnEnd">Column index of the selection end, should point to the symbol that is next the last selected symbol.</param>
<param name="lineEnd">Line index of the selection end, should point to the symbol that is next the last selected symbol.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SelectLine(System.Int32)">
<summary>
Selects line with specified index.
</summary>
<param name="lineNumber">Index of line to select.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.BookmarkGet(System.Int32)">
<summary>
Gets bookmark at the specified line.
</summary>
<param name="line">Line index.</param>
<returns>Bookmark at the specified line</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.BookmarkAdd(System.Int32,Syncfusion.Drawing.BrushInfo,System.Drawing.Color)">
<summary>
Sets bookmark at the specified line for quick access to any part of the contents in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="line">Line index.</param>
<param name="brushinfo">BrushInfo object to fill bookmark area.</param>
<param name="borderColor">Color of bookmark border.</param>
<returns>Added bookmark.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.BookmarkAdd(System.Int32,Syncfusion.Drawing.BrushInfo)">
<summary>
Sets bookmark at the specified line for quick access to any part of the contents in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="line">Line index.</param>
<param name="brushinfo">BrushInfo object to fill bookmark area.</param>
<returns>Added bookmark.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.BookmarkAdd(System.Int32)">
<summary>
Sets bookmark at the specified line for quick access to any part of the contents in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="line">Line index.</param>
<returns>Added bookmark.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.BookmarkRemove(System.Int32)">
<summary>
Removes bookmark at the specified line.
</summary>
<param name="line">Line index.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.BookmarkRemove(Syncfusion.Windows.Forms.Edit.Interfaces.IBookmark)">
<summary>
Removes bookmark at the specified line.
</summary>
<param name="bookmark">Bookmark to be removed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.StrikeThrough(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Drawing.Color)">
<summary>
Helps to strikes out the text that contain within the given specified range.
</summary>
<param name="start">Start location of the text to strike out.</param>
<param name="end">End location of the text to strike out.</param>
<param name="color">Color of the text strike out. It you set it to Color.Empty, strikeout will be removed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.StrikeThrough(System.Drawing.Point,System.Drawing.Point,System.Drawing.Color)">
<summary>
Helps to strikes out the text that contain within the given specified range.
</summary>
<param name="pointStart">Start location of the text to strike out (physical coordinates).</param>
<param name="pointEnd">End location of the text to strike out (physical coordinates).</param>
<param name="color">Color of the text strike out. It you set it to Color.Empty, strikeout will be removed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.StrikeThrough(System.Int32,System.Drawing.Color)">
<summary>
Helps to strikes out the text that contain within the given specified range.
</summary>
<param name="linenumber">Lumber of the line to strikeout.</param>
<param name="color">Color of the strike out.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetTextBorder(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Drawing.Color,Syncfusion.Windows.Forms.Edit.Enums.FrameBorderStyle,Syncfusion.Windows.Forms.Edit.Enums.BorderWeight)">
<summary>
Sets border around text with given coordinates.
</summary>
<param name="start">Start of text to draw border around.</param>
<param name="end">End of text to draw border around.</param>
<param name="color">Color of border.</param>
<param name="style">Style of border.</param>
<param name="weight">Weight of border line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetTextBorder(System.Drawing.Point,System.Drawing.Point,System.Drawing.Color,Syncfusion.Windows.Forms.Edit.Enums.FrameBorderStyle,Syncfusion.Windows.Forms.Edit.Enums.BorderWeight)">
<summary>
Sets border around text with given coordinates.
</summary>
<param name="pointStart">Start of text to draw border around (physical coordinates).</param>
<param name="pointEnd">End of text to draw border around (physical coordinates).</param>
<param name="color">Color of border.</param>
<param name="style">Style of border.</param>
<param name="weight">Weight of border line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RemoveTextBorder(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Removes border around text with given coordinates.
</summary>
<param name="start">Start of the text.</param>
<param name="end">End of the text.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RemoveTextBorder(System.Drawing.Point,System.Drawing.Point)">
<summary>
Removes border around text with given coordinates.
</summary>
<param name="pointStart">Start of text to draw border around (physical coordinates).</param>
<param name="pointEnd">End of text to draw border around (physical coordinates).</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetPageBorder(Syncfusion.Windows.Forms.Edit.Enums.FrameBorderStyle,System.Drawing.Color,Syncfusion.Windows.Forms.Edit.Enums.BorderWeight)">
<summary>
Sets parameters of border that is drawing in page preview.
</summary>
<param name="style">Style of border.</param>
<param name="color">Color of border.</param>
<param name="weight">Weight of border line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RemovePageBorder">
<summary>
Removes border drawing in page preview.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetPageBorder(Syncfusion.Windows.Forms.Edit.Enums.FrameBorderStyle,System.Drawing.Color)">
<summary>
Sets parameters of border that is drawing in page preview. Weight is set to Thin.
</summary>
<param name="style">Style of border.</param>
<param name="color">Color of border.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetPageBorder(System.Drawing.Color)">
<summary>
Helps to sets the color of border which was drawing in page preview. Its weight is set to thick, style is set to Solid.
</summary>
<param name="color">Color of border.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.Close">
<summary>
Helps to close the stream and makes the control readonly.
</summary>
<returns>True is user did not canceled the operation; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.DeleteText(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Helps to deletes the text at specified position.
</summary>
<param name="start">Start coordinate point of text that has to be deleted.</param>
<param name="end">End coordinate point of text that has to be deleted.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.DeleteText(System.Drawing.Point,System.Drawing.Point)">
<summary>
Helps to deletes the text at specified position.
</summary>
<param name="pointStart">Start coordinate point of text that has to be deleted (physical coordinates).</param>
<param name="pointEnd">End coordinate point of text that has to be deleted (physical coordinates).</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.DeleteAll">
<summary>
Helps to deletes all the text in document.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetTextAsXML">
<summary>
Gets the source code to generate XML document for the text in the EditControl.
</summary>
<returns>String with text represented as XML.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetTextAsHTML">
<summary>
Gets the source code to generate HTML document for the text in the EditControl.
</summary>
<returns>String with text represented as HTML.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetTextAsRTF">
<summary>
Gets the source code to generate RTF document for the text in the EditControl.
</summary>
<returns>String with text represented as RTF.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetTextAsXML(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Gets the source code to generate XML document for the text in the EditControl.
</summary>
<param name="start">Point representing start of the text.</param>
<param name="end">Point representing end of the text.</param>
<returns>String with desired text represented as XML.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetTextAsHTML(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Gets the source code to generate HTML document for the text in the EditControl.
</summary>
<param name="start">Point representing start of the text.</param>
<param name="end">Point representing end of the text.</param>
<returns>String with desired text represented as HTML.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetTextAsRTF(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Gets the source code to generate RTF document for the text in the EditControl.
</summary>
<param name="start">Point representing start of the text.</param>
<param name="end">Point representing end of the text.</param>
<returns>String with desired text represented as RTF.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetTextAsXML(System.Drawing.Point,System.Drawing.Point)">
<summary>
Gets the source code to generate XML document for the text in the EditControl.
</summary>
<param name="pointStart">Point representing start of the text (physical coordinates).</param>
<param name="pointEnd">Point representing end of the text (physical coordinates).</param>
<returns>String with desired text represented as XML.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetTextAsHTML(System.Drawing.Point,System.Drawing.Point)">
<summary>
Gets the source code to generate HTML document for the text in the EditControl.
</summary>
<param name="pointStart">Point representing start of the text (physical coordinates).</param>
<param name="pointEnd">Point representing end of the text (physical coordinates).</param>
<returns>String with desired text represented as HTML.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetTextAsRTF(System.Drawing.Point,System.Drawing.Point)">
<summary>
Gets the source code to generate RTF document for the text in the EditControl.
</summary>
<param name="pointStart">Point representing start of the text (physical coordinates).</param>
<param name="pointEnd">Point representing end of the text (physical coordinates).</param>
<returns>String with desired text represented as RTF.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SplitVertically">
<summary>
Helps to splits the EditControl into 2 equal vertical halves.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SplitHorizontally">
<summary>
Helps to splits the EditControl into 2 equal horizontal halves.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SplitFourQuadrants">
<summary>
Helps to splits the EditControl into 4 equal parts.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetTextColor(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Drawing.Color)">
<summary>
Helps to sets the color of text.
</summary>
<param name="start">Start of text to set color.</param>
<param name="end">End of text to set color.</param>
<param name="color">Color to set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetBackgroundColor(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Drawing.Color)">
<summary>
Helps to sets the background color of text.
</summary>
<param name="start">Start of text to set color.</param>
<param name="end">End of text to set color.</param>
<param name="color">Color to set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.MarkAsReadOnly(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Drawing.Color,System.Drawing.Color)">
<summary>
Sets text as read-only.
</summary>
<param name="start">Start of text to set as readonly.</param>
<param name="end">End of text to set as readonly.</param>
<param name="backColor">Color of text background. Empty if no changes needed.</param>
<param name="textColor">Color of text. Empty if no changes needed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RemoveReadOnly(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Removes read-only status of specified region.
</summary>
<param name="start">Start of text to remove readonly status.</param>
<param name="end">End of text to remove readonly status.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetTextColor(System.Drawing.Point,System.Drawing.Point,System.Drawing.Color)">
<summary>
Helps to sets the color of text.
</summary>
<param name="pointStart">Start of text to set color (physical coordinates).</param>
<param name="pointEnd">End of text to set color (physical coordinates).</param>
<param name="color">Color to set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetBackgroundColor(System.Drawing.Point,System.Drawing.Point,System.Drawing.Color)">
<summary>
Helps to sets the background color of text.
</summary>
<param name="pointStart">Start of text to set color (physical coordinates).</param>
<param name="pointEnd">End of text to set color (physical coordinates).</param>
<param name="color">Color to set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.MarkAsReadOnly(System.Drawing.Point,System.Drawing.Point,System.Drawing.Color,System.Drawing.Color)">
<summary>
Helps to specify a read-only region.
</summary>
<param name="pointStart">Start of text to set as readonly (physical coordinates).</param>
<param name="pointEnd">End of text to set as readonly (physical coordinates).</param>
<param name="backColor">Color of text background. Empty if no changes needed.</param>
<param name="textColor">Color of text. Empty if no changes needed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RemoveReadOnly(System.Drawing.Point,System.Drawing.Point)">
<summary>
Removes readonly status of specified region.
</summary>
<param name="pointStart">Start of text to remove readonly status (physical coordinates).</param>
<param name="pointEnd">End of text to remove readonly status (physical coordinates).</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetNewLineStyle">
<summary>
Gets the style of new line of current stream.
</summary>
<returns>Style of new line of current stream.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetNewLineStyle(Syncfusion.IO.NewLineStyle)">
<summary>
Sets the style of new line of current stream.
</summary>
<param name="style">New style of new line of current stream.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.IndentText(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Indents text in the specified range.
</summary>
<param name="p1">Beginning of range.</param>
<param name="p2">End of rage.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OutdentText(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Outdents text in the specified range.
</summary>
<param name="p1">Beginning of range.</param>
<param name="p2">End of rage.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.IndentText(System.Drawing.Point,System.Drawing.Point)">
<summary>
Indents text in the specified range.
</summary>
<param name="pointStart">Beginning of range (physical coordinates).</param>
<param name="pointEnd">End of rage (physical coordinates).</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OutdentText(System.Drawing.Point,System.Drawing.Point)">
<summary>
Outdents text in the specified range.
</summary>
<param name="pointStart">Beginning of range (physical coordinates).</param>
<param name="pointEnd">End of rage (physical coordinates).</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.IndentSelection">
<summary>
Indents selected text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OutdentSelection">
<summary>
Outdents selected text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.AutoFormatText(System.Int32,System.Int32)">
<summary>
Autoformats the given range of text.
</summary>
<param name="iStartLineIndex">Index of first line of range to autoformat.</param>
<param name="iEndLineIndex">Index of last line of range to autoformat.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.CreateBitmap">
<summary>
Helps to creates the snapshot of the control. The bitmap image looks exactly like an actual snapshot of a live instance of EditControl.
</summary>
<returns>Bitmap instance with actual snapshot of the control.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SuspendPainting">
<summary>
Suspends painting of the control <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResumePainting">
<summary>
Resumes painting of the control <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShowCaret">
<summary>
Helps to shows the cursor caret.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.HideCaret">
<summary>
Helps to hides the cursor caret.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetEncoding">
<summary>
Helps to gets the current text encoding.
</summary>
<returns>Current encoding.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetEncoding(System.Text.Encoding)">
<summary>
Helps to sets the current text encoding.
</summary>
<param name="encoding"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetFindAndReplaceDialogLocation(System.Drawing.Point)">
<summary>
Helps to sets find and replace dialog box location of the EditControl.
</summary>
<param name="location">Display Location</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.CommentText(System.Drawing.Point,System.Drawing.Point)">
<summary>
Helps to comments the text in the specified range.
</summary>
<param name="pointStart">Beginning of range (physical coordinates).</param>
<param name="pointEnd">End of rage (physical coordinates).</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UncommentText(System.Drawing.Point,System.Drawing.Point)">
<summary>
Helps to uncomments the text in the specified range.
</summary>
<param name="pointStart">Beginning of range (physical coordinates).</param>
<param name="pointEnd">End of rage (physical coordinates).</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.CommentSelection">
<summary>
Helps to comments the selected text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UncommentSelection">
<summary>
Helps to uncomments the selected text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetControlState">
<summary>
Creates control state store.
</summary>
<returns>ControlStateStore instance with info about control state.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RestoreControlState(Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore)">
<summary>
Restores control state.
</summary>
<param name="state">Control state store to get data from.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RestoreControlState(Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore,System.Boolean)">
<summary>
Restores control state.
</summary>
<param name="state">Control state store to get data from.</param>
<param name="append">Specifies whether settings from the state should be applied without clearing currently used settings.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.AddCodeSnippet(System.String,System.Collections.ArrayList,System.String)">
<summary>
Helps to adds new code snippet to the current language of EditControl.
</summary>
<param name="title">Snippet title.</param>
<param name="literals">List of literals.</param>
<param name="code">Snippet code.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetSnippetByTitle(System.String)">
<summary>
Gets code snippet by its title.
</summary>
<param name="title">Title of code snippet that has to be found.</param>
<returns>Needed code snippet or null if there's no snippet with given title.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ChangeSnippetTemplateText(System.String,System.String)">
<summary>
Changes text of all template members with defined name of currently activated code snippet.
</summary>
<param name="memberName">Name of template member.</param>
<param name="newText">New text.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.CommentLine">
<summary>
Helps to comment the current line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.CommentLine(System.Int32)">
<summary>
Helps to comments the specified line.
</summary>
<param name="iLineIndex">Index of line to comment.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UnCommentLine">
<summary>
Helps to uncomments the current line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UnCommentLine(System.Int32)">
<summary>
Helps to uncomments the specified line.
</summary>
<param name="iLineIndex">Index of line to uncomment.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SaveSettingToIsolatedStorage">
<summary>
Helps to saves the settings from context options dialog to the isolated storage.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ApplySettingFromIsolatedStorage">
<summary>
Helps to applies context options settings from the isolated storage.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetParsePoint(System.Int32,System.Int32)">
<summary>
Gets parse point by physical coordinates in the stream.
</summary>
<param name="x">X-coordinate.</param>
<param name="y">Y-coordinate.</param>
<returns>Resulting parse point.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetParsePoint(System.Drawing.Point)">
<summary>
Gets parse point by physical coordinates in the stream.
</summary>
<param name="p">Point in the stream..</param>
<returns>Resulting parse point.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.CloseContextChoice">
<summary>
Helps to Close the context choice popup window.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.CloseContextPrompt">
<summary>
Helps to close the context prompt popup window.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.CloseContextTooltip">
<summary>
Helps to close the context tooltip popup window.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetTextWithNewLineStyle">
<summary>
Gets the text with current new line style.
</summary>
<returns>String containing EditControl text with current new line style.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetTextWithNewLineStyle(Syncfusion.IO.NewLineStyle)">
<summary>
Gets the text with current new line style.
</summary>
<param name="newLineStyle">New line style for text.</param>
<returns>String containing EditControl text with given new line style.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShowCodeSnippets">
<summary>
Shows the code snippets choice list.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ScrollToCaret">
<summary>
Helps to scrolls the contents of the control to the current caret position.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetItemHeight(System.Drawing.Graphics,System.Windows.Forms.ListBox,System.Int32)">
<summary>
Method to calculate the height of the Item
</summary>
<param name="e"></param>
<param name="listbox"></param>
<param name="defaultHeight"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnStyleChanged">
<summary>
Occurs when the control style changed
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UpdateSizeInAutoSizeMode">
<summary>
Updates control size in autosize mode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UpdateStatusBarEncodingPanel">
<summary>
Updates information regarding currently used encoding in the status bar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnParsingModeChanged">
<summary>
Updates parser's text parsing mode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.AttachToEvents">
<summary>
Attaches event reraisers to edit control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FindRegex(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,System.Text.RegularExpressions.Regex,System.Boolean,System.Boolean)">
<summary>
Looks for specified expression in text.
</summary>
<param name="start">Start position for the search.</param>
<param name="expression">Expression to be found.</param>
<param name="searchUp">Specifies whether upsearch should be done.</param>
<param name="bSearchInCollapsed">Flag, that specifies whether text can be found in collapsed region.</param>
<returns>Search results.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SaveCommand">
<summary>
Saves file.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SaveAsCommand">
<summary>
SaveAs command.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OpenCommand">
<summary>
Opens file.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.NewCommand">
<summary>
Creates new file.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RenderRightToLeftCommand">
<summary>
Performs RenderRightToLeft command
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ScrollUpCommand">
<summary>
Scrolls up for one line, when Control + Up key combination is pressed
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ScrollDownCommand">
<summary>
Scrolls down for one line, when Control + Down key combination is pressed
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ExchangeWithFake(Syncfusion.Windows.Forms.Edit.FakeEditControl)">
<summary>
Exchanges fake editor and real editor.
</summary>
<param name="senderFake"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ExchangeWithFake(Syncfusion.Windows.Forms.Edit.FakeEditControl,System.Drawing.Point)">
<summary>
Exchanges fake editor and real editor.
</summary>
<param name="senderFake"></param>
<param name="mousePoint"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ExchangeWithFakeDelayed(Syncfusion.Windows.Forms.Edit.FakeEditControl)">
<summary>
Exchanges fake editor and real editor by timer.
</summary>
<param name="senderFake"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.CalculateVerticalSplitterPosition(System.Int32)">
<summary>
Calculates position of the vertical splitter.
</summary>
<param name="iPosition">Original position.</param>
<returns>Resulting position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UpdateVerticalSplitters">
<summary>
Updates sizes of the vertical splitters.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.SetSplitterPosition(System.Windows.Forms.Splitter,System.Int32)">
<summary>
Checks if splitter have different position than the specified one and if not, changes it.
</summary>
<param name="splitter">Splitter to be updated.</param>
<param name="position">Position to be set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UpdateControlSize(System.Windows.Forms.Control)">
<summary>
Updates size of the control, based on the parent size.
</summary>
<param name="control">Control to be updated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ReAlignAll">
<summary>
Manually realigns all controls.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UpdateHeightInSingleLineMode">
<summary>
Sets control heights in singleline mode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.LockEvents">
<summary>
Locks event processing.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UnlockEvents">
<summary>
Unlocks event processing.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.DrawStringCentered(System.Drawing.Graphics,System.Drawing.Rectangle,System.String)">
<summary>
Draws string at the center of the specified rectangle.
</summary>
<param name="g">Graphics object.</param>
<param name="rectangle">Output rectangle.</param>
<param name="text">Text to be drawn.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.InvalidateNonClientArea">
<summary>
Redraws nonclient area of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FakeVisible(Syncfusion.Windows.Forms.Edit.FakeEditControl)">
<summary>
Gets bool indicating visibility of fake edit control.
</summary>
<param name="fake">Fake edit control to retrieve visibility of.</param>
<returns>Bool indicating visibility of fake edit control</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GenerateContextOptionsXml(System.Xml.XmlWriter)">
<summary>
Geterates Xml document with context options.
</summary>
<param name="writer">Xml writer.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ApplyContextOptionsFromXml(System.Xml.XmlReader)">
<summary>
Applies context options settings from Xml document.
</summary>
<param name="reader">Xml reader.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UpdateScrollersVisualStyle">
<summary>
Updates visual style of scrollers
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetTextCoords(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Searches for text and returns it's coordinates if found.
</summary>
<param name="text">String to be found in the text.</param>
<param name="caseSensitive">Specifies whether case sensitive search should be performed.</param>
<param name="searchInHidden">Specifies whether search should be performed inside collapsed blocks.</param>
<param name="wholeWord">Specifies whether only whole words should be searched.</param>
<param name="searchUp">Specifies whether search should be performed in the up direction.</param>
<param name="startPoint">Point to start search from. If null, search is performed from current cursor position.</param>
<returns>FindResult instance.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.IsRTLChangeRequired(System.Int32,System.Int32)">
<summary>
Checks if RTL to change as the results of pressing ctl+shift's
</summary>
<param name="iKeyCode"></param>
<param name="iFlags"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.CreateAccessibilityInstance">
<summary>
New Instance for EditControl AccessibleObject
</summary>
<returns> EditControlAccessibleObject </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
<summary>
Overrides the Processcmdkey
</summary>
<param name="msg"></param>
<param name="keyData"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ScrollControlIntoView(System.Windows.Forms.Control)">
<summary>
Hides ScrollControlIntoView method.
</summary>
<param name="ctrl">Control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnDragOver(System.Windows.Forms.DragEventArgs)">
<summary>
Changes drag effect to copy if some file is dragged over the control.
</summary>
<param name="drgevent">DragEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnDragDrop(System.Windows.Forms.DragEventArgs)">
<summary>
Inserts text from the dropped to the control file.
</summary>
<param name="drgevent">DragEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
<summary>
Paints the background of the control.
</summary>
<param name="pevent">PaintEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Realligns controls after relayouting control.
</summary>
<param name="levent">LayoutEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.WndProc(System.Windows.Forms.Message@)">
<summary>
Processes Windows messages.
</summary>
<param name="m">The Windows Message to process.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.canUpdateSystemCursor">
<summary>
Gets or sets a value indicating whether the System cursor can used while increasing font through zoom-in and zoom-out operation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
Overriden OnKeyDown
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_ContextPromptUpdate(System.Object,Syncfusion.Windows.Forms.Edit.ContextPromptUpdateEventArgs)">
<summary>
Raises ContextPromptUpdate event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_ContextChoiceItemSelected(Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController,Syncfusion.Windows.Forms.Edit.ContextChoiceItemSelectedEventArgs)">
<summary>
Raises when some context choice list item gets selected.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_ContextPromptSelectionChanged(Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt,Syncfusion.Windows.Forms.Edit.ContextPromptSelectionChangedEventArgs)">
<summary>
Raises when context prompt selection has been changed.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_TextChanging(System.Object,Syncfusion.Windows.Forms.Edit.TextChangingEventArgs)">
<summary>
Raises when text is to be changed.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_LineChanged(System.Object,Syncfusion.Windows.Forms.Edit.TextChangedEventArgs)">
<summary>
Raises, when line text has been changed.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_LineInserted(System.Object,Syncfusion.Windows.Forms.Edit.LinesEventArgs)">
<summary>
Raises when line is to be inserted.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_LineDeleted(System.Object,Syncfusion.Windows.Forms.Edit.LinesEventArgs)">
<summary>
Raises when line is to be deleted.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.IsLineDeletedInvoked">
<summary>
To check whether LineDeleted event is used
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.IsLineChangedInvoked">
<summary>
To check whether LineChanged event is used
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.IsLineInsertedInvoked">
<summary>
To check whether LineInserted event is used
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_TextChanged(System.Object,System.EventArgs)">
<summary>
Raises, when text has been changed.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_Find(System.Object,System.EventArgs)">
<summary>
Raises Find event when word match is found via FindAndReplaceDialog Next button
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_SingleLineChanged(System.Object,System.EventArgs)">
<summary>
Raises, when single line mode has been changed.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_MenuFill(System.Object,System.EventArgs)">
<summary>
Raises, when user should fill menu with menu items.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_UpdateContextToolTip(System.Object,Syncfusion.Windows.Forms.Edit.UpdateTooltipEventArgs)">
<summary>
Raises when text should be updated.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_UpdateBookmarkToolTip(System.Object,Syncfusion.Windows.Forms.Edit.UpdateBookmarkTooltipEventArgs)">
<summary>
Raises when bookmark tooltip text should be updated.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_ContextPromptClose(System.Object,Syncfusion.Windows.Forms.Edit.ContextPromptCloseEventArgs)">
<summary>
Raises when context prompt should be shown.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_ContextPromptOpen(System.Object,Syncfusion.Windows.Forms.Edit.ContextPromptUpdateEventArgs)">
<summary>
Raises when context prompt should be shown.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_ContextPromptBeforeOpen(System.Object,System.ComponentModel.CancelEventArgs)">
<summary>
Raises before context prompt should be shown.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_ContextChoiceOpen(Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController)">
<summary>
Raises when auto-complete dialog has been opened.
</summary>
<param name="controller">"Controller for the context choice"</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_ContextChoiceUpdate(Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController)">
<summary>
Raises when auto-complete dialog should be updated.
</summary>
<param name="controller">"Controller for the context choice"</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_ContextChoiceBeforeOpen(System.Object,System.ComponentModel.CancelEventArgs)">
<summary>
Raises before the ContextChoice dialog is shown to user.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_DrawLineMark(System.Object,Syncfusion.Windows.Forms.Edit.DrawLineMarkEventArgs)">
<summary>
Raises when line mark should be drawn.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_OnBeforeLineNumberPaint(System.Object,Syncfusion.Windows.Forms.Edit.LineNumberPaintEventArgs)">
<summary>
Raises when line number are drawn
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_LanguageChanged(System.Object,System.EventArgs)">
<summary>
Raises after changing parsers language.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_RegisteringKeyCommands(System.Object,System.EventArgs)">
<summary>
Raises when registers additional commands for key-binder.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_RegisteringDefaultKeyBindings(System.Object,System.EventArgs)">
<summary>
Raises when registers additional key-bindings.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_ReadOnlyChanged(System.Object,System.EventArgs)">
<summary>
Raises when ReadOnly mode changes.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_ChangingStream(System.Boolean@)">
<summary>
Raises when current stream instance is to be changed to some other one.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_OperationStopped(Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperation)">
<summary>
Raises on the end of the long operation.
</summary>
<param name="operation">Long operation</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_OperationStarted(Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperation)">
<summary>
Raises on the start of the long operation.
</summary>
<param name="operation">"Long operation"</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_PaintUserMargin(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Raises when user margin have to be painted.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_CanUndoRedoChanged(System.Object,System.EventArgs)">
<summary>
Raises when Changed State was updated.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_SelectionChanged(System.Object,System.EventArgs)">
<summary>
Raises when text selection has been changed.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_CursorPositionChanged(System.Object,System.EventArgs)">
<summary>
Raises when current cursor position has changed.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_InsertModeChanged(System.Object,System.EventArgs)">
<summary>
Raises when InsertMode flag has changed
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_MouseClick(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the System.Windows.Forms.Control.MouseClick event.
</summary>
<param name="sender">sender as object</param>
<param name="e">MouseEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Calls OnMouseDown.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_MouseEnter(System.Object,System.EventArgs)">
<summary>
Calls OnMouseEnter.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_MouseLeave(System.Object,System.EventArgs)">
<summary>
Calls OnMouseLeave
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_MouseMove(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Calls OnMouseMove.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FakeEditorMouseMove(System.Object,System.EventArgs)">
<summary>
Exchanges editor with fake, the mouse is over.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_MouseHover(System.Object,System.EventArgs)">
<summary>
Calls OnMouseHover.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_MouseUp(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Calls OnMouseDown.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.zoomfactor">
<summary>
Variable to hold the value of zooming factor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.minimumZoomFactor">
<summary>
Variable to hold the Minimum ZoomFactor value
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.maximumZoomFactor">
<summary>
Variable to hold the Maximum ZoomFactor value
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ValidateAndUpdateZoomFactor(System.Single)">
<summary>
Validating the ZoomFactor and update the font size based on the factor.
</summary>
<param name="value">Zoom factor value to validate</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.allowZoom">
<summary>
Gets or sets a value indicating whether the Text area of EditControl can be zoom or not
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.zoomFactorToUpdateLineNumber">
<summary>
Gets or sets a value of the zoom factor to update the linenumber font when AllowZoom is false
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.canUpdateAllKnownLanguages">
<summary>
Gets or sets a value indicating whether the formats of all known languages need to udpate or not
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UpdateFontOnZoomFactor">
<summary>
Update Font of Formats based on ZoomFactor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.defaultLanguages">
<summary>
Gets or sets a value of default formats of the language which is loaded at first time before applying zoom factor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.defaultFormatManager">
<summary>
Gets or sets a collection of Formats from default Configurator
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.CreateConfigClone(Syncfusion.Windows.Forms.Edit.Implementation.Config.Config)">
<summary>
Cloning the configuration file
</summary>
<param name="config">File to clone</param>
<returns>cloned Configuration file</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_MouseWheel(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Calls OnMouseWheel.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.EditControl_CursorChanged(System.Object,System.EventArgs)">
<summary>
Sets cursor.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_Click(System.Object,System.EventArgs)">
<summary>
Calls OnClick.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_DoubleClick(System.Object,System.EventArgs)">
<summary>
Calls OnDoubleClick.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_KeyDown(System.Object,System.Windows.Forms.KeyEventArgs)">
<summary>
Calls OnKeyDown.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_KeyUp(System.Object,System.Windows.Forms.KeyEventArgs)">
<summary>
Calls OnKeyUp.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_KeyPress(System.Object,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Calls OnKeyPress.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.splitterCenter_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Paints splitter.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_ContextChoiceSelectedTextInsert(Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController,Syncfusion.Windows.Forms.Edit.ContextChoiceTextInsertEventArgs)">
<summary>
Raises ContextChoiceSelectedTextInsert event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_IndicatorMarginClick(System.Object,Syncfusion.Windows.Forms.Edit.IndicatorClickEventArgs)">
<summary>
Raises IndicatorMarginClick
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_IndicatorMarginDoubleClick(System.Object,Syncfusion.Windows.Forms.Edit.IndicatorClickEventArgs)">
<summary>
Raises IndicatorMarginDoubleClick event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_DrawUserMarginText(System.Object,Syncfusion.Windows.Forms.Edit.DrawUserMarginTextEventArgs)">
<summary>
Raises DrawUserMarginText event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_SaveStreamWithDataLoss(System.Object,Syncfusion.Windows.Forms.Edit.SaveWithDataLosingEventArgs)">
<summary>
Raises SaveStreamWithDataLosing event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_SaveFileWithDataLoss(System.Object,Syncfusion.Windows.Forms.Edit.SaveWithDataLosingEventArgs)">
<summary>
Raises SaveFileWithDataLosing event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_StreamClose(System.Object,Syncfusion.Windows.Forms.Edit.StreamCloseEventArgs)">
<summary>
Raises StreamClose event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_OutliningTooltipBeforePopup(System.Object,Syncfusion.Windows.Forms.Edit.OutliningTooltipBeforePopupEventArgs)">
<summary>
Raises OutliningTooltipBeforePopup event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_OutliningTooltipPopup(System.Object,Syncfusion.Windows.Forms.Edit.CollapseEventArgs)">
<summary>
Raises OutliningTooltipPopup event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_OutliningTooltipClose(System.Object,Syncfusion.Windows.Forms.Edit.CollapseEventArgs)">
<summary>
Raises OutliningTooltipClose event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.CodeSnippetActivatingReRaiser(System.Object,Syncfusion.Windows.Forms.Edit.CancellableCodeSnippetsEventArgs)">
<summary>
Raises CodeSnippetActivating event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.CodeSnippetDeactivatingReRaiser(System.Object,Syncfusion.Windows.Forms.Edit.CodeSnippetsEventArgs)">
<summary>
Raises CodeSnippetDeactivating event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.CodeSnippetTemplateTextChangingReRaiser(System.Object,Syncfusion.Windows.Forms.Edit.CodeSnippetTemplateTextChangingEventArgs)">
<summary>
Raises CodeSnippetTemplateTextChanging event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.NewSnippetMemberHighlightingReRaiser(System.Object,Syncfusion.Windows.Forms.Edit.NewSnippetMemberHighlightingEventArgs)">
<summary>
Raises NewSnippetMemberHighlighting event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShouldSerializeColumnGuideItems">
<summary>
Tells designer to serialize ColumnGuideItems.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetColumnGuideItems">
<summary>
Resets ColumnGuideItems property value.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShouldSerializeLineNumbersFont">
<summary>
Tells designer to serialize LineNumbersFont property.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetLineNumbersFont">
<summary>
Resets LineNumbersFont property value.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShouldSerializeTabStopsArray">
<summary>
Tells designer to serialize TabStops array.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetTabStopsArray">
<summary>
Resets TabStopsArray property value.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShouldSerializeUserMarginTextFont">
<summary>
Tells designer to serialize UserMarginTextFont property.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetUserMarginTextFont">
<summary>
Resets UserMarginTextFont property value.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShouldSerializeAllowDrop">
<summary>
Tells designer to serialize AllowDrop property.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetAllowDrop">
<summary>
Resets AllowDrop property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShouldSerializeFileModified">
<summary>
Serialize the FileModified property
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetFileModified">
<summary>
Resets FileModified property
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShouldSerializeText">
<summary>
Tells designer to serialize Text property.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetText">
<summary>
Resets text property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ShouldSerializeFileExtensions">
<summary>
Tells designer to serialize file extensions
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.ResetFileExtensions">
<summary>
Reset file extensions
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.BeginInit">
<summary>
Stub for compatibility reasons.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.EndInit">
<summary>
Performs operations needed after initialization.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RegisterCommands">
<summary>
Registers additional commands for key-binder.
</summary>
<param></param>
<param></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RegisterBindings">
<summary>
Registers additional key-bindings.
</summary>
<param></param>
<param></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.fakeEditControl2_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Switches between fake editor and real editor.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_Resize(System.Object,System.EventArgs)">
<summary>
Switches to non-zero-size editor.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_WordWrapChanged(System.Object,System.EventArgs)">
<summary>
Handles changes of WordWrapping.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FakeEditorDragOver(System.Object,System.Windows.Forms.DragEventArgs)">
<summary>
Handles dragging over control.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.FakeEditorDragDrop(System.Object,System.Windows.Forms.DragEventArgs)">
<summary>
Handles dropping of the object to control.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_DragOver(System.Object,System.Windows.Forms.DragEventArgs)">
<summary>
Calls OnDragOver method.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_DragDrop(System.Object,System.Windows.Forms.DragEventArgs)">
<summary>
Calls OnDragDrop method.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_DragEnter(System.Object,System.Windows.Forms.DragEventArgs)">
<summary>
Calls OnDragEnter method.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_DragLeave(System.Object,System.EventArgs)">
<summary>
Calls OnDragLeave method.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.VerticalSplitterMoved(System.Object,System.Windows.Forms.SplitterEventArgs)">
<summary>
Reallignes all controls.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.VerticalSplitterMoving(System.Object,System.Windows.Forms.SplitterEventArgs)">
<summary>
Corrects position in wordwrap mode.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.MeasureTimerTick(System.Object,System.EventArgs)">
<summary>
Stops timer and remeasures text.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_PrintFooter(System.Object,Syncfusion.Windows.Forms.Edit.PrintHeadlineEventArgs)">
<summary>
Prints page footer and page number on it.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_PrintHeader(System.Object,Syncfusion.Windows.Forms.Edit.PrintHeadlineEventArgs)">
<summary>
Prints page header and document name on it.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_PaintLockRequest(System.Object,System.EventArgs)">
<summary>
Disables control drawing.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_PaintUnlockRequest(System.Object,System.EventArgs)">
<summary>
Enables control drawing.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_ParserCreated(System.Object,System.EventArgs)">
<summary>
Subscribes for parser events.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_ParserDestroyed(System.Object,System.EventArgs)">
<summary>
Unsubscribes parser events.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.Parser_OutliningBeforeCollapse(System.Object,Syncfusion.Windows.Forms.Edit.OutliningEventArgs)">
<summary>
Handler for the OutliningBeforeCollapse event of the collapsible region.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.Parser_OutliningBeforeExpand(System.Object,Syncfusion.Windows.Forms.Edit.OutliningEventArgs)">
<summary>
Handler for the OutliningBeforeExpand event of the collapsible region.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.Parser_OutliningCollapse(System.Object,Syncfusion.Windows.Forms.Edit.CollapseEventArgs)">
<summary>
Handler for the OutliningCollapse event of the collapsible region.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.Parser_OutliningExpand(System.Object,Syncfusion.Windows.Forms.Edit.CollapseEventArgs)">
<summary>
Handler for the OutliningExpand event of the collapsible region.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_EncodingChanged(System.Object,System.EventArgs)">
<summary>
Updates encoding info on the statusbar.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.statusBar_VisibleChanged(System.Object,System.EventArgs)">
<summary>
Realigns edit control.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.m_statusBarSettings_CheckSmartGripVisibility(System.Object,Syncfusion.Windows.Forms.Edit.GetBoolEventArgs)">
<summary>
Chacks whether gripper should be shown.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.m_statusBarSettings_VisibilityChanged(System.Object,Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Realigns all.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_GetMinimalWidth(System.Object,Syncfusion.Windows.Forms.Edit.ChangeValueEventArgs)">
<summary>
Retrieves minimal width of fake controls.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.splitterCenter_DoubleClick(System.Object,System.EventArgs)">
<summary>
Puts splitter to the center of the control.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.splitterVertical_DoubleClick(System.Object,System.EventArgs)">
<summary>
Puts splitter to the center of the control or hides it.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.splitterCenter_SplitterMoving(System.Object,System.Windows.Forms.SplitterEventArgs)">
<summary>
Docks splitter to the center.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_FileNameChanged(System.Object,System.EventArgs)">
<summary>
Updates filename statusbar panel.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.edtCode_ConfigurationChanged(System.Object,System.EventArgs)">
<summary>
Updates filename statusbar panel.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnContextChoiceRightClick(Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController,Syncfusion.Windows.Forms.Edit.ContextChoiceItemEventArgs)">
<summary>
Raises ContextChoiceRightClick event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnEdtCodeScrollbarsSizeUpdated(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.themeStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Edit.EditControl.ThemeStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.imageWidth">
<summary>
It contains width for the FontIcon
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.themeName">
<summary>
It contains the value of the <see cref="!:BaseControl.ThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.baseTheme">
<summary>
It contains the value of the <see cref="!:BaseControl.BaseTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.controlName">
<summary>
It contains the value of the <see cref="!:BaseControl.ControlName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.visualTheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.IVisualStyle.VisualTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.canApplytheme">
<summary>
It contains the value of the <see cref="!:BaseControl.CanApplyTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.canOverrideStyle">
<summary>
It contains the value of the <see cref="!:BaseControl.CanOverrideStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.isVisualStyleEnabled">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Edit.EditControl.IsVisualStyleEnabled"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RaiseThemeChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ThemeNameChanged"/> event when theme name changed.
</summary>
<param name="sender">The sender value.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetActiveThemeName">
<summary>
Gets the active theme name of the control.
</summary>
<returns>Returns the active theme name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnThemeNameChanged(System.String)">
<summary>
Helps to override the ThemeName property settings
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.GetControlName(System.String)">
<summary>
Helps to override the ThemeName property settings
</summary>
<param name="controlName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnCanApplyThemeChanged(System.Boolean)">
<summary>
Helps to override the CanApplyTheme property settings
</summary>
<param name="CanApplyTheme">CanApplyTheme</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnCanOverrideStyleChanged(System.Boolean)">
<summary>
Helps to override the CanOverriderStyle property settings
</summary>
<param name="CanOverriderStyle">CanOverriderStyle</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UpdateContextChoiceRenderer(System.Object)">
<summary>
Update theme colors of the ContextChoice.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnDrawSelectedContextChoiceItem(System.Windows.Forms.DrawTreeNodeEventArgs,System.Drawing.Rectangle)">
<summary>
Draws selected colors of the ContextChoice.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnDrawContextPrompt(Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt,System.Drawing.Graphics)">
<summary>
Update theme colors of the ContextPrompt.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.DrawSplitter(System.Drawing.Graphics,System.Windows.Forms.Splitter)">
<summary>
Draws splitter of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnDrawLineNumber(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.RectangleF,System.Drawing.StringFormat)">
<summary>
Draws line number of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnDrawExpandCollapseIcon(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,System.Boolean)">
<summary>
Draws expand/collapse icon of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnDrawSelectionMarginBackground(System.Drawing.Graphics,System.Drawing.RectangleF)">
<summary>
Draws selection margin background of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnDrawSelectionMarginForeground(System.Drawing.Graphics,System.Drawing.RectangleF)">
<summary>
Draws selection margin foreground of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnDrawLineChangedIndicator(System.Drawing.Graphics,System.Drawing.RectangleF,System.Boolean,System.Boolean)">
<summary>
Draws line changed indicator of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnDrawUserMargin(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws user margin of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnDrawBookmarkMargin(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.RectangleF)">
<summary>
Draws bookmark margin of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnDrawLineNumberMargin(System.Drawing.Graphics,System.Drawing.RectangleF)">
<summary>
Draws line number margin of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnDrawCollapseMargin(System.Drawing.Graphics,System.Drawing.RectangleF)">
<summary>
Draws collapse margin of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UpdateThemeForGoToDialogBox">
<summary>
Draws GoToLine dialog of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UpdateThemeForFindDialogBox">
<summary>
Draws find and replace dialog of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnDrawToolTip(System.Drawing.Graphics,Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx)">
<summary>
Draws ToolTip popup of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnDrawFindDialogSearchPanel(System.String,System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.RightToLeft)">
<summary>
Draws search panel find dialog of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UpdateThemeForKeyBindingDialog(Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding)">
<summary>
Draws keybinding dialog of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.OnDrawListBoxItem(System.Object,System.Windows.Forms.DrawItemEventArgs)">
<summary>
Draws listbox present in dialog boxes of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UpdateThemeForConfigurationDialog(Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog)">
<summary>
Draws Configuration Dialog of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UpdateThemeForFormatConfiguration(Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig)">
<summary>
Draws Format Configuration Dialog of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UpdateThemeForControlOptios(Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions)">
<summary>
Draws control options Dialog of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UpdateThemeForSimpleAdd(Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd)">
<summary>
Draws add items dialog of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UpdateThemeForCreateNewlanguageDialog(Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog)">
<summary>
Draws create new language dialog of the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.UpdateThemeForListItem(Syncfusion.Windows.Forms.Edit.Dialogs.ListItemsEditor)">
<summary>
Draws list items dialog of the EditControl
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.SearchRegex">
<summary>
It's an Event Handler for RegexCaseInsenstiveArgs
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.LikeVisualStudioSearch">
<summary>
Gets or sets a value indicating whether searching the text is same as like in visual studio editor.
</summary>
[Browsable( true )]
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.Style">
<summary>
Gets or sets the style value to customize the appearance of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.AutoSize">
<summary>
Gets or sets a value indicating whether auto resizing of the control is turned on.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.MinSize">
<summary>
Gets or sets the minimum size of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> in autosize mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.DropAllFiles">
<summary>
Gets or sets a value indicating whether all files can be dropped to <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>. If set to false, only files with extension contained in FileExtensions can be dropped.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.FlushSavedLines">
<summary>
Gets or sets a value indicating whether the saved lines will be flushed or not. If set to false, the saved lines will not have flushed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.AutoSave">
<summary>
Gets or sets a value indicating whether the files can be autosaved or not in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.FileExtensions">
<summary>
Gets or sets the extensions of files that can be dropped to <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.LexicalMacrosManager">
<summary>
Gets the lexical macros manager.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ParsingMode">
<summary>
Gets or sets the text parsing mode in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>. User can select between high parsing speed or high syntax highlighting accuracy.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowVerticalScroller">
<summary>
Gets or sets a value indicating whether the vertical scroller are shown in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> when text is longer than the height of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowHorizontalScroller">
<summary>
Gets or sets a value indicating whether the horizontal scroller are shown in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> when text is longer than the width of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.VScrollBar">
<summary>
Gets a reference to an object with vertical scrollbar settings of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.HScrollBar">
<summary>
Gets a reference to an object with horizontal scrollbar settings of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.PageHeaderAndFooterVisible">
<summary>
Gets or sets a value indicating whether the page header and footer should be printed or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.PrintDocumentName">
<summary>
Gets or sets a value indicating whether the document name should be printed when page header is visible.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.PrintPageNumber">
<summary>
Gets or sets a value indicating whether page number should be printed when page footer is visible.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.VirtualSpaceMode">
<summary>
Gets or sets a value indicating whether virtual space mode is enabled or not in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.SaveOnClose">
<summary>
Gets or sets a value indicating whether save prompt dialog should be displayed before <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> is closed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.AllowDrop">
<summary>
Gets or sets a value indicating whether the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> can accept data that the user drags onto it.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.BackgroundColor">
<summary>
Gets or sets the background color of <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.IndentLineColor">
<summary>
Gets or sets the color for block indentation line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.SelectionTextColor">
<summary>
Gets or sets the color for the selected text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.IndentBlockHighlightingColor">
<summary>
Gets or sets the color for the highlighting indented block start and end.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.AutoIndentGuideline">
<summary>
Gets or sets a value indicating whether indent guideline should be shown automatically after cursor repositioning.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.OnlyHighlightMatchingBraces">
<summary>
Gets or sets a value indicating whether to highlight brackets in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowIndentationGuidelines">
<summary>
Gets or sets a value indicating whether indentation guidelines should be shown in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ContextMenuManager">
<summary>
Gets or sets the context menu manager that allows the user to edit the contents, and open or create a new file in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CurrentColumn">
<summary>
Gets or sets the current column in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.VisualColumn">
<summary>
Gets or sets the current virtual column in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>. Virtual column is visual position of character on the screen.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CurrentLine">
<summary>
Gets or sets the current line in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CurrentPosition">
<summary>
Gets or sets the current position of cursor in term of virtual coordinates in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.InsertMode">
<summary>
Gets or sets a value indicating whether the characters typed get inserted into the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>, without overwriting the existing text. If set to False, the characters typed overwrite the existing text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowLineNumbers">
<summary>
Gets or sets a value indicating whether line numbers should be shown in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowIndicatorMargin">
<summary>
Gets or sets a value indicating whether bookmarks and indicator margin should be visible in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowMarkers">
<summary>
Gets or sets a value indicating whether the line markers should be visible in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowCollapse">
<summary>
Gets or sets a value indicating whether collapsers should be shown in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowOutliningCollapsers">
<summary>
Gets or sets a value indicating whether outlining collapsers should be shown in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.WrapAroundSearch">
<summary>
Gets or sets a value indicating whether to stop searching the word at the page end.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowSelectionMargin">
<summary>
Gets or sets a value indicating whether selection margin area should be visible or not in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.SelectionMarginBackgroundColor">
<summary>
Gets or sets the background color for selection margin that enables the user to select the contents of the entire line in the EditControl, by simply clicking on the corresponding selection margin area of the line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.SelectionMarginForegroundColor">
<summary>
Gets or sets the foreground color for selection margin area that displays on the left side of the EditControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowWhitespaces">
<summary>
Gets or sets a value indicating whether whitespaces should be shown as special symbols in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.VisibleLineCount">
<summary>
Gets the number of visible lines on the screen in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.VirtualLineNumberOffset">
<summary>
Gets or sets the virtual line number start value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.PhysicalLineCount">
<summary>
Gets the number of lines in the files of <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.Configurator">
<summary>
Gets or sets the language configurator in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.Parser">
<summary>
Gets the parser for internal usage.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.GraphicsCompositingQuality">
<summary>
Gets or sets the image composition quality in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.GraphicsInterpolationMode">
<summary>
Gets or sets the interpolation mode in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.GraphicsSmoothingMode">
<summary>
Gets or sets the rendering quality for the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.GraphicsTextRenderingHint">
<summary>
Gets or sets the rendering mode for text associated with the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CanUndo">
<summary>
Gets a value indicating whether undo operation can be done in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CanRedo">
<summary>
Gets a value indicating whether redo operation can be done in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CanCopy">
<summary>
Gets a value indicating whether copy operation can be done in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CanPaste">
<summary>
Gets a value indicating whether paste operation can be done in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CanCut">
<summary>
Gets a value indicating whether cut operation can be done in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.SelectedText">
<summary>
Gets or sets the selected text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<remarks>
If there is no text selected and you are setting new selected text, it will be inserted in the position of the cursor.
Otherwise, when there is some text selected, it will be deleted and new text will be inserted.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.TabSize">
<summary>
Gets or sets the count of spaces to be placed instead tabulation symbol.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.UseTabs">
<summary>
Gets or sets a value indicating whether tab symbols should be used, or spaces should be used instead.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.Text">
<summary>
Gets or sets the editable text of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ActualText">
<summary>
Gets or sets the actual text with considering \r as well.
</summary>
<remarks>
Used by WM_GETTEXTLENGTH Message.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.IsClosed">
<summary>
Gets a value indicating whether the underlying stream is closed or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CurrentLineText">
<summary>
Gets the text of the current line in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CurrentLineInstance">
<summary>
Gets the instance of the current line in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowRightUserMargin">
<summary>
Gets or sets a value indicating whether the right user margin should be visible in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowUserMargin">
<summary>
Gets or sets a value indicating whether the user margin should be visible in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.UserMarginRightWidth">
<summary>
Gets or sets the width of the right user margin in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.UserMarginWidth">
<summary>
Gets or sets the width of the user margin that helps to displays additional information regarding the contents in the EditControl. Information can also be displayed on a line-by-line basis.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.Languages">
<summary>
Gets the list of available languages in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.Language">
<summary>
Gets or sets the currently used configuration language in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ReadOnly">
<summary>
Gets or sets a value indicating whether <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> is in read-only mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.Commands">
<summary>
Gets the list of commands that are used in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.KeyBinder">
<summary>
Gets the key binder that provides advanced customization of keystroke bindings for all editing and navigation operations.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.KeyBindingProcessor">
<summary>
Gets or sets the key binding processor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.GroupUndo">
<summary>
Gets or sets a value indicating whether grouping should be enabled while performing undo/redo actions.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CursorGraphicalLocation">
<summary>
Gets the location of right-bottom position cursor's in control coordinates.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ContextMenuEnabled">
<summary>
Gets or sets a value indicating whether context menu should be shown or not while right click on <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.SingleLineMode">
<summary>
Gets or sets a value indicating whether the single-line mode (like a regular TextBox) should be enabled in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.AllowDeleteReadOnlyRegion">
<summary>
Gets or sets a value indicating whether removing a read-only region is allowed in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.IsModified">
<summary>
Gets a value indicating whether the content of the file was modified in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.PrintDocument">
<summary>
Gets the print document, which is used to print the contents of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.UpdateContextChoiceList">
<summary>
Gets or sets a value indicating whether the context choice should be updated when it is active and user types something.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.TransparentSelection">
<summary>
Gets or sets a value indicating whether the transparent selection should be used or not in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ConvertOnLoad">
<summary>
Gets or sets a value indicating whether all new-line symbols in text should be converted to one common new-line symbol while loading the control.
</summary>
<remarks>Such file conversion is needed if file contains different new-line symbols or sequences.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.FileOpened">
<summary>
Gets or sets the file stream, that is used as an input in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.FileName">
<summary>
Gets or sets the name of the currently opened file in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.SharedFileMode">
<summary>
Gets or sets a value indicating whether the file should be opened in shared mode or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.FlushUndoRedoOnSave">
<summary>
Gets or sets a value indicating whether to enable Undo/Redo after save.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.BorderStyle">
<summary>
Gets or sets the border style of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ScrollOffsetLeft">
<summary>
Gets the left offset value of scroller position in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ScrollOffsetRight">
<summary>
Gets the right offset value of scroller position in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ScrollOffsetTop">
<summary>
Gets the top offset value of scroller position in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ScrollOffsetBottom">
<summary>
Gets the bottom offset value of scroller position in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.VirtualSize">
<summary>
Gets the virtual size of control.
</summary>
<remarks>
If control's client area is smaller then virtual size, then
scrollers will be visible.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.Selection">
<summary>
Gets the selected text range in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowVerticalSplitters">
<summary>
Gets or sets a value indicating whether the files in the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> are separated with vertical splitter.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowHorizontalSplitters">
<summary>
Gets or sets a value indicating whether the files in the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> are separated with horizontal splitter.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.TransferFocusOnTab">
<summary>
Gets or sets a value indicating whether control should transfer focus to the next control when user presses tab key, or it should insert tab symbol instead.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.EnableMD5">
<summary>
Gets or sets a value indicating whether <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> support MD5.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.EnableSmartInBlockIndent">
<summary>
Gets or sets a value indicating whether auto indent smart mode should be work in block mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.SelectionMode">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> Selection Mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.EnableBlockSelection">
<summary>
Gets or sets a value indicating whether to enable VS like Block selection. This property is applicable only when the Selection Mode is in normal selection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.EnableInlineCollapsing">
<summary>
Gets or sets a value indicating whether the nested Collapsing behavior should be enabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.EnableRTL">
<summary>
Gets or sets a value indicating whether the control support RightToLeft mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.SelectionMarginWidth">
<summary>
Gets or sets the width of the selection margin that enables the user to select the contents of the entire line in the EditControl, by simply clicking on the corresponding selection margin area of the line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.Bookmarks">
<summary>
Gets the read-only copy of the bookmarks collection in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CustomBookmarks">
<summary>
Gets the read-only copy of the custom bookmarks collection <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.Lines">
<summary>
Gets or sets the collection of the text lines in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.WhiteSpaceIndicators">
<summary>
Gets the properties of show white spaces mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.UserMarginBorderColor">
<summary>
Gets or sets the border color of user margin.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.UserMarginBackgroundColor">
<summary>
Gets or sets brush info object that is used to draw user margin background color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.UserMarginTextFont">
<summary>
Gets or sets the font of user margin text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.UserMarginTextColor">
<summary>
Gets or sets the color of user margin text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.WordWrap">
<summary>
Gets or sets a value indicating whether word-wrapping should be enabled in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.WordWrapType">
<summary>
Gets or sets the different types for wrapping the word in the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.EndOfLineBackColor">
<summary>
Gets or sets the background color for the line break character to be added at the end of the line on pressing the enter key.
</summary>
<remarks>
The background color of the line break character is applicable only if <see cref="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowEndOfLine"/> property is true.
</remarks>
<seealso cref="!:EditControl.EndOfLineMode"/>
<seealso cref="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowEndOfLine"/>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.EndOfLineForeColor">
<summary>
Gets or sets the foreground color for the line break character to be added at the end of the line on pressing the enter key.
</summary>
<remarks>
The text color of the line break character is applicable only if <see cref="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowEndOfLine"/> property is true.
</remarks>
<seealso cref="!:EditControl.EndOfLineMode"/>
<seealso cref="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowEndOfLine"/>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Edit.EditControl.ShowEndOfLine" -->
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.TextAreaWidth">
<summary>
Gets or sets the width of wordwrap margin. In EditControl, word-wrap margin is visible only while setting WordWrapMarginVisible property to true.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.WordWrapMarginVisible">
<summary>
Gets or sets a value indicating whether word wrapping should be visible in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.WordWrapMarginLineStyle">
<summary>
Gets or sets the style of line that is drawn at the border of the word-wrap margin.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.WordWrapMarginLineColor">
<summary>
Gets or sets the color for the line that is drawn at the border of the wordwrap margin.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.WordWrapMarginBrush">
<summary>
Gets or sets BrushInfo object that is used when area situated after text area is drawn.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.WordWrapMode">
<summary>
Gets or sets the state of the word wrapping mode. Different types of wrapping mode in EditControl are Control, SpecifiedColumn and WordWrapMargin.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.MarkerAreaWidth">
<summary>
Gets or sets the width of marker area.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.HorizontalSplitterPosition">
<summary>
Gets or sets the position of the horizontal splitter in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.BottomVerticalSplitterPosition">
<summary>
Gets or sets the position of the bottom vertical splitter in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.TopVerticalSplitterPosition">
<summary>
Gets or sets the position of the top vertical splitter in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.TabStopsArray">
<summary>
Gets or sets the array of tab stops.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.UseTabStops">
<summary>
Gets or sets a value indicating whether tab stops should be used in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.IndicatorMarginBackColor">
<summary>
Gets or sets the background color of the indicator margin. Indicator margin is used for displaying the custom indicators and bookmarks.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.UseXPStyle">
<summary>
Gets or sets value indicating whether XP style should be used in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.UseXPStyleBorder">
<summary>
Gets or sets value indicating whether XPStyle border should be used in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceController">
<summary>
Gets the context choice controller with a list of code completion options to speed up coding by reducing typos and other common mistakes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.AutoIndentMode">
<summary>
Gets or sets the mode of auto indentation. The options provided are None, Block and Smart as like in Visual studio code editor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowContextTooltip">
<summary>
Gets or sets a value indicating whether context tooltips should be shown while placing the cursor over the word.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowContentDividers">
<summary>
Gets or sets a value indicating whether content dividers should be shown in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.AutoIndent">
<summary>
Gets or sets a value indicating whether smart auto indent should be used. When set to true, AutoIndentMode is set to smart.
When set to false, AutoIndentMode is set to None. Obsolete, use AutoIndentMode now.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowOutliningTooltip">
<summary>
Gets or sets a value indicating whether collapsed text is shown in tooltip when mouse hovers over collapsed section.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.StatusBarSettings">
<summary>
Gets the settings of status bar that contains many sub properties, which can be used to customize the appearance and visibility of the status bar and its panels.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.MarkLineWrapping">
<summary>
Gets or sets a value indicating whether the lines wrapping should be marked or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CustomLineWrappingMarkingImage">
<summary>
Gets or sets the custom image that marks lines wrapping.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceSize">
<summary>
Gets or sets the size of the context choice pop-up window that helps to speed up coding by reducing typos and other common mistakes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptCustomSize">
<summary>
Gets or sets the size of context prompt pop-up window that enables user to speed up text input, formatting, auto correction and much more.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CodeSnipptSize">
<summary>
Gets or sets the size of CodeSnippet block.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.UseCustomSizeContextPrompt">
<summary>
Gets or sets a value indicating whether the custom context prompt size should be used or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.LineNumbersFont">
<summary>
Gets or sets the font of line numbers which was displayed on the indicator margin in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.LineNumbersColor">
<summary>
Gets or sets the color of line numbers which was displayed on the indicator margin in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceBorderColor">
<summary>
Gets or sets the border color of context choice that helps to speed up coding by reducing typos and other common mistakes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceFont">
<summary>
Gets or sets the font that are used in ContextChoice that helps to speed up coding by reducing typos and other common mistakes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceBackColor">
<summary>
Gets or sets the background color of the context choice that helps to speed up coding by reducing typos and other common mistakes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceForeColor">
<summary>
Gets or sets the foreground color of the context choice that helps to speed up coding by reducing typos and other common mistakes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptBorderColor">
<summary>
Gets or sets the border color of context prompt that enables user to speed up text input, formatting, auto correction and much more.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ContextTooltipBorderColor">
<summary>
Gets or sets the border color of context tooltip form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.BookmarkTooltipBorderColor">
<summary>
Gets or sets the border color of bookmark tooltip form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ContextTooltipBackgroundBrush">
<summary>
Gets or sets the brush info object that is used to draw context tooltip background color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.BookmarkTooltipBackgroundBrush">
<summary>
Gets or sets the brush info object that is used to draw bookmark tooltip background color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptBackgroundBrush">
<summary>
Gets or sets the brush info object that is used to draw context prompt background color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.IndentationBlockBackgroundBrush">
<summary>
Gets or sets the brush info object that is used to draw indentation block background.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ColumnGuideItems">
<summary>
Gets or sets the array of ColumnGuideItems objects.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowColumnGuides">
<summary>
Gets or sets a value indicating whether column guides should be drawn or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ColumnGuidesMeasuringFont">
<summary>
Gets or sets the font that is used while measuring position of column guides.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.DefaultNewLineStyle">
<summary>
Gets or sets the new line style of the newly created stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowIndentationBlockBorders">
<summary>
Gets or sets a value indicating whether indentation block borders should be drawn in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.IndentationBlockBorderStyle">
<summary>
Gets or sets the style of indentation block border line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.IndentationBlockBorderColor">
<summary>
Gets or sets the color of indentation block border line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.InsertDroppedFileIntoText">
<summary>
Gets or sets a value indicating whether outer file dragged and dropped into <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> should be inserted into current content. If set to false, current file is closed and dropped outer file is opened.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowFileDropNotification">
<summary>
Gets or sets a value indicating whether the notification is shown when drag and dropped file into <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
When this property is to false, error message will not occurred
<remarks>The error message will shows when InsertDroppedFileIntoText property is to false.</remarks>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.AutoCompleteSingleLexem">
<summary>
Gets or sets a value indicating whether context choice list gets autocompleted when single lexem remains in the list.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.MarkWrappedLines">
<summary>
Gets or sets a value indicating whether wrapped lines should be marked or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CustomWrappedLinesMarkingImage">
<summary>
Gets or sets the custom image that marks wrapped lines.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ParagraphOffset">
<summary>
Gets or sets the offset of paragraphs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.WrappedLinesOffset">
<summary>
Gets or sets the offset of wrapped lines.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.AutoFormattingManager">
<summary>
Gets the autoformatting manager of <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.MarkChangedLines">
<summary>
Gets or sets a value indicating whether the changed lines should be marked in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.SetMarkerOnEncodingChanged">
<summary>
Gets or sets a value indicating whether the changed lines should be marked once encoding changed at run-time.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ChangedLinesMarkingLineColor">
<summary>
Gets or sets the color of changed lines marking line in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.SavedLinesMarkingLineColor">
<summary>
Gets or sets the color of saved lines marking line in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowBookmarkTooltip">
<summary>
Gets or sets a value indicating whether bookmark tooltips should be shown or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.FindControl">
<summary>
Gets or sets the find dialog form that helps to find occurrences of specified text with constraints such as case matching, matching whole words etc., in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ReplaceControl">
<summary>
Gets or sets the replace dialog form that helps to replace specified text with replacement text as per the conditions specified in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.GotoControl">
<summary>
Gets or sets the GoTo dialog form which is used to position the mouse pointer on any specified line that the user wish to go in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.DisplayedFileName">
<summary>
Gets the name of the file.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.LoadConfigFile">
<summary>
Gets or sets a value indicating whether config file should be loaded. If set to false, default language is created from code.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ClearStaticDataOnDispose">
<summary>
Gets or sets a value indicating whether static data should be cleared on dispose.
Frees memory, but impairs time of next loading of EditControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.FindHistory">
<summary>
Gets the search history details which had been performed in Find dialog box.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ReplaceSearchHistory">
<summary>
Gets the search history details which had been performed in Replace dialog box.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ReplaceHistory">
<summary>
Gets the history of Replace dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.UseAutoreplaceTriggers">
<summary>
Gets or sets a value indicating whether auto replace triggers should be used in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CustomCursor">
<summary>
Gets or sets the custom bitmap for mouse pointer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.DrawCodeSnippetBorder">
<summary>
Gets or sets a value indicating whether border should be drawn around active code snippets.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.HighlightCurrentLine">
<summary>
Gets or sets a value indicating whether current line should be highlighted in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CurrentLineHighlightColor">
<summary>
Gets or sets the color of current line highlight in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.WordWrapColumn">
<summary>
Gets or sets the column for wrapping text and it is applicable only when WordWrapMode is set to SpecifiedColumn.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.WordWrapColumnMeasuringFont">
<summary>
Gets or sets the font that is used while calculating position of WordWrapColumn.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ToolTipDelay">
<summary>
Gets or sets the delay time for showing the tooltips in milliseconds.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.AllowInsertBeforeReadonlyNewLine">
<summary>
Gets or sets a value indicating whether inserting text should be allowed at the beginning of read-only region at the start of new line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.PseudoFileName">
<summary>
Gets or sets the file name to be shown in SaveAs dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ScrollVisualStyle">
<summary>
Gets or sets the visual style of scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.VScrollMode">
<summary>
Specifies how the control process vertical scrolling.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ScrollColorScheme">
<summary>
Gets or sets the scrollbar color scheme when Office2007 or Office2007Generic style is set.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ScrollbarTopButtons">
<summary>
Gets the buttons on the top of vertical scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ScrollbarBottomButtons">
<summary>
Gets the buttons on the bottom of vertical scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ScrollbarLeftButtons">
<summary>
Gets the buttons on the left of horizontal scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ScrollbarRightButtons">
<summary>
Gets the buttons on the right of vertical scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.AlwaysShowScrollers">
<summary>
Gets or sets a value indicating whether scrollers should be always visible in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.FilterAutoCompleteItems">
<summary>
Gets or sets a value indicating whether context choice items should be filtered while typing.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ExtendItemsFilteringString">
<summary>
Gets or sets a value indicating whether context choice items filtering string should be extended back to the whitespace.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.LineNumbersAlignment">
<summary>
Gets or sets the alignment of line number area in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.UserMarginPlacement">
<summary>
Gets or sets the placement of user margin in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.SelectOnLineNumberClick">
<summary>
Gets or sets a value indicating whether selection is performed while clicking on line numbers.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.UseNativeDrawing">
<summary>
Gets or sets a value indicating whether native GDI should be used for text output.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.SpaceBetweenLines">
<summary>
Gets or sets the space between lines in pixels.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.SplitterBackgroundBrush">
<summary>
Gets or sets the brush which is used for drawing the Splitter background.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.SelectTextAfterDragDrop">
<summary>
Gets or sets a value indicating whether text should be selected after drag or drop operation is performed in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ExtendSelectionToFarRight">
<summary>
Gets or sets a value indicating whether line selection should be extended to far right.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.RespectTabStopsOnInsertingText">
<summary>
Gets or sets a value indicating whether tab stops should be respected on inserting blocks of text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.AcceptsEscape">
<summary>
Gets or sets a value indicating whether the edit control should handle Escape key to close the parent form only when the parent form contains the cancel button.
Default value is true. Setting it to false will close the parent form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ScrollPosition">
<summary>
Gets or sets the scroll position of <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.AccessibilityEnabled">
<summary>
Gets or sets a value indicating whether the control should enable Accessibility support in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.EventsHandlingLocked">
<summary>
Gets value indicating whether events handling is locked.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ShowSatusBar">
<summary>
For private usage only. Implemented for applying ContextOptions attribute.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ScrollOffice2016ColorScheme">
<summary>
Gets oe sets the Scroll colorscheme for Office 2016
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.BackgroundImage">
<summary>
Hides Background image property.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.Font">
<summary>
Hides Font image property.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.InsertModeChanged">
<summary>
Occurs after the InsertMode property has changed in EditControl.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.CursorPositionChanged">
<summary>
Occurs after the current cursor position has changed in EditControl.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.SelectionChanged">
<summary>
Occurs after the text selection has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.CanUndoRedoChanged">
<summary>
Occurs when CanUndoRedo state has changed in EditControl.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.PaintUserMargin">
<summary>
Occurs when a user margin display line number has been painted.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.OperationStarted">
<summary>
Occurs when an operation starts like while collapsing and expanding block of code.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.OperationStopped">
<summary>
Occurs on the end of the long operation.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ChangingStream">
<summary>
Occurs when underlying stream of the control is about to change.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ZoomFactorChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.Edit.EditControl.ZoomFactor"/> value of <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ZoomFactorChanging">
<summary>
Occurs before the <see cref="P:Syncfusion.Windows.Forms.Edit.EditControl.ZoomFactor"/> value of <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> gets changed. This can be handled to cancel the state changes.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ReadOnlyChanged">
<summary>
Occurs when ReadOnly mode of <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> changes.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.RegisteringDefaultKeyBindings">
<summary>
Occurs when default key bindings should be added.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.RegisteringKeyCommands">
<summary>
Occurs when custom key-binding command should be registered.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ConfigurationChanged">
<summary>
Occurs after configuration has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.LanguageChanged">
<summary>
Occurs when current parser language of the control has been changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.DrawLineMark">
<summary>
Occurs when custom line mark should be drawn.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.BeforeLineNumberPaint">
<summary>
Occurs before the line number has been drawn.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceBeforeOpen">
<summary>
Occurs before the ContextChoice dialog is shown to user.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceUpdate">
<summary>
Occurs when context choice list should be updated.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceOpen">
<summary>
Occurs when context choice window has been opened.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceClose">
<summary>
Occurs when context choice window has been closed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptBeforeOpen">
<summary>
Occurs before context prompt dialog should be shown to user.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptOpen">
<summary>
Occurs when context prompt dialog has been opened.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptUpdate">
<summary>
Occurs when the context prompt list has been updated.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptClose">
<summary>
Occurs when context prompt window has been closed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.UpdateContextToolTip">
<summary>
Occurs while updating the context tooltip text.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.UpdateBookmarkToolTip">
<summary>
Occurs while updating bookmark tooltip text.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.MenuFill">
<summary>
Occurs when context menu is about to open. User can handle this event to add custom menu items.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.SingleLineChanged">
<summary>
Occurs when SingleLineMode property value has been changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.TextChanged">
<summary>
Occurs when text has been changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.Find">
<summary>
Occurs when a new match is found in FindAndReplaceDialogBox through FindNext Button.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.TextChanging">
<summary>
Occurs when text is about to change.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.LineChanged">
<summary>
Occurs when line has been changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.LineInserted">
<summary>
Occurs when line inserted in EditControl.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.LineDeleted">
<summary>
Occurs when line Deleted in EditControl.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceItemSelected">
<summary>
Occurs when context choice item has been selected.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptSelectionChanged">
<summary>
Occurs when context prompt item has been selected.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.WordWrapChanged">
<summary>
Occurs when WordWrap property value has been changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceSelectedTextInsert">
<summary>
Occurs when editor is about to insert text of the selected context choice item.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceRightClick">
<summary>
Occurs when context choice item is right clicked.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.PrintHeader">
<summary>
Occurs when page header needs to be printed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.PrintFooter">
<summary>
Occurs when page footer need to be printed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.IndicatorMarginClick">
<summary>
Occurs when user clicks on the indicator margin area.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.IndicatorMarginDoubleClick">
<summary>
Occurs when user double-clicks on the indicator margin area.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.DrawUserMarginText">
<summary>
Occurs when user margin area text is ready to be drawn.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.SaveStreamWithDataLoss">
<summary>
Occurs when user tries to save stream with data loosing.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.SaveFileWithDataLoss">
<summary>
Occurs when user tries to save file with data loosing.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.Closing">
<summary>
Occurs when edited stream is about to be closed and changes should be saved.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningTooltipBeforePopup">
<summary>
Occurs when outlining tooltip is about to be shown.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningTooltipPopup">
<summary>
Occurs when outlining tooltip is shown.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningTooltipClose">
<summary>
Occurs when outlining tooltip is closed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningBeforeExpand">
<summary>
Occurs before region is about to expand.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningExpand">
<summary>
Occurs when region expands.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningBeforeCollapse">
<summary>
Occurs before region is about to collapse.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningCollapse">
<summary>
Occurs while collapsing the specific region in EditControl.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.UnreachableTextFound">
<summary>
Occurs when text in hidden block is found and this block can't be expanded due to user's cancelling.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.NewSnippetMemberHighlighting">
<summary>
Occurs when new code snippet member must be highlighted.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.CodeSnippetTemplateTextChanging">
<summary>
Occurs when text of code snippet template member is to be changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.CodeSnippetActivating">
<summary>
Occurs before code snippet is activated.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.CodeSnippetDeactivating">
<summary>
Occurs after code snippet is deactivated.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.CollapsingAll">
<summary>
Raised when CollapsingAll method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ExpandingAll">
<summary>
Raised when ExpandingAll method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.CollapsedAll">
<summary>
Raised when CollapseAll method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ExpandedAll">
<summary>
Raised when ExpandAll method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.HorizontalScroll">
<summary>
Occurs when horizontal scrolling takes place in EditControl.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.VerticalScroll">
<summary>
Occurs when vertical scrolling takes place in EditControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.FileModified">
<summary>
Gets or sets a value indicating whether the file is modified or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceAutoReplace">
<summary>
Gets or sets a value indicating whether the ContextChoice replace is required.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CreateParams">
<summary>
Overriden. Changes <see cref="P:System.Windows.Forms.CreateParams.Style"/> to show or hide scrollbars and also consider the controls
<see cref="P:Syncfusion.Windows.Forms.Edit.ScrollControl.BorderStyle"/> setting.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.Cursor">
<summary>
Sets the cursor that is displayed when the mouse pointer is over the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.RenderRightToLeft">
<summary>
Gets or sets a value indicating whether to render the content of the control in RightToLeft layout.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.RightToLeft">
<summary>
Use RenderRightToLeft instead.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ZoomFactor">
<summary>
Gets or sets a value of ZoomFactor for zoom-in and zoom-out operations in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ZoomFactorToUpdateLineNumber">
<summary>
Gets or sets a value of the zoom factor to update the linenumber font when AllowZoom is false
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.AllowZoom">
<summary>
Gets or sets a value indicating whether the Text area of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> can be zoomed or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.defaultKnownLanguageFormats">
<summary>
Gets or sets a value of default formats of the language which is loaded at first time before applying zoom factor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.DefaultFormatManager">
<summary>
Gets or sets a collection of Formats from default Configurator
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ThemeStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.GroupBarVisualStyle"/> value used to customize the appearance of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.EditControl.ThemeNameChanged">
<summary>
Occurs when theme name of the control has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.IsVisualStyleEnabled">
<summary>
Gets a value indicating whether the visual style based theme is applied to the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
This also indicates whether the theme files are referred from external assemblies or not.
</summary>
<value>Return true, if the visual style based theme is applied to <see cref="!:EditContol"/>. Otherwise returns false.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ThemeName">
<summary>
Gets or sets the theme name of the control.
</summary>
<value>
The default value is null.
</value>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CanOverrideStyle">
<summary>
Gets or sets a value indicating whether control elements styles can be overridden by theme style settings.
</summary>
<value>Default value is false.</value>
<remarks>
By default, the control's element styles will not be overridden by theme style settings if the style is set in sample level.
If this property is enabled, element style will be overridden by theme style settings event if it is set in sample level.
This property should be enabled or disabled before calling the ThemeName property of the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.Syncfusion#WinForms#Theme#IThemeProvider#BaseThemeName">
<summary>
Gets or sets the Base Theme name of the theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.CanApplyTheme">
<summary>
Gets or sets a value indicating whether a <see cref="T:Syncfusion.Windows.Forms.SkinManager"/> theme settings
can be applied to the control.
</summary>
<value>The default value is <b>true</b>.</value>
<remarks>
This property must be initialized before applying the VisualTheme /&gt;
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.ControlName">
<summary>
Gets the name of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.Syncfusion#Windows#Forms#IVisualStyle#VisualTheme">
<summary>
Gets or sets the VisualTheme of the control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.EditControl.RegexCaseInsenstiveArgs">
<summary>
Represents a class that describes string that will ignore the case insensitive when user uses the FindRegex method programmatically.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControl.RegexCaseInsenstiveArgs.m_biscaseInsensitive">
<summary>
It indicates caseInsenstive is on or off.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.RegexCaseInsenstiveArgs.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl.RegexCaseInsenstiveArgs"/> Class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControl.RegexCaseInsenstiveArgs.IsCaseInsensitiveOn">
<summary>
Gets or sets a value indicating whether the case insensitive is on in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.EditControl.ContextOptionsAttribute">
<summary>
Attribute for properties that are used in context choice options.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.EditControl.EditorPanel">
<summary>
Fix for bugs related to scrolling subclassing.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.EditorPanel.IsInputKey(System.Windows.Forms.Keys)">
<summary>
</summary>
<param name="keyData"></param>
<returns></returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.EditControl.EditScrollersFrame">
<summary>
ScrollersFrame for EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.EditScrollersFrame.#ctor">
<summary>
Creates new EditScrollersFrame.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.EditScrollersFrame.UpdateGripperVisibility">
<summary>
Updates visibility of gripper.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControl.EditScrollersFrame.UpdateParentInDragging">
<summary>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.LineNumberPaintEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.BeforeLineNumberPaint"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.LineNumberPaintEventArgs.#ctor(System.Drawing.Graphics,System.Int64,System.Drawing.Font,System.Drawing.Color,Syncfusion.Windows.Forms.Edit.Enums.LineNumberAlignment,System.Drawing.RectangleF,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.LineNumberPaintEventArgs"/> class.
</summary>
<param name="g"></param>
<param name="lineNumber"></param>
<param name="lineNumbersFont"></param>
<param name="foreColor"></param>
<param name="lineNumbersAlignment"></param>
<param name="bounds"></param>
<param name="handled"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.LineNumberPaintEventArgs.StringFormat">
<summary>
Gets the StringAlinment for the LineNumbers
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.LineNumberPaintEventArgs.Graphics">
<summary>
Gets or sets the graphics object that are used for the drawing.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.LineNumberPaintEventArgs.LineNumber">
<summary>
Gets or sets the current line number to be drawn.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.LineNumberPaintEventArgs.Bounds">
<summary>
Gets or sets the bounds of the current line rectangle.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.LineNumberPaintEventArgs.ForeColor">
<summary>
Gets or sets the fore color of the current line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.LineNumberPaintEventArgs.LineNumbersFont">
<summary>
Gets or sets the font of the current line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.LineNumberPaintEventArgs.LineNumbersAlignment">
<summary>
Gets or sets the LineNumbersAlignment of the current line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.LineNumberPaintEventArgs.Handled">
<summary>
Gets or sets a value indicating whether the line number drawing is to be cancelled.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.EditControlRenderer">
<summary>
This class represents renderer class for office 2016 style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlBackgroundColor">
<summary>
Holds the background color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlLineNumberColor">
<summary>
Holds the line number color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlSelectionMarginBackgroundColor">
<summary>
Holds the selection margin background color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlSelectionMarginForegroundColor">
<summary>
Holds the selection margin foreground color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlSelectionBackColor">
<summary>
Holds the selection backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlIndentLineColor">
<summary>
Holds the indent line color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlIndentBlockHighlightingColor">
<summary>
Holds the indent block highlighting color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlIndentationBlockBorderColor">
<summary>
Holds the indentation block border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlIndentationBlockBackColor">
<summary>
Holds the indentation block backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlIndicatorMarginBackColor">
<summary>
Holds the indicator margin backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlSplitterBackColor">
<summary>
Holds the splitter backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlSplitterDotColor">
<summary>
Holds the splitter dot marks color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlCollapseIconBackColor">
<summary>
Holds the collapse icon backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlCollapseIconBorderColor">
<summary>
Holds the collapse icon border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlCollapseIconForeColor">
<summary>
Holds the collapse icon forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlCollapseBorderColor">
<summary>
Holds the collapse border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlCollapseBackColor">
<summary>
Holds the collapse back color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlCollapseForeColor">
<summary>
Holds the collapse forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlCollapseLineColor">
<summary>
Holds the collapse line color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlControlOptionBackColor">
<summary>
Holds the control option backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlControlOptionLabelForeColor">
<summary>
Holds the control option label forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlControlOptionButtonPanelBackColor">
<summary>
Holds the control option buttonpanel backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlFindDialogFormBackColor">
<summary>
Holds the find dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlFindDialogFormForeColor">
<summary>
Holds the find dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlReplaceFormBackColor">
<summary>
Holds the replace form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlReplaceFormForeColor">
<summary>
Holds the replace form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlGoToDialogFormBackColor">
<summary>
Holds the gotodialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlGoToDialogFormForeColor">
<summary>
Holds the gotodialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlToolTipBackColor">
<summary>
Holds the tooltip backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlToolTipForeColor">
<summary>
Holds the tooltip forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlToolTipBorderColor">
<summary>
Holds the tooltip border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlBookmarkBackColor">
<summary>
Holds the bookmark backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlBookmarkBorderColor">
<summary>
Holds the bookmark border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlFormatConfigFormBackColor">
<summary>
Holds the format configuration form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlFormatConfigFormForeColor">
<summary>
Holds the format configuration form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlListBoxBackColor">
<summary>
Holds the listbox backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlListBoxForeColor">
<summary>
Holds th listbox Forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlListBoxSelectedBackColor">
<summary>
Holds the listbox selected backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlListBoxSelectedForeColor">
<summary>
Holds the listbox selected forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlFormatConfigGroupBoxBorderColor">
<summary>
Holds the format configuration groupBox borderColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlContextChoiceBackColor">
<summary>
Holds the contextchoice backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlContextChoiceForeColor">
<summary>
Holds the contextchoice forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlContextPromptForeColor">
<summary>
Holds the contextprompt forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlContextPromptBorderColor">
<summary>
Holds the contextprompt bordercolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlKeyBindingFormBackColor">
<summary>
Holds the keybinding form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlKeyBindingFormForeColor">
<summary>
Holds the keybinding form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlNewFormatFormBackColor">
<summary>
Holds the new format form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlNewFormatFormForeColor">
<summary>
Holds the new format form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlNotificationDialogFormBackColor">
<summary>
Holds the notification dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlNotificationDialogFormForeColor">
<summary>
Holds the notification dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlConfigurationDialogFormBackColor">
<summary>
Holds the configuration dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlConfigurationDialogFormForeColor">
<summary>
Holds the configuration dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlLineStyleDialogFormBackColor">
<summary>
Holds the linestyle dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlLineStyleDialogFormForeColor">
<summary>
Holds the linestyle dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlCreateLangDialogFormBackColor">
<summary>
Holds the create language dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlCreateLangDialogFormForeColor">
<summary>
Holds the create language dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlDisabledBackColor">
<summary>
Holds the disabled backColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlDisabledLineNumberForeColor">
<summary>
Holds the disabled linenumber color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlDisabledSplitterBackColor">
<summary>
Holds the disabled splitter backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.EditControlRenderer.editControlDisabledIndicatorMarginBackColor">
<summary>
Holds the disabled indicator margin backcolor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.EditControlRenderer.GetColorTable(Syncfusion.Windows.Forms.Edit.EditControlStyle)">
<summary>
Constructor of renderer class
</summary>
<param name="Style">Gets style of EditControl</param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlBackgroundColor">
<summary>
Gets the back color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlLineNumberColor">
<summary>
Gets the linenumber color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlSelectionMarginBackgroundColor">
<summary>
Gets the selectio nmargin background color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlSelectionMarginForegroundColor">
<summary>
Gets the selection margin foreground color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlSelectionBackColor">
<summary>
Gets the selection margin foreground color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlIndentLineColor">
<summary>
Gets the indent linecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlIndentBlockHighlightingColor">
<summary>
Gets the indent block highlighting color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlIndentationBlockBorderColor">
<summary>
Gets the indentation block border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlIndentationBlockBackColor">
<summary>
Gets the indentation block backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlIndicatorMarginBackColor">
<summary>
Gets the indicator margin backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlSplitterBackColor">
<summary>
Gets the splitter backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlSplitterDotColor">
<summary>
Gets the splitter dot marks color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlCollapseIconBackColor">
<summary>
Gets the collapse icon backColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlCollapseIconForeColor">
<summary>
Gets the collapse icon forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlCollapseIconBorderColor">
<summary>
Gets the collapse icon border Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlCollapseBackColor">
<summary>
Gets the collapse backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlCollapseForeColor">
<summary>
Gets the collapse forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlCollapseLineColor">
<summary>
Gets the collapse forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlCollapseBorderColor">
<summary>
Gets the collapse border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlControlOptionBackColor">
<summary>
Gets the control option backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlControlOptionLabelForeColor">
<summary>
Gets the control option label forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlControlOptionButtonPanelBackColor">
<summary>
Gets the control option buttonpanel backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlFindDialogFormBackColor">
<summary>
Gets the find dialog backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlFindDialogFormForeColor">
<summary>
Gets the find dialog forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlReplaceFormBackColor">
<summary>
Gets the replace form backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlReplaceFormForeColor">
<summary>
Gets the replace form forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlGoToDialogFormBackColor">
<summary>
Gets the goto dialog backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlGoToDialogFormForeColor">
<summary>
Gets the goto dialog forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlToolTipBackColor">
<summary>
Gets the tooltip backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlToolTipForeColor">
<summary>
Gets the tooltip forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlToolTipBorderColor">
<summary>
Gets the tooltip border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlBookmarkBackColor">
<summary>
Gets the bookmark backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlBookmarkBorderColor">
<summary>
Gets the bookmark border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlFormatConfigFormBackColor">
<summary>
Gets the format configuration form backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlFormatConfigFormForeColor">
<summary>
Gets the format configuration form forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlListBoxBackColor">
<summary>
Gets the listbox backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlListBoxForeColor">
<summary>
Gets the listbox forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlListBoxSelectedBackColor">
<summary>
Gets the listbox selected backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlListBoxSelectedForeColor">
<summary>
Gets the listbox selected forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlFormatConfigGroupBoxBorderColor">
<summary>
Gets the format configuration groupbox borderColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlContextChoiceBackColor">
<summary>
Gets the context choice backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlContextChoiceForeColor">
<summary>
Gets the context choice forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlContextPromptForeColor">
<summary>
Gets the context prompt forecolor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlContextPromptBorderColor">
<summary>
Gets the context prompt bordercolor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlKeyBindingFormBackColor">
<summary>
Gets the keybinding backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlKeyBindingFormForeColor">
<summary>
Gets the keybinding forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlNewFormatFormBackColor">
<summary>
Gets the new format backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlNewFormatFormForeColor">
<summary>
Gets the new format forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlNotificationDialogFormBackColor">
<summary>
Gets the notification dialog backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlNotificationDialogFormForeColor">
<summary>
Gets the notification dialog forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlConfigurationDialogFormBackColor">
<summary>
Gets the configuration dialog backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlConfigurationDialogFormForeColor">
<summary>
Gets the configuration dialog forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlLineStyleDialogFormBackColor">
<summary>
Gets the linestyle dialog form backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlLineStyleDialogFormForeColor">
<summary>
Gets the linestyle dialog form forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlCreateLangDialogFormBackColor">
<summary>
Gets the create language dialog form backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlCreateLangDialogFormForeColor">
<summary>
Gets the create language dialog form forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlDisabledBackColor">
<summary>
Gets the disabled backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlDisabledSplitterBackColor">
<summary>
Gets the disabled splitter backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlDisabledIndicatorMarginBackColor">
<summary>
Gets the disabled indicator margin backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.EditControlRenderer.EditControlDisabledLineNumberForeColor">
<summary>
Gets the disabled line number forecolor
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer">
<summary>
This class represents Renderer class for office 2016 white style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlBackgroundColor">
<summary>
Holds the background color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlLineNumberColor">
<summary>
Holds the line number color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlSelectionMarginBackgroundColor">
<summary>
Holds the selection margin background color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlSelectionMarginForegroundColor">
<summary>
Holds the selection margin foreground color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlSelectionBackColor">
<summary>
Holds the selection backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlIndentLineColor">
<summary>
Holds the indent line color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlIndentBlockHighlightingColor">
<summary>
Holds the indent block highlighting color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlIndentationBlockBorderColor">
<summary>
Holds the indentation block border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlIndentationBlockBackColor">
<summary>
Holds the indentation block backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlIndicatorMarginBackColor">
<summary>
Holds the indicator margin backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlSplitterBackColor">
<summary>
Holds the splitter backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlSplitterDotColor">
<summary>
Holds the splitter dot marks color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlCollapseIconBackColor">
<summary>
Holds the collapse icon backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlCollapseIconBorderColor">
<summary>
Holds the collapse icon border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlCollapseIconForeColor">
<summary>
Holds the collapse icon forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlCollapseBorderColor">
<summary>
Holds the collapse border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlCollapseBackColor">
<summary>
Holds the collapse back color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlCollapseForeColor">
<summary>
Holds the collapse forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlCollapseLineColor">
<summary>
Holds the collapse line color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlControlOptionBackColor">
<summary>
Holds the control option backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlControlOptionLabelForeColor">
<summary>
Holds the control option label forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlControlOptionButtonPanelBackColor">
<summary>
Holds the control option buttonpanel backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlFindDialogFormBackColor">
<summary>
Holds the find dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlFindDialogFormForeColor">
<summary>
Holds the find dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlReplaceFormBackColor">
<summary>
Holds the replace form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlReplaceFormForeColor">
<summary>
Holds the replace form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlGoToDialogFormBackColor">
<summary>
Holds the gotodialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlGoToDialogFormForeColor">
<summary>
Holds the gotodialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlToolTipBackColor">
<summary>
Holds the tooltip backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlToolTipForeColor">
<summary>
Holds the tooltip forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlToolTipBorderColor">
<summary>
Holds the tooltip border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlBookmarkBackColor">
<summary>
Holds the bookmark backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlBookmarkBorderColor">
<summary>
Holds the bookmark border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlFormatConfigFormBackColor">
<summary>
Holds the format configuration form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlFormatConfigFormForeColor">
<summary>
Holds the format configuration form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlListBoxBackColor">
<summary>
Holds the listbox backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlListBoxForeColor">
<summary>
Holds th listbox Forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlListBoxSelectedBackColor">
<summary>
Holds the listbox selected backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlListBoxSelectedForeColor">
<summary>
Holds the listbox selected forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlFormatConfigGroupBoxBorderColor">
<summary>
Holds the format configuration groupBox borderColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlContextChoiceBackColor">
<summary>
Holds the contextchoice backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlContextChoiceForeColor">
<summary>
Holds the contextchoice forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlKeyBindingFormBackColor">
<summary>
Holds the keybinding form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlKeyBindingFormForeColor">
<summary>
Holds the keybinding form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlNewFormatFormBackColor">
<summary>
Holds the new format form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlNewFormatFormForeColor">
<summary>
Holds the new format form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlNotificationDialogFormBackColor">
<summary>
Holds the notification dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlNotificationDialogFormForeColor">
<summary>
Holds the notification dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlConfigurationDialogFormBackColor">
<summary>
Holds the configuration dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlConfigurationDialogFormForeColor">
<summary>
Holds the configuration dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlLineStyleDialogFormBackColor">
<summary>
Holds the linestyle dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlLineStyleDialogFormForeColor">
<summary>
Holds the linestyle dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlCreateLangDialogFormBackColor">
<summary>
Holds the create language dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlCreateLangDialogFormForeColor">
<summary>
Holds the create language dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlDisabledBackColor">
<summary>
Holds the disabled backColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlDisabledLineNumberForeColor">
<summary>
Holds the disabled linenumber color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlDisabledSplitterBackColor">
<summary>
Holds the disabled splitter backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.editControlDisabledIndicatorMarginBackColor">
<summary>
Holds the disabled indicator margin backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlBackgroundColor">
<summary>
Gets the back color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlLineNumberColor">
<summary>
Gets the linenumber color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlSelectionMarginBackgroundColor">
<summary>
Gets the selectio nmargin background color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlSelectionMarginForegroundColor">
<summary>
Gets the selection margin foreground color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlSelectionBackColor">
<summary>
Gets the selection margin foreground color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlIndentLineColor">
<summary>
Gets the indent linecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlIndentBlockHighlightingColor">
<summary>
Gets the indent block highlighting color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlIndentationBlockBorderColor">
<summary>
Gets the indentation block border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlIndentationBlockBackColor">
<summary>
Gets the indentation block backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlIndicatorMarginBackColor">
<summary>
Gets the indicator margin backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlSplitterBackColor">
<summary>
Gets the splitter backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlSplitterDotColor">
<summary>
Gets the splitter dot marks color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlCollapseIconBackColor">
<summary>
Gets the collapse icon backColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlCollapseIconForeColor">
<summary>
Gets the collapse icon forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlCollapseIconBorderColor">
<summary>
Gets the collapse icon border Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlCollapseBackColor">
<summary>
Gets the collapse backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlCollapseForeColor">
<summary>
Gets the collapse forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlCollapseLineColor">
<summary>
Gets the collapse forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlCollapseBorderColor">
<summary>
Gets the collapse border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlControlOptionBackColor">
<summary>
Gets the control option backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlControlOptionLabelForeColor">
<summary>
Gets the control option label forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlControlOptionButtonPanelBackColor">
<summary>
Gets the control option buttonpanel backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlFindDialogFormBackColor">
<summary>
Gets the find dialog backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlFindDialogFormForeColor">
<summary>
Gets the find dialog forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlReplaceFormBackColor">
<summary>
Gets the replace form backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlReplaceFormForeColor">
<summary>
Gets the replace form forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlGoToDialogFormBackColor">
<summary>
Gets the goto dialog backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlGoToDialogFormForeColor">
<summary>
Gets the goto dialog forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlToolTipBackColor">
<summary>
Gets the tooltip backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlToolTipForeColor">
<summary>
Gets the tooltip forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlToolTipBorderColor">
<summary>
Gets the tooltip border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlBookmarkBackColor">
<summary>
Gets the bookmark backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlBookmarkBorderColor">
<summary>
Gets the bookmark border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlFormatConfigFormBackColor">
<summary>
Gets the format configuration form backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlFormatConfigFormForeColor">
<summary>
Gets the format configuration form forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlListBoxBackColor">
<summary>
Gets the listbox backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlListBoxForeColor">
<summary>
Gets the listbox forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlListBoxSelectedBackColor">
<summary>
Gets the listbox selected backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlListBoxSelectedForeColor">
<summary>
Gets the listbox selected forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlFormatConfigGroupBoxBorderColor">
<summary>
Gets the format configuration groupbox borderColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlContextChoiceBackColor">
<summary>
Gets the context choice backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlContextChoiceForeColor">
<summary>
Gets the context choice forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlKeyBindingFormBackColor">
<summary>
Gets the keybinding backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlKeyBindingFormForeColor">
<summary>
Gets the keybinding forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlNewFormatFormBackColor">
<summary>
Gets the new format backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlNewFormatFormForeColor">
<summary>
Gets the new format forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlNotificationDialogFormBackColor">
<summary>
Gets the notification dialog backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlNotificationDialogFormForeColor">
<summary>
Gets the notification dialog forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlConfigurationDialogFormBackColor">
<summary>
Gets the configuration dialog backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlConfigurationDialogFormForeColor">
<summary>
Gets the configuration dialog forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlLineStyleDialogFormBackColor">
<summary>
Gets the linestyle dialog form backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlLineStyleDialogFormForeColor">
<summary>
Gets the linestyle dialog form forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlCreateLangDialogFormBackColor">
<summary>
Gets the create language dialog form backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlCreateLangDialogFormForeColor">
<summary>
Gets the create language dialog form forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlDisabledBackColor">
<summary>
Gets the disabled backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlDisabledSplitterBackColor">
<summary>
Gets the disabled splitter backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlDisabledIndicatorMarginBackColor">
<summary>
Gets the disabled indicator margin backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016WhiteEditControlRenderer.EditControlDisabledLineNumberForeColor">
<summary>
Gets the disabled line number forecolor
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer">
<summary>
This class represents Renderer class for office 2016 black style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlBackgroundColor">
<summary>
Holds the background color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlLineNumberColor">
<summary>
Holds the line number color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlSelectionMarginBackgroundColor">
<summary>
Holds the selection margin background color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlSelectionMarginForegroundColor">
<summary>
Holds the selection margin foreground color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlSelectionBackColor">
<summary>
Holds the selection backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlIndentLineColor">
<summary>
Holds the indent line color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlIndentBlockHighlightingColor">
<summary>
Holds the indent block highlighting color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlIndentationBlockBorderColor">
<summary>
Holds the indentation block border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlIndentationBlockBackColor">
<summary>
Holds the indentation block backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlIndicatorMarginBackColor">
<summary>
Holds the indicator margin backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlSplitterBackColor">
<summary>
Holds the splitter backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlSplitterDotColor">
<summary>
Holds the splitter dot marks color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlCollapseIconBackColor">
<summary>
Holds the collapse icon backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlCollapseIconBorderColor">
<summary>
Holds the collapse icon border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlCollapseIconForeColor">
<summary>
Holds the collapse icon forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlCollapseBorderColor">
<summary>
Holds the collapse border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlCollapseBackColor">
<summary>
Holds the collapse back color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlCollapseForeColor">
<summary>
Holds the collapse forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlCollapseLineColor">
<summary>
Holds the collapse line color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlControlOptionBackColor">
<summary>
Holds the control option backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlControlOptionLabelForeColor">
<summary>
Holds the control option label forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlControlOptionButtonPanelBackColor">
<summary>
Holds the control option buttonpanel backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlFindDialogFormBackColor">
<summary>
Holds the find dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlFindDialogFormForeColor">
<summary>
Holds the find dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlReplaceFormBackColor">
<summary>
Holds the replace form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlReplaceFormForeColor">
<summary>
Holds the replace form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlGoToDialogFormBackColor">
<summary>
Holds the gotodialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlGoToDialogFormForeColor">
<summary>
Holds the gotodialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlToolTipBackColor">
<summary>
Holds the tooltip backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlToolTipForeColor">
<summary>
Holds the tooltip forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlToolTipBorderColor">
<summary>
Holds the tooltip border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlBookmarkBackColor">
<summary>
Holds the bookmark backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlBookmarkBorderColor">
<summary>
Holds the bookmark border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlFormatConfigFormBackColor">
<summary>
Holds the format configuration form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlFormatConfigFormForeColor">
<summary>
Holds the format configuration form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlListBoxBackColor">
<summary>
Holds the listbox backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlListBoxForeColor">
<summary>
Holds th listbox Forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlListBoxSelectedBackColor">
<summary>
Holds the listbox selected backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlListBoxSelectedForeColor">
<summary>
Holds the listbox selected forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlFormatConfigGroupBoxBorderColor">
<summary>
Holds the format configuration groupBox borderColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlContextChoiceBackColor">
<summary>
Holds the contextchoice backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlContextChoiceForeColor">
<summary>
Holds the contextchoice forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlContextPromptForeColor">
<summary>
Holds the contextPrompt forecolor
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlContextPromptBorderColor" -->
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlKeyBindingFormBackColor">
<summary>
Holds the keybinding form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlKeyBindingFormForeColor">
<summary>
Holds the keybinding form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlNewFormatFormBackColor">
<summary>
Holds the new format form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlNewFormatFormForeColor">
<summary>
Holds the new format form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlNotificationDialogFormBackColor">
<summary>
Holds the notification dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlNotificationDialogFormForeColor">
<summary>
Holds the notification dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlConfigurationDialogFormBackColor">
<summary>
Holds the configuration dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlConfigurationDialogFormForeColor">
<summary>
Holds the configuration dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlLineStyleDialogFormBackColor">
<summary>
Holds the linestyle dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlLineStyleDialogFormForeColor">
<summary>
Holds the linestyle dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlCreateLangDialogFormBackColor">
<summary>
Holds the create language dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlCreateLangDialogFormForeColor">
<summary>
Holds the create language dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlDisabledBackColor">
<summary>
Holds the disabled backColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlDisabledLineNumberForeColor">
<summary>
Holds the disabled linenumber color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlDisabledSplitterBackColor">
<summary>
Holds the disabled splitter backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.editControlDisabledIndicatorMarginBackColor">
<summary>
Holds the disabled indicator margin backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlBackgroundColor">
<summary>
Gets the back color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlLineNumberColor">
<summary>
Gets the linenumber color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlSelectionMarginBackgroundColor">
<summary>
Gets the selectio nmargin background color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlSelectionMarginForegroundColor">
<summary>
Gets the selection margin foreground color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlSelectionBackColor">
<summary>
Gets the selection margin foreground color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlIndentLineColor">
<summary>
Gets the indent linecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlIndentBlockHighlightingColor">
<summary>
Gets the indent block highlighting color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlIndentationBlockBorderColor">
<summary>
Gets the indentation block border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlIndentationBlockBackColor">
<summary>
Gets the indentation block backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlIndicatorMarginBackColor">
<summary>
Gets the indicator margin backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlSplitterBackColor">
<summary>
Gets the splitter backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlSplitterDotColor">
<summary>
Gets the splitter dot marks color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlCollapseIconBackColor">
<summary>
Gets the collapse icon backColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlCollapseIconForeColor">
<summary>
Gets the collapse icon forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlCollapseIconBorderColor">
<summary>
Gets the collapse icon border Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlCollapseBackColor">
<summary>
Gets the collapse backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlCollapseForeColor">
<summary>
Gets the collapse forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlCollapseLineColor">
<summary>
Gets the collapse forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlCollapseBorderColor">
<summary>
Gets the collapse border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlControlOptionBackColor">
<summary>
Gets the control option backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlControlOptionLabelForeColor">
<summary>
Gets the control option label forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlControlOptionButtonPanelBackColor">
<summary>
Gets the control option buttonpanel backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlFindDialogFormBackColor">
<summary>
Gets the find dialog backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlFindDialogFormForeColor">
<summary>
Gets the find dialog forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlReplaceFormBackColor">
<summary>
Gets the replace form backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlReplaceFormForeColor">
<summary>
Gets the replace form forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlGoToDialogFormBackColor">
<summary>
Gets the goto dialog backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlGoToDialogFormForeColor">
<summary>
Gets the goto dialog forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlToolTipBackColor">
<summary>
Gets the tooltip backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlToolTipForeColor">
<summary>
Gets the tooltip forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlToolTipBorderColor">
<summary>
Gets the tooltip border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlBookmarkBackColor">
<summary>
Gets the bookmark backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlBookmarkBorderColor">
<summary>
Gets the bookmark border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlFormatConfigFormBackColor">
<summary>
Gets the format configuration form backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlFormatConfigFormForeColor">
<summary>
Gets the format configuration form forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlListBoxBackColor">
<summary>
Gets the listbox backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlListBoxForeColor">
<summary>
Gets the listbox forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlListBoxSelectedBackColor">
<summary>
Gets the listbox selected backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlListBoxSelectedForeColor">
<summary>
Gets the listbox selected forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlFormatConfigGroupBoxBorderColor">
<summary>
Gets the format configuration groupbox borderColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlContextChoiceBackColor">
<summary>
Gets the context choice backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlContextChoiceForeColor">
<summary>
Gets the context choice forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlContextPromptForeColor">
<summary>
Gets the context prompt forecolor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlContextPromptBorderColor">
<summary>
Gets the context prompt bordercolor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlKeyBindingFormBackColor">
<summary>
Gets the keybinding backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlKeyBindingFormForeColor">
<summary>
Gets the keybinding forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlNewFormatFormBackColor">
<summary>
Gets the new format backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlNewFormatFormForeColor">
<summary>
Gets the new format forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlNotificationDialogFormBackColor">
<summary>
Gets the notification dialog backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlNotificationDialogFormForeColor">
<summary>
Gets the notification dialog forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlConfigurationDialogFormBackColor">
<summary>
Gets the configuration dialog backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlConfigurationDialogFormForeColor">
<summary>
Gets the configuration dialog forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlLineStyleDialogFormBackColor">
<summary>
Gets the linestyle dialog form backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlLineStyleDialogFormForeColor">
<summary>
Gets the linestyle dialog form forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlCreateLangDialogFormBackColor">
<summary>
Gets the create language dialog form backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlCreateLangDialogFormForeColor">
<summary>
Gets the create language dialog form forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlDisabledBackColor">
<summary>
Gets the disabled backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlDisabledSplitterBackColor">
<summary>
Gets the disabled splitter backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlDisabledIndicatorMarginBackColor">
<summary>
Gets the disabled indicator margin backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016BlackEditControlRenderer.EditControlDisabledLineNumberForeColor">
<summary>
Gets the disabled line number forecolor
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer">
<summary>
This class represents Renderer class for office 2016 black style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlBackgroundColor">
<summary>
Holds the background color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlLineNumberColor">
<summary>
Holds the line number color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlSelectionMarginBackgroundColor">
<summary>
Holds the selection margin background color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlSelectionMarginForegroundColor">
<summary>
Holds the selection margin foreground color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlSelectionBackColor">
<summary>
Holds the selection backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlIndentLineColor">
<summary>
Holds the indent line color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlIndentBlockHighlightingColor">
<summary>
Holds the indent block highlighting color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlIndentationBlockBorderColor">
<summary>
Holds the indentation block border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlIndentationBlockBackColor">
<summary>
Holds the indentation block backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlIndicatorMarginBackColor">
<summary>
Holds the indicator margin backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlSplitterBackColor">
<summary>
Holds the splitter backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlSplitterDotColor">
<summary>
Holds the splitter dot marks color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlCollapseIconBackColor">
<summary>
Holds the collapse icon backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlCollapseIconBorderColor">
<summary>
Holds the collapse icon border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlCollapseIconForeColor">
<summary>
Holds the collapse icon forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlCollapseBorderColor">
<summary>
Holds the collapse border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlCollapseBackColor">
<summary>
Holds the collapse back color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlCollapseForeColor">
<summary>
Holds the collapse forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlCollapseLineColor">
<summary>
Holds the collapse line color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlControlOptionBackColor">
<summary>
Holds the control option backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlControlOptionLabelForeColor">
<summary>
Holds the control option label forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlControlOptionButtonPanelBackColor">
<summary>
Holds the control option buttonpanel backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlFindDialogFormBackColor">
<summary>
Holds the find dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlFindDialogFormForeColor">
<summary>
Holds the find dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlReplaceFormBackColor">
<summary>
Holds the replace form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlReplaceFormForeColor">
<summary>
Holds the replace form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlGoToDialogFormBackColor">
<summary>
Holds the gotodialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlGoToDialogFormForeColor">
<summary>
Holds the gotodialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlToolTipBackColor">
<summary>
Holds the tooltip backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlToolTipForeColor">
<summary>
Holds the tooltip forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlToolTipBorderColor">
<summary>
Holds the tooltip border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlBookmarkBackColor">
<summary>
Holds the bookmark backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlBookmarkBorderColor">
<summary>
Holds the bookmark border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlFormatConfigFormBackColor">
<summary>
Holds the format configuration form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlFormatConfigFormForeColor">
<summary>
Holds the format configuration form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlListBoxBackColor">
<summary>
Holds the listbox backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlListBoxForeColor">
<summary>
Holds th listbox Forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlListBoxSelectedBackColor">
<summary>
Holds the listbox selected backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlListBoxSelectedForeColor">
<summary>
Holds the listbox selected forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlFormatConfigGroupBoxBorderColor">
<summary>
Holds the format configuration groupBox borderColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlContextChoiceBackColor">
<summary>
Holds the contextchoice backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlContextChoiceForeColor">
<summary>
Holds the contextchoice forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlContextPromptForeColor">
<summary>
Holds the contextPrompt forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlContextPromptBorderColor">
<summary>
Holds the contextPrompt bordercolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlKeyBindingFormBackColor">
<summary>
Holds the keybinding form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlKeyBindingFormForeColor">
<summary>
Holds the keybinding form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlNewFormatFormBackColor">
<summary>
Holds the new format form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlNewFormatFormForeColor">
<summary>
Holds the new format form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlNotificationDialogFormBackColor">
<summary>
Holds the notification dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlNotificationDialogFormForeColor">
<summary>
Holds the notification dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlConfigurationDialogFormBackColor">
<summary>
Holds the configuration dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlConfigurationDialogFormForeColor">
<summary>
Holds the configuration dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlLineStyleDialogFormBackColor">
<summary>
Holds the linestyle dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlLineStyleDialogFormForeColor">
<summary>
Holds the linestyle dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlCreateLangDialogFormBackColor">
<summary>
Holds the create language dialog form backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlCreateLangDialogFormForeColor">
<summary>
Holds the create language dialog form forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlDisabledBackColor">
<summary>
Holds the disabled backColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlDisabledLineNumberForeColor">
<summary>
Holds the disabled linenumber color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlDisabledSplitterBackColor">
<summary>
Holds the disabled splitter backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.editControlDisabledIndicatorMarginBackColor">
<summary>
Holds the disabled indicator margin backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlBackgroundColor">
<summary>
Gets the back color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlLineNumberColor">
<summary>
Gets the linenumber color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlSelectionMarginBackgroundColor">
<summary>
Gets the selectio nmargin background color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlSelectionMarginForegroundColor">
<summary>
Gets the selection margin foreground color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlSelectionBackColor">
<summary>
Gets the selection margin foreground color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlIndentLineColor">
<summary>
Gets the indent linecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlIndentBlockHighlightingColor">
<summary>
Gets the indent block highlighting color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlIndentationBlockBorderColor">
<summary>
Gets the indentation block border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlIndentationBlockBackColor">
<summary>
Gets the indentation block backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlIndicatorMarginBackColor">
<summary>
Gets the indicator margin backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlSplitterBackColor">
<summary>
Gets the splitter backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlSplitterDotColor">
<summary>
Gets the splitter dot marks color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlCollapseIconBackColor">
<summary>
Gets the collapse icon backColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlCollapseIconForeColor">
<summary>
Gets the collapse icon forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlCollapseIconBorderColor">
<summary>
Gets the collapse icon border Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlCollapseBackColor">
<summary>
Gets the collapse backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlCollapseForeColor">
<summary>
Gets the collapse forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlCollapseLineColor">
<summary>
Gets the collapse forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlCollapseBorderColor">
<summary>
Gets the collapse border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlControlOptionBackColor">
<summary>
Gets the control option backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlControlOptionLabelForeColor">
<summary>
Gets the control option label forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlControlOptionButtonPanelBackColor">
<summary>
Gets the control option buttonpanel backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlFindDialogFormBackColor">
<summary>
Gets the find dialog backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlFindDialogFormForeColor">
<summary>
Gets the find dialog forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlReplaceFormBackColor">
<summary>
Gets the replace form backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlReplaceFormForeColor">
<summary>
Gets the replace form forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlGoToDialogFormBackColor">
<summary>
Gets the goto dialog backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlGoToDialogFormForeColor">
<summary>
Gets the goto dialog forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlToolTipBackColor">
<summary>
Gets the tooltip backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlToolTipForeColor">
<summary>
Gets the tooltip forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlToolTipBorderColor">
<summary>
Gets the tooltip border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlBookmarkBackColor">
<summary>
Gets the bookmark backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlBookmarkBorderColor">
<summary>
Gets the bookmark border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlFormatConfigFormBackColor">
<summary>
Gets the format configuration form backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlFormatConfigFormForeColor">
<summary>
Gets the format configuration form forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlListBoxBackColor">
<summary>
Gets the listbox backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlListBoxForeColor">
<summary>
Gets the listbox forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlListBoxSelectedBackColor">
<summary>
Gets the listbox selected backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlListBoxSelectedForeColor">
<summary>
Gets the listbox selected forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlFormatConfigGroupBoxBorderColor">
<summary>
Gets the format configuration groupbox borderColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlContextChoiceBackColor">
<summary>
Gets the context choice backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlContextChoiceForeColor">
<summary>
Gets the context choice forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlContextPromptForeColor">
<summary>
Gets the context prompt forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlContextPromptBorderColor">
<summary>
Gets the context prompt bordercolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlKeyBindingFormBackColor">
<summary>
Gets the keybinding backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlKeyBindingFormForeColor">
<summary>
Gets the keybinding forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlNewFormatFormBackColor">
<summary>
Gets the new format backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlNewFormatFormForeColor">
<summary>
Gets the new format forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlNotificationDialogFormBackColor">
<summary>
Gets the notification dialog backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlNotificationDialogFormForeColor">
<summary>
Gets the notification dialog forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlConfigurationDialogFormBackColor">
<summary>
Gets the configuration dialog backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlConfigurationDialogFormForeColor">
<summary>
Gets the configuration dialog forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlLineStyleDialogFormBackColor">
<summary>
Gets the linestyle dialog form backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlLineStyleDialogFormForeColor">
<summary>
Gets the linestyle dialog form forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlCreateLangDialogFormBackColor">
<summary>
Gets the create language dialog form backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlCreateLangDialogFormForeColor">
<summary>
Gets the create language dialog form forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlDisabledBackColor">
<summary>
Gets the disabled backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlDisabledSplitterBackColor">
<summary>
Gets the disabled splitter backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlDisabledIndicatorMarginBackColor">
<summary>
Gets the disabled indicator margin backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Office2016DarkGrayEditControlRenderer.EditControlDisabledLineNumberForeColor">
<summary>
Gets the disabled line number forecolor
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.FakeEditControl">
<summary>
Represents a control that is used to render the content of the StreamEditControl.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl">
<summary>
Represents a scrollable control, that supports intelli mouse.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.HybridScrollControl">
<summary>
Represents a class that acts as a hybrid between Syncfusions scroller and windows scroller.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ScrollControl">
<summary>
Represents a base class for the controls that supports scrolling.
</summary>
<remarks>
The ScrollControl class acts as a base class for controls that require the
ability to scroll. To allow a control to display scroll bars as needed,
set the AutoScroll property to true. To select which scroll bars should be visible,
set the VScroll and HScroll properties. <para/>
You can also associate stand-alone scrollbars with the ScrollControl. The VertScrollBar
and HorizScrollBar properties allow you to associate external scrollbars. This is of benefit
if you want to share one scrollbar with a parent control. For example, if the ScrollControl
is a view inside a workbook or dynamic splitter frame.<para/>
ScrollControl supports automatic scrolling when the user drags the mouse. In a grid
when the user starts selecting cells the user can drag the mouse outside the grid
area and the grid will automatically scroll. To enable auto scrolling, override the
OnMouseDown event in your derived control and initialize the AutoScrolling, AutoScrollBounds
and InsideScrollBounds properties.<para/>
When the user scrolls your control and holds down the mouse on the down or up arrow
of the scrollbar, the scrolling speed will accelerate.<para/>
The FixRenderOrigin method will ensure correct initialization of the rendering origin
for brushes and patterns. You can call FixRenderOrigin from your control's OnPaint method.
ScrollControl supports scrolling with the mouse wheel and also cooperates fine with
with the IntelliMouseDragScroll class.<para/>
If you want to provide context information about your control and change the cursor on
the fly while the user moves the mouse, set the OverrideCursor property to the cursor
you want to show. Instead you can also implement IMouseController and add the object
to MouseControllerDispatcher.<para/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.#ctor">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.Edit.ScrollControl"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the Control and its child controls and optionally releases the managed resources.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.LastMousePositionToClient">
<summary>
Computes the location of the specified screen point into client coordinates.
</summary>
<returns>PointToClient(LastMousePosition).</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.ProcessMouseWheel(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the System.Windows.Forms.Control.MouseWheel event.
</summary>
<param name="e">A MouseEventArgs that holds event data.</param>
<remarks>
<code>
public class GridTextBox: RichTextBox
{
private GridTextBoxCell parent;
protected override void OnMouseWheel(MouseEventArgs e)
{
parent.Grid.ProcessMouseWheel(e);
}
}
</code>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.UpdateScrollBars">
<summary>
Update scrollbars to reflect recent changes in scroll position, minimum and maximum scroll position values.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.ShouldPrepareUpdate">
<summary>
Call this method to check if you should do any update calculations for the view in your control and to notify scrollcontrol
that the controls content need to be updated.
</summary>
<returns>true if you should invalidate areas that need to be redrawn; false if a complete Refresh for the control is pending
and therefore invalidating the view is not necessary.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.ShouldPrepareUpdate(System.Boolean)">
<summary>
Call this method to check if you should do any update calculations for the view in your control and to notify scrollcontrol
that the controls content need to be updated.
</summary>
<param name="markPaintPending">If markPaintPending is true ScrollControl will assume the control needs to be repainted in a subsequent EndUpdate call.</param>
<returns>true if you should Invalidate regions to be repainted in your control. It will return false if a complete Refresh of
the control is pending and you don't need to invalidate individual regions of your control.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.BeginUpdate">
<summary>
Suspends the painting of the control until the <see cref="T:EndUpdate"/> method is called.
</summary>
<remarks>
When many paint are made to the appearance of a control you should invoke the
BeginUpdate method to temporarily freeze the drawing of the control. This results
in less distraction to the user, and a performance gain. After all updates have
been made, invoke the EndUpdate method to resume drawing of the control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.BeginUpdate(Syncfusion.Windows.Forms.Edit.BeginUpdateOptions)">
<summary>
Suspends the painting of the control until the <see cref="T:EndUpdate"/> method is called.
</summary>
<param name="options">Specifies the painting support during the BeginUpdate, EndUpdate batch.</param>
<remarks>
<para>When many paint are made to the appearance of a control you should invoke the
BeginUpdate method to temporarily freeze the drawing of the control. This results
in less distraction to the user, and a performance gain. After all updates have
been made, invoke the EndUpdate method to resume drawing of the control.</para>
<para>
Pass BeginUpdateOptions if you do not want to do a complete Refresh of the control and instead
want to have certain regions of your control be invalidated or scroll the contents of control.</para>
If you call BeginUpdate() and then later EndUpdate() the control will know if a paint is pending and only
refresh the control if a paint is pending. Either call to ShouldPrepareUpdate, Invalidate or a WM_PAINT message during
the BeginUpdate EndUpdate block will signal the control that a paint is pending.
</remarks>
<seealso cref="T:ScrollControl.ShouldPrepareUpdate"/>
<seealso cref="T:ScrollControl.EndUpdate"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.EndUpdate">
<summary>
Resumes the painting of the control suspended by calling the BeginUpdate method.
</summary>
<remarks>
When many paint are made to the appearance of a control you should invoke the
BeginUpdate method to temporarily freeze the drawing of the control. This results
in less distraction to the user, and a performance gain. After all updates have
been made, invoke the EndUpdate method to resume drawing of the control.
</remarks>
<seealso cref="T:ScrollControl.BeginUpdate"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.CancelUpdate">
<summary>
Cancels any prior <see cref="T:BeginUpdate"/> calls.
</summary>
<seealso cref="T:ScrollControl.BeginUpdate"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.EndUpdate(System.Boolean)">
<summary>
Resumes the painting of the control suspended by calling the BeginUpdate method.
</summary>
<param name="update">Updated when set to true.</param>
<remarks>
When many paint are made to the appearance of a control you should invoke the
BeginUpdate method to temporarily freeze the drawing of the control. This results
in less distraction to the user, and a performance gain. After all updates have
been made, invoke the EndUpdate method to resume drawing of the control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.ScrollWindow(System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.Rectangle)">
<summary>
Scrolls the contents of the control like the ScrollWindow Windows API.
</summary>
<remarks>
The method will raise a WindowScrolling event before the contents are scrolled and a WindowScrolled event after
the contents have been scrolled.
<para>If DisableScrollWindow is true any calls to the ScrollWindow method will simply invalidate the affect region. The rendering origin will
still be recorded correctly and WindowScrolling and WindowScrolled events will be raised.</para>
<para>If DisableScrollWindow is false ScrollWindow will scroll the contents of the control.
</para>
</remarks>
<param name="xAmount">Amount to scroll by x.</param>
<param name="yAmount">Amount to scroll by y.</param>
<param name="rect">Rectangle to scroll.</param>
<param name="clipRect">Clip.</param>
<returns>Updated rectangle.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.QueryFocusInside">
<summary>
Determines whether this control contains focus. Override this method if you want to show dropdown windows and indicate the control has not lost focus when the dropdown is shown.
</summary>
<returns>true if the control or any child control has focus; false otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Performs painting-related operations.
</summary>
<param name="e">PaintEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnHandleCreated(System.EventArgs)">
<summary>
Performs handle creating-related operations.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnVisibleChanged(System.EventArgs)">
<summary>
Performs visibility changing-related operations.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnEnsurePaintCodeJitted">
<summary>
This method is called to reduce the time the first time the control is drawn. Calling
OnPaint before the control is made visible ensures that all relevant code for drawing
has been jitted.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.EnsurePaintCodeJitted(System.Boolean)">
<summary>
This method checks if the control is visible, a window handle has been created
and if it has not been drawn before, it calls <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnEnsurePaintCodeJitted"/>.
</summary>
<param name="ignoreVisible">Set this true if you want to force a call to
<see cref="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnEnsurePaintCodeJitted"/> even if the control is not visible and/or
no window handle has been created.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnScrollbarsVisibleChanged(System.EventArgs)">
<summary>
This method fires the ScrollbarsVisibleChanged
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnHScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary>
Called when horizontal scrolling is being performed.
</summary>
<param name="sender">Sender.</param>
<param name="se">ScrollEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnVScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary>
Called when vertical scrolling is being performed.
</summary>
<param name="sender">Sender.</param>
<param name="se">ScrollEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.FixRenderOrigin(System.Drawing.Graphics)">
<summary>
Call this method from your controls OnPaint method to ensure correct rendering origin for brushes and patterns.
</summary>
<param name="g">The graphics object.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnBeginUpdateScrollBars">
<summary>
Call <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.BeginUpdate"/> for both scrollbars.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnEndUpdateScrollBars">
<summary>
Call <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.EndUpdate"/> for both scrollbars.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnUpdatingChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Edit.ScrollControl.UpdatingChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
<remarks>
The event handler for this event can check <see cref="P:Syncfusion.Windows.Forms.Edit.ScrollControl.Updating"/>
to determine if <see cref="T:ScrollControl.BeginUpdate"/> or <see cref="T:ScrollControl.EndUpdate"/>
was called.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnDeactivated(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Edit.ScrollControl.Deactivated"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnControlGotFocus">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.GotFocus"/> event. This method is called when the control
or any child control got focus and this control did not have focus before.
</summary>
<remarks>
Inheriting classed should override this method instead of overriding <see cref="M:System.Windows.Forms.Control.OnGotFocus(System.EventArgs)"/>
because <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnControlGotFocus"/> is also called when child controls got focus and it
is not called when focus is moved within child controls of this control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnControlLostFocus">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.LostFocus"/> event. This method is called when the control
or any child control looses focus and the new focused control is not a child of this control.
</summary>
<remarks>
Inheriting classed should override this method instead of overriding <see cref="M:System.Windows.Forms.Control.OnLostFocus(System.EventArgs)"/>
because <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnControlLostFocus"/> is also called when child controls loose focus and it
is not called when focus is moved within child controls of this control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnValidatingLostFocus">
<summary>
This method is called if the controls <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnControlLostFocus"/> notification occurs
while handling a <see cref="E:System.Windows.Forms.Control.Validating"/> event. This typically occurs if a
message box is displayed from a <see cref="E:System.Windows.Forms.Control.Validating"/> event handler.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnParentChanged(System.EventArgs)">
<summary>
Performs parent changing-related operations.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.WndProc(System.Windows.Forms.Message@)">
<summary>
Processes Windows messages.
</summary>
<param name="msg">The Windows Message to process.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnInvalidated(System.Windows.Forms.InvalidateEventArgs)">
<summary>
Overriden. See <see cref="E:System.Windows.Forms.Control.Invalidated"/> event.
</summary>
<param name="e">An <see cref="T:System.Windows.Forms.InvalidateEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnEnter(System.EventArgs)">
<summary>
Performs mouse entering-related operations.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnLeave(System.EventArgs)">
<summary>
Performs mouse leaving-related operations.
</summary>
<param name="e">EventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnValidating(System.ComponentModel.CancelEventArgs)">
<summary>
Performs validating-related operations.
</summary>
<param name="e">CancelEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnValidated(System.EventArgs)">
<summary>
Performs validating-related operations.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnLostFocus(System.EventArgs)">
<summary>
Performs focus loosing-related operations.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnGotFocus(System.EventArgs)">
<summary>
OnGotFocus.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
<summary>
Performs control removing-related operations.
</summary>
<param name="e">ControlEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
<summary>
Performs control adding-related operations.
</summary>
<param name="e">ControlEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnSizeChanged(System.EventArgs)">
<summary>
Performs size changing-related operations.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnLocationChanged(System.EventArgs)">
<summary>
Performs location changing-related operations.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnHScrollInternal(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary>
<para>
Listens
for the horizontal scrollbar's scroll event.
</para>
</summary>
<param name="sender">
An <see cref="T:System.Object"/> that contains data about the control.
</param>
<param name="se">
A <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains the event data.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnVScrollInternal(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary>
<para>
Listens
for the vertical scrollbar's scroll event.
</para>
</summary>
<param name="sender">
An <see cref="T:System.Object"/> that contains data about the control.
</param>
<param name="se">
A <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains the event data.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.SetVisibleScrollbars(System.Boolean,System.Boolean)">
<summary>
Actually displays or hides the horiz and vert autoscrollbars. This will
also adjust the values of formState to reflect the new state
</summary>
<param name='horiz'>
True if the horiz scrollbar should be displayed
</param>
<param name='vert'>
True if the vert scrollbar should be displayed
</param>
<returns>
True if the form needs to be re-layed out
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollControl.ResetInsideScrollMargins">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Edit.ScrollControl.InsideScrollMargins"/> property to its default value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.DiscardPaintMessagesAfterBeginUpdate">
<summary>
Gets or sets a value indicating Whether you can call BeginUpdate() the control by default that does not handle WM_PAINT messages.
Only once you call EndUpdate they will be processed. If this causes problems in your application, you can
set this static property to true. In such cases WM_PAINT messages will be simply discarded and
any invalid regions will be validated.
</summary>
<remarks>
There is a problem with the default implementation of BeginUpdate. If a screen region is marked
invalid the WndProc will be repeatedly called with WM_PAINT at the the top of the WndProc
until EndUpdate is called. This can cause your application to freeze if another window gets created
or if you make a web service call and WndProc messages need to be processed.<para/>
Setting DiscardPaintMessagesAfterBeginUpdate = true will help avoid these scenarios.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.LastMousePosition">
<summary>
Gets or sets the mouse position point(Control.MousePosition) of the control. The variable is before any WM_MOUSE* messages are processed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.BorderStyle">
<summary>
<para>Gets or sets the border style of the control.</para>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.HScroll">
<summary>
<para>Gets or sets a value indicating whether the horizontal scroll bar is visible or not.
</para>
</summary>
<value>
<para><see langword="true"/> if the horizontal scroll bar is visible; otherwise, <see langword="false"/>.</para>
</value>
<seealso cref="P:System.Windows.Forms.ScrollableControl.HScroll"/>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.VScroll">
<summary>
<para>Gets or sets a value indicating whether the vertical scroll bar is visible or not.</para>
</summary>
<value>
<para><see langword="true"/> if the vertical scroll bar is visible; otherwise, <see langword="false"/>.</para>
</value>
<seealso cref="P:System.Windows.Forms.ScrollableControl.HScroll"/>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.IgnoreUICues">
<summary>
ScrollControlMouseController checks this to see if it should cancel
existing mouse operation and call ScrollControlMouseController.CancelMode
when a UICuesChanged event is sent. That can happen when user activates
another application or simply when styles for a child window have changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.UseSharedScrollBars">
<summary>
Gets or sets a value indicating whether the shared scrollbars should be enabled or not.
Use this if the control is not embedded in a container control that implements IScrollBarFrame and you want to provide your own scrollbars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.InsideScrollMargins">
<summary>
Gets or sets the default margins for the scrolling area when the user moves the mouse to the margin between InsideScrollBounds and AutoScrollBounds.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.VScrollBar">
<summary>
Gets a reference to an object with vertical scrollbar settings of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.HScrollBar">
<summary>
Gets a reference to an object with horizontal scrollbar settings of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.Size">
<summary>
Gets or sets the size of Scrollable control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.TabIndex">
<summary>
Gets or sets the tab order of the control within its container.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.UpdateOptions">
<summary>
Gets the settings for the current BeginUpdate option.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.Updating">
<summary>
Gets or sets a value indicating whether the BeginUpdate() has been called and the painting for a control is suspended.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.PaintPending">
<summary>
Gets or sets a value indicating whether it contains pending updates for the control when painting is suspended with BeginUpdate.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.DisableScrollWindow">
<summary>
Gets or sets a value indicating whether to specify the setting if the window should be scrolled when ScrollWindow is called.
</summary>
<remarks>
<para>If DisableScrollWindow is true any calls to the ScrollWindow method will simply invalidate the affect region. The rendering origin will
still be recorded correctly and WindowScrolling and WindowScrolled events will be raised.</para>
<para>If DisableScrollWindow is false ScrollWindow will scroll the contents of the control.
</para>
<para>If DisableScrollWindow will return true if BeginUpdate was called without the BeginUpdateOptions.ScrollWindow option.
</para>
</remarks>
<seealso cref="T:ScrollControl.BeginUpdate"/>
<seealso cref="T:ScrollControl.Updating"/>
<seealso cref="T:ScrollControl.ScrollWindow"/>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.SupportsThumbTrack">
<summary>
Gets or sets a value indicating whether the control should scroll while the user is dragging a scrollbars thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.VerticalThumbTrack">
<summary>
Gets or sets a value indicating whether the control should scroll while the user is dragging a vertical scrollbars thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.HorizontalThumbTrack">
<summary>
Gets or sets a value indicating whether the control should scroll while the user is dragging a horizontal scrollbars thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.VerticalScrollTips">
<summary>
Gets or sets a value indicating whether the control should show scroll tips while the user is dragging a vertical scrollbars thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.HorizontalScrollTips">
<summary>
Gets or sets a value indicating whether the control should show scroll tips while the user is dragging a horizontal scrollbars thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.IsValidating">
<summary>
Gets or sets a value indicating whether the <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnValidating(System.ComponentModel.CancelEventArgs)"/> method has been called. <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnLeave(System.EventArgs)"/> and <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnEnter(System.EventArgs)"/> reset this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.IsValidated">
<summary>
Gets or sets a value indicating whether the <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnValidated(System.EventArgs)"/> method has been called. <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnLeave(System.EventArgs)"/> and <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnEnter(System.EventArgs)"/> reset this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.IsActiveControl">
<summary>
Gets or sets a value indicating whether the <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnEnter(System.EventArgs)"/> has been called. <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnLeave(System.EventArgs)"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.IsDeactivated">
<summary>
Gets or sets a value indicating whether the <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnDeactivated(System.EventArgs)"/> has been called. <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnEnter(System.EventArgs)"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.HasControlFocus">
<summary>
Gets or sets a value indicating whether the <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnControlGotFocus"/> has been called. <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnControlLostFocus"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.PaneDesc">
<summary>
Gets the pane information.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.PreJitPaint">
<summary>
Lets you specify if the time the first time the control is drawn should be optimized
by calling OnPaint before the control is made visible and so that all relevant code for drawing
has been jitted.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.ScrollControl.UpdatingChanged">
<summary>
Occurs when <see cref="T:ScrollControl.BeginUpdate"/> has been called the first time or <see cref="T:ScrollControl.EndUpdate"/> has been called the last time.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.ScrollControl.HorizontalScroll">
<summary>
Occurs when horizontal scrolling is being performed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.ScrollControl.VerticalScroll">
<summary>
Occurs when vertical scrolling is being performed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.ScrollControl.Deactivated">
<summary>
Occurs when both <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnControlLostFocus"/> and <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollControl.OnLeave(System.EventArgs)"/> occured.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollControl.CreateParams">
<summary>
Overriden. Changes <see cref="P:System.Windows.Forms.CreateParams.Style"/> to show or hide scrollbars and also consider the controls
<see cref="P:Syncfusion.Windows.Forms.Edit.ScrollControl.BorderStyle"/> setting.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.DEF_FAST_SCROLL_OFFSET">
<summary>
Offset in pixels of the mouse from the border of the control,
where fast scrolling starts.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.DEF_SCROLLING_INTERVAL">
<summary>
Interval of the autoscroll timer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.m_bDisableHorizontalScroller">
<summary>
Specifies whether horizontal scroller should be disabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.m_bDisableVerticalScroller">
<summary>
Specifies whether vertical scroller should be disabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.m_ScrollOffsetLeft">
<summary>
Left offset.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.m_ScrollOffsetRight">
<summary>
Right offset.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.m_ScrollOffsetTop">
<summary>
Top offset.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.m_ScrollOffsetBottom">
<summary>
Bottom offset.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.m_AutoScrollTimer">
<summary>
Timer, used for autoscrolling.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.m_SlowScrollingStep">
<summary>
Step of the slow scrolling.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.m_FastScrollingStep">
<summary>
Step of the fast scrolling.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.m_FastScrollOffset">
<summary>
Destination from the control`s border, the fast scrolling is activated after.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.m_oldSmallChangeV">
<summary>
Old vertical small change.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.m_oldSmallChangeH">
<summary>
Old horisontal small change.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.m_scrollPosition">
<summary>
Current position of the auto-scrolling.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.m_lastScrollTime">
<summary>
Time of the last scrolling.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.m_ScrollingSpeed">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.m_defCursor">
<summary>
Custom cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.m_bAllowAutoscroll">
<summary>
Indicates whether mouse left button was pressed in area that allows further autoscrolling.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.IsTimerCalled">
<summary>
Used to indicate whether timer is called.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.UpdateScrollBarsSize">
<summary>
Updates size and page size of the scrollbars.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.UpdateScrollBarsVisibility">
<summary>
Updates visibility of the ScrollBars.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.ScrollLines(Syncfusion.Windows.Forms.Edit.HybridScrollControl.ScrollDirection,System.Single)">
<summary>
Scrolls control vertically by specified amount of lines.
</summary>
<param name="fLinesCount">Count of lines to scroll. Must be always positive.</param>
<param name="direction">Direction of scrolling.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.ScrollLines(System.Single)">
<summary>
Scrolls control vertically by specified amount of lines.
</summary>
<param name="fLinesCount">Count of lines to scroll.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.ScrollHorisontalFastOrSlow(System.Int32)">
<summary>
Scrolls specified scroller.
</summary>
<param name="offset"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.ScrollScroller(Syncfusion.Windows.Forms.Edit.ScrollBarWrapper,System.Int32)">
<summary>
Scrolls specified scroller.
</summary>
<param name="scroller"></param>
<param name="offset"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.SetScrollerPosition(Syncfusion.Windows.Forms.Edit.ScrollBarWrapper,System.Int32)">
<summary>
Sets new position of the scroller. Supports short smooth jumps and long jumps.
</summary>
<param name="wrapper">Scroller to be scrolled.</param>
<param name="position">New position of the scroller.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.ScrollWindow(System.Int32,System.Int32)">
<summary>
Scrolls window by specified amounts of pixels.
</summary>
<param name="xAmount">X amount to scroll.</param>
<param name="yAmount">Y amount to scroll.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.CorrectPosition">
<summary>
Corrects scrollers position.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.OnResize(System.EventArgs)">
<summary>
Handler of the WM_SIZE event.
</summary>
<remarks>
On window resize scrollers are updated:
their maximum size changes and their page size changes.
</remarks>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.CorrectScroller(Syncfusion.Windows.Forms.Edit.ScrollBarWrapper)">
<summary>
Correctes value of the given scrollbar.
</summary>
<param name="bar">ScrollBarWrapper.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.OnHScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary>
Processes horizontal scroll event.
</summary>
<param name="sender">Sender.</param>
<param name="se">ScrollEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.OnVScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary>
Processes vertical scroll event.
</summary>
<param name="sender">Sender.</param>
<param name="se">ScrollEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Enables autoscrolling.
</summary>
<param name="e">MouseEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Starts or stops timer depending on the position of the mouse.
</summary>
<param name="e">MouseEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.CheckIfCanStartAutoscroll">
<summary>
Checks whether Autoscrolling can be started when user presses mouse button down.
</summary>
<returns>If return value is true, autoscrolling will be allowed.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Disables autoscrolling.
</summary>
<param name="e">MouseEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.OnLostFocus(System.EventArgs)">
<summary>
Stops scrolling.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
<summary>
Handles mouse wheel processing for our scrollbars.
</summary>
<param name="e">MouseEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.BeforeAutoScroll(System.Int32)">
<summary>
Called before scrolling by timer on every timer tick.
</summary>
<param name="yOffset">Offset by y.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.AfterAutoScroll">
<summary>
Called after scrolling by timer on every timer tick.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.HybridScrollControl"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.HybridScrollControl.m_AutoScrollTimer_Tick(System.Object,System.EventArgs)">
<summary>
Handler of the Tick event of the AutoScroll timer.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.HybridScrollControl.DisableHorizontalScroller">
<summary>
Gets or sets a value indicating whether the horizontal scroller should be disabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.HybridScrollControl.DisableVerticalScroller">
<summary>
Gets or sets a value indicating whether the vertical scroller should be disabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.HybridScrollControl.ScrollOffsetLeft">
<summary>
Gets or sets the left offset scroll.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.HybridScrollControl.ScrollOffsetRight">
<summary>
Gets or sets the right offset scroll.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.HybridScrollControl.ScrollOffsetTop">
<summary>
Gets or sets the top offset scroll.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.HybridScrollControl.ScrollOffsetBottom">
<summary>
Gets or sets the bottom offset scroll.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.HybridScrollControl.VirtualSize">
<summary>
Gets or sets the virtual size of control.
</summary>
<remarks>
If control's client area is smaller then virtual size, then
scrollers will be visible.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.HybridScrollControl.AutoScrollPosition">
<summary>
Gets or sets the position of the scroller.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.HybridScrollControl.SlowScrollingStep">
<summary>
Gets or sets the step of slow scrolling.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.HybridScrollControl.FastScrollingStep">
<summary>
Gets or sets the step of fast scrolling.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.HybridScrollControl.FastScrollOffset">
<summary>
Gets or sets the distance in pixels from the control`s border, where fast autoscrolling starts.
using <see cref="P:Syncfusion.Windows.Forms.Edit.HybridScrollControl.FastScrollingStep"/> instead of <see cref="P:Syncfusion.Windows.Forms.Edit.HybridScrollControl.SlowScrollingStep"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.HybridScrollControl.IsAutoScrolling">
<summary>
Gets value, indicating whether control is now in autoscroll mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.HybridScrollControl.DefaultCursor">
<summary>
Gets or sets the custom cursor for mouse pointer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.HybridScrollControl.AutoScrollRectangle">
<summary>
Rectangle for autoscrolling.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.HybridScrollControl.ScrollbarsSizeUpdated">
<summary>
Event that is raised when size of the scrollbars changes.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.HybridScrollControl.ScrollbarsVisibilityUpdated">
<summary>
Event that is raised when visibility of scrollbars is updated.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.HybridScrollControl.ScrollDirection">
<summary>
Defines the constants that specifies the direction of scrolling.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.ScrollDirection.Up">
<summary>
Specifies the scrolling towards the up direction.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.HybridScrollControl.ScrollDirection.Down">
<summary>
Specifies the scrolling towards the down direction.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_CommonCursorName">
<summary>
Name of the resource with common movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_UpCursorName">
<summary>
Name of the resource with up movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_DownCursorName">
<summary>
Name of the resource with down movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_LeftCursorName">
<summary>
Name of the resource with left movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_RightCursorName">
<summary>
Name of the resource with down movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_UpLeftCursorName">
<summary>
Name of the resource with up left movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_DownRightCursorName">
<summary>
Name of the resource with down right movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_DownLeftCursorName">
<summary>
Name of the resource with down left movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_UpRightCursorName">
<summary>
Name of the resource with down right movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.WM_SETCURSOR">
<summary>
WM_SETCURSOR message.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.DEF_CURSOR_MIN_DISTANCE">
<summary>
Minimum distance between click position and currnt mouse position to begin scrolling.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_CommonCursor">
<summary>
Common movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_UpCursor">
<summary>
Up movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_DownCursor">
<summary>
Down movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_LeftCursor">
<summary>
Left movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_RightCursor">
<summary>
Right movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_UpLeftCursor">
<summary>
Up movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_DownLeftCursor">
<summary>
Down movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_DownRightCursor">
<summary>
Left movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_UpRightCursor">
<summary>
Right movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_mouseClickPoint">
<summary>
Last point, where user clicked by middle button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_pressed">
<summary>
Determines, whether middle button is in pressed state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_direction">
<summary>
Current scrolling direction.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_olddirection">
<summary>
Old scrolling direction.
<seealso cref="M:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.UpdateCursor"/>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_ScrollingSpeedFactor">
<summary>
Scrolling speed factor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_distanceDivisionFactor">
<summary>
Number, the distance will be divided to when calculating speed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_scrollTimer">
<summary>
Timer, used for scrolling.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_ScrollingSpeed">
<summary>
Scrolling speed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_oldScrollPosition">
<summary>
Scrool position, saved when mouse is clicked.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.m_cursorSpecial">
<summary>
Special cursor, not used if null.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.Dispose(System.Boolean)">
<summary>
Disposes timer, used for scrolling.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Processes presses of the middle button.
</summary>
<param name="e">MouseEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Processes mouse movement, sets scrolling mode and speed.
</summary>
<param name="e">MouseEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Stops scrolling.
</summary>
<param name="e">MouseEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.WndProc(System.Windows.Forms.Message@)">
<summary>
Processes WM_SETCURSOR.
</summary>
<param name="m">Windows message to process.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.OnCursorChanged(System.EventArgs)">
<summary>
Resets cached info about current cursor.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.OnLostFocus(System.EventArgs)">
<summary>
Stops scrolling.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.ResetCursor">
<summary>
Resets cached info about current cursor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.UpdateCursor">
<summary>
Updates current cursor according to the scroll direction.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.ScrollTimerTick(System.Object,System.EventArgs)">
<summary>
Processes timer Tick events and scrolls window.
</summary>
<param name="sender">Sender.</param>
<param name="e">EventArgs.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.CommonCursor">
<summary>
Gets cursor, that shows four directions all together.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.UpRightCursor">
<summary>
Gets the cursor with Up-right arrow.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.DownLeftCursor">
<summary>
Gets the cursor with down-left arrow.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.DownRightCursor">
<summary>
Gets the cursor with down-right arrow.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.UpLeftCursor">
<summary>
Gets the cursor with up-left arrow.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.RightCursor">
<summary>
Gets the cursor with right arrow.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.LeftCursor">
<summary>
Gets the cursor with left arrow.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.DownCursor">
<summary>
Gets the cursor with down arrow.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.UpCursor">
<summary>
Gets the cursor, with up-arrow.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.IsIntellyScrollActive">
<summary>
Gets the state of the Intelly scrolling.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.SpecialCursor">
<summary>
GET, SET special cursor, that should be used instead of the default control's cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.IsCursorChangingAllowed">
<summary>
Indicates whether cursor changing is allowed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.ScrollingDirection">
<summary>
Current scrolling direction.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.ScrollingDirection.None">
<summary>
None direction.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.ScrollingDirection.Up">
<summary>
Up direction.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.ScrollingDirection.Down">
<summary>
Down direction.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.ScrollingDirection.Left">
<summary>
Left direction.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.ScrollingDirection.Right">
<summary>
Right direction.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.ScrollingDirection.All">
<summary>
All directions.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.ScrollingDirection.Invalid">
<summary>
Invalid direction.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.ScrollingDirection.UpLeft">
<summary>
UpLeft direction.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.ScrollingDirection.UpRight">
<summary>
UpRight direction.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.ScrollingDirection.DownLeft">
<summary>
DownLeft direction.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IntelliScrollableControl.ScrollingDirection.DownRight">
<summary>
DownRight direction.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FakeEditControl.m_control">
<summary>
Real edit control used as a source for the data.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FakeEditControl.m_bInScrollersUpdate">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FakeEditControl.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.FakeEditControl"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FakeEditControl.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FakeEditControl.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Paints background and foreground of the control
</summary>
<param name="e">PaintEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FakeEditControl.OnVScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary>
Processes vertical scroll event.
</summary>
<param name="sender">Sender.</param>
<param name="se">ScrollEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FakeEditControl.ScrollLines(Syncfusion.Windows.Forms.Edit.HybridScrollControl.ScrollDirection,System.Single)">
<summary>
Scrolls control vertically by specified amount of lines.
</summary>
<param name="fLinesCount">Count of lines to scroll.</param>
<param name="direction">Direction of scrolling.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FakeEditControl.UpdateScrollBarsVisibility">
<summary>
Updates visibility of the ScrollBars.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FakeEditControl.OnRightToLeftChanged(System.EventArgs)">
<summary>
Overrides the OnRighttoLeftchanged
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FakeEditControl.OnControlInvalidateArea(Syncfusion.Windows.Forms.Edit.StreamEditControl,System.Drawing.Rectangle)">
<summary>
Invalidates control.
</summary>
<param name="initiator"></param>
<param name="areaToInvalidate"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FakeEditControl.OnControlScrollbarsSizeUpdated(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.FakeEditControl.Control">
<summary>
Gets or sets the real edit control used as a source for the data.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.FakeEditControl.MaxWidth">
<summary>
Gets the maximum width of the line which is used for WordWrapping.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.FileEditControl">
<summary>
Represents a control which is used for editing source files.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.StreamEditControl">
<summary>
Represents a control that helps to edit the source files and loads the language configuration from file.
</summary>
</member>
<member name="T:Syncfusion.Shared.Utils.KeyBinding.IKeyBinderContainer">
<summary>
Provides the functionality for key-bindings callbacks.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.IKeyBinderContainer.RegisterKeyCommands">
<summary>
Registers default commands while performing Key binding process.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.IKeyBinderContainer.RegisterDefaultKeyBindings">
<summary>
Registers default commands while performing Key binding process.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.IKeyBinderContainer.Commands">
<summary>
Gets the list of commands.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.IKeyBinderContainer.KeyBinder">
<summary>
Gets the root key binder.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.IKeyBinderContainer.KeyBindingProcessor">
<summary>
Gets the key binding processor.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperationControllerInternal">
<summary>
Provides an controller for long operations.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperationController">
<summary>
Provides a controller for long operations.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperationController.StartOperation(System.String)">
<summary>
Occurs when the operation is to be started.
</summary>
<param name="name"></param>
<returns></returns>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperationController.OperationStarted">
<summary>
Occurs when the operation has started.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperationController.OperationStopped">
<summary>
Occurs when the operation has stopped.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperationControllerInternal.RaiseOperationStart(Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperation)">
<summary>
Raises when operation has started.
</summary>
<param name="operation"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperationControllerInternal.RaiseOperationEnd(Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperation)">
<summary>
Raises when operation has stoped.
</summary>
<param name="operation"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_PRE_TEXT_AREA">
<summary>
Specifies size of the area that precedes the text (on the left).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_STR_TAB_CHAR">
<summary>
String that consists only from the tabulation character.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_TAB_CHAR">
<summary>
Tab character.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_MAX_LEXEMS_PARSE_ON_INDENT">
<summary>
Maximum count of lexems that can be parsed while looking for guideline indentation block ends in parstial parsing mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_CursorSelectLineName">
<summary>
Name of the resource with common movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_CONVERT_REGEX">
<summary>
Regex conversion pattern.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_NUMBERS_SIZE">
<summary>
Default lines count which is used when there are no lines in the file.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_COLLAPSE_AREA">
<summary>
Width of the collapsers area
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_SELECTION_MARGIN_WIDTH">
<summary>
Width of the selection margin area.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_IDLE_LOAD_LINES_COUNT">
<summary>
Count of lines that will be loaded in one pass when the user is idle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_IDLE_TIMER_DELAY">
<summary>
Delay in miliseconds between every idle-processing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_USER_MARGIN">
<summary>
Default with of user margin
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_XSL_TRANSFORM">
<summary>
Name of the resource with XSL transformation for XML representation of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_SMART_TEXT_CHECK">
<summary>
Regular expression for checking selected text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_LINE_SCROLLING_STEP_SLOW">
<summary>
Step for scrolling when line by line scrolling is performed; performance has to be improved..
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_LINE_SCROLLING_STEP_FAST">
<summary>
Step for scrolling when line by line scrolling is performed; performance shouldn't be improved.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_LAYER_NAME_SELECTION">
<summary>
Name of the selection layer in dynamic formatting.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_LAYER_NAME_BORDER_DYNAMIC">
<summary>
Name of the border layer in dynamic formatting.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_LAYER_NAME_BORDER_OVER">
<summary>
Name of the border layer in dynamic formatting.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_LAYER_NAME_TEXTCOLOR">
<summary>
Name of the text color layer in dynamic formatting.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_LAYER_NAME_READONLY">
<summary>
Name of the readonly layer in dynamic formatting.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_LAYER_NAME_WAVELINE">
<summary>
Name of the dynamic formats layer that contains wavelines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_LAYER_NAME_LINEBACKCOLOR_DYNAMIC">
<summary>
Name of the dynamic formats layer that contains wavelines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_LAYER_NAME_LINEBACKCOLOR_OVER">
<summary>
Name of the dynamic formats layer that contains wavelines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_LAYER_NAME_STRIKEOUTS">
<summary>
Name of the dynamic formats layer that contains text strike outs.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_MAX_UNRENDERED_LINES">
<summary>
Maximum count of the unrendered lines that can be shown by the scrollbar.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_IDLE_SLEEP_INTERVAL">
<summary>
Sleep interval for idle-processing timer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_TOOLTIP_MAX_LINES">
<summary>
Maximum count of lines in a tooltip.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_OFFSET_TEXT">
<summary>
Offset for the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_HEADER_HEIGHT">
<summary>
Height of the page header in percents.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_FOOTER_HEIGHT">
<summary>
Height of the page footer in percents.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_HEADER_FOOTER_TEXT_OFFSET">
<summary>
Offset between text and header or footer in percents.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_LINES_PRERENDER">
<summary>
Line to remeasure before and after the line that was misplaced on rendering.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_DEFAULT_WRAP_MARK">
<summary>
Default lines wrapping marking image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_DEFAULT_WRAP_MARK_RTL">
<summary>
Default lines wrapping marking image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_DEFAULT_WRAPPED_LINE_MARK">
<summary>
Default wrapped lines marking image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_DEFAULT_WRAPPED_LINE_MARK_RTL">
<summary>
Default wrapped lines marking image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_CONTEXT_PROMPT_DEFAULT_WIDTH">
<summary>
Default context prompt width.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_CONTEXT_PROMPT_DEFAULT_HEIGHT">
<summary>
Default context prompt height.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_END_SNIPPET_MEMBER_MARK">
<summary>
Dummy for marking snippet end point.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.STR_NEW_LINE">
<summary>
"\n".
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.PIXEL_TO_ADD_TO_SELECTION">
<summary>
Number of pixels which are added to selection when ExtendSelectionToFarRight is set to false.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.SPACE_BETWEEN_LINES">
<summary>
Default number of pixels between lines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.BORDER_INVALIDATION_PIXELS">
<summary>
Number of pixels to add to border when it's invalidated.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.OFFSET_TO_SCROLL">
<summary>
If distance from mouse down point and left edge of control is less than this value, control is scrolled horizontally.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.MIN_TAB_SIZE">
<summary>
Minimum value for tab size.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.MAX_TAB_SIZE">
<summary>
Maximum value for tab size.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl._graphics">
<summary>
Default Graphics object. Used for measuring.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_ARR_TAB_STOPS">
<summary>
Default array of tab stops.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_ARR_FILE_EXTENSIONS">
<summary>
Extensions of files able to be dropped into EditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DEF_LONGOP_TIMER_DELAY">
<summary>
Delay of long operation timer (for mouse cursor changing).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl._cursorLineSelection">
<summary>
Common movement cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl._md5">
<summary>
For calculating hashes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.isFipsModeEnabled">
<summary>
Gets or sets a value indicating whether the FIPS mode is enabled or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_likeVSStudioSearch">
<summary>
Search the text like in visual studio editor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bModified">
<summary>
Indicates whether text was modified after the last save.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bClosing">
<summary>
True when parent form is being closed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_savedLinesPoints">
<summary>
List of parse points for marking lines that were changed and saved.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_argsLastOuliningTooltip">
<summary>
Specifies the arguments use last time the outlining tooltip was shown. If last tooltip was not outlinign tooltip, this member is set to null.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_Configuration">
<summary>
Current configuration.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bInsertMode">
<summary>
Flag of the InsertMode.
InsertedMode is turned on by default.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_updateLocks">
<summary>
Counter for the update locks.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_wrapper">
<summary>
Input stream.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_parser">
<summary>
Lexem parser instance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_centFormat">
<summary>
StringFormat instance used for drawing and measuring strings, verticaly centered.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bShowLines">
<summary>
Flag of line numbers showing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bShowMarkers">
<summary>
Flag of markers showing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bShowCollapse">
<summary>
Flag of collapsers showing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bKeyPressHandled">
<summary>
Determines whether KeyPress was handled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.isKeyPressed">
<summary>
Gets or sets a value indicating whether key is pressed or not in EditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.editline">
<summary>
Determines whether to draw line while editing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.MousedownPoint">
<summary>
Gets the mouse down point.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.MouseMovePoint">
<summary>
Gets the mouse move point.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_MouseOperation">
<summary>
Used to detect the whether the selection is by mouse.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_KeyOperation">
<summary>
Used to detect the whether the selection is by Keyboard.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.isMouseUp">
<summary>
To detect the mouse up.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.altkey">
<summary>
Determines whether ALT key is pressed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_blockAlt">
<summary>
Determines whether Block selection is used in selection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_formatManager">
<summary>
Manager of dynamic formatting.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_selection">
<summary>
Selection range.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bSelecting">
<summary>
Flag that indicates whether control currently is in selection mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bDoubleClicked">
<summary>
Set to true when lexem is selected by double clicking on it. Used for fixing def. OT4736.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_doubleClickedPoint">
<summary>
Point of mouse position in moment of selecting lexem by double click. Used for fixing def. OT4736..
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bClickedInText">
<summary>
Specifies whether last mouse click was in text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bClickedInSelectionMargin">
<summary>
Specifies whether last mouse click was in selection margin.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_keyBinder">
<summary>
Binder of the keyboard.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_GreenDotsPen">
<summary>
Pen used to draw green dots.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_findDialog">
<summary>
Find dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_gotoDialog">
<summary>
Goto dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_replaceDialog">
<summary>
Replace dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_controllerContextChoice">
<summary>
ContextChoice controller.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_contextPrompt">
<summary>
Context prompt window.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_CompositingQuality">
<summary>
Quality of composite.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_InterpolationMode">
<summary>
Interpolation mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_SmoothingMode">
<summary>
Smoothing mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_TextRenderingHint">
<summary>
Text rendering hint.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_CursorManager">
<summary>
Cursor manager.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bUseTabs">
<summary>
Specifies whether tab symbols must be used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bShowUserMargin">
<summary>
Visibility of the user margin.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iUserMarginWidth">
<summary>
With of user margin.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_operationLevel">
<summary>
Count of long operation currently started.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_backgroundBrush">
<summary>
Brush used to draw background.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.allowDeleteReadOnlyRegion">
<summary>
Specifies whether removing a read-only region is allowed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bReadOnly">
<summary>
Read-only mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_undoGroups">
<summary>
Stack of the undo groups (UndoGroup stucture).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_redoGroups">
<summary>
Stack of the redo groups (UndoGroup stucture).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iUndoGroupOpened">
<summary>
If true, it means that undo group was opened, no undo operations can be done,
all changes in group can be undone by a single undo operation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iUndoGroupStart">
<summary>
Count of the action in the undo queue, stored when undo group was opened.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bGroupUndo">
<summary>
Specifies whether group undo is on.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_UndoMarkers">
<summary>
Group undo markers.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_RedoMarkers">
<summary>
Group redo markers.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_lastOperation">
<summary>
Last executed operation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bWordWrapping">
<summary>
WordWrapping mode sign.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iOldWidth">
<summary>
Old width of the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iTabSize">
<summary>
Tab size.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.vScrollMode">
<summary>
Specifies how the control process horizontal scrolling.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bShowWhitespaces">
<summary>
Whitespacs visibility.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_tip">
<summary>
Context tooltip.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bookmarksTooltip">
<summary>
Bookmarks tooltip.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_menuManager">
<summary>
Context menu manager.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bSingleLineEnabled">
<summary>
Single line mode status.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iPrintPageNumber">
<summary>
Number of the page to be printed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iPrintPageY">
<summary>
Y offset of the page to be printed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_regionAreaToPrint">
<summary>
Text Region to be printed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_printDoc">
<summary>
Print document.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bUpdateContextChoice">
<summary>
Specifies whether context choice should be updated
when user types something.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bTransparentSelection">
<summary>
XP-Style transparent selection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_listFakeCopies">
<summary>
List of the fake copies of the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bPrintCurrentPage">
<summary>
Specifies whether only current page should be printed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iUnderlineNumber">
<summary>
Number of the last underline.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iBackcolorNumber">
<summary>
Number of the last line background.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bTransferFocusOnTab">
<summary>
Indicates whether control accepts tabs.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bSelectionMarginVisible">
<summary>
Specifies whether selection margin is visible.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_colorSelectionMarginBackground">
<summary>
Color of the selection margin background.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_colorSelectionMarginForeground">
<summary>
Color of the selection margin foreground.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iLastLineInLineSelection">
<summary>
Last line index, selected from selection margin.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iSelectionMarginWidth">
<summary>
Width of selection margin.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_listNewLines">
<summary>
List of the new-lines, that were deleted during switching to the singleline mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iContextChoiceLastWordColumn">
<summary>
Column index of the word start that was under cursor when context choice was opened last time.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iContextPromptOpeningLexemColumn">
<summary>
Column at witch ContextPrompt opening lexem starts.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bShowContentDividers">
<summary>
Specifies whether ContentDividers should be visible.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bWrapAroundSearch">
<summary>
Specifies whether Stop search at page end.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bShowIndentationGuidelines">
<summary>
Specifies whether IndentationGuidelines should be visible.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_indentGuidelineInfo">
<summary>
Information about currently visible indentation Guideline.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_colorIndentLine">
<summary>
Color of the indent Guideline.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_selectionTextColor">
<summary>
Color of the text under selection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_colorIndentBorders">
<summary>
Color of the indent guid borders.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_timerAutoIndent">
<summary>
Timer for auto indent Guideline search.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bIndentAutoShow">
<summary>
Specifies whether indent Guidelines should be shown automatically.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_brushBackground">
<summary>
Brush to be used for drawing background.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_strOldSelectedText">
<summary>
Cache of the selected text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iSelectionLockCount">
<summary>
Count of selection changes lock.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bOnlyHighlightMatchingBraces">
<summary>
Specifies whether guidelines can be highlighted or only guideline should be drawn.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_lastCursorX">
<summary>
Last X coordinate of the cursor.
Used for navigation implementation similar with Word in non-virtualspace mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bVirtualSpaceMode">
<summary>
Virtual space mode state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_CustomControls">
<summary>
List of the custom controls.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bDraggingSelectedText">
<summary>
Value that shows whether user is currently dragging selected text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_rangeDragging">
<summary>
Text range that is currently dragged.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_rectDragOverPosition">
<summary>
Rectangle, that is drawn to shown the position at which dragged object will be inserted.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bClickedInSelection">
<summary>
Value that specifes whether user left-clicked in selected are.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_pointClickPosition">
<summary>
Position of the mouse for the moment when user has clicked in the selected area.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bPrintHeaderFooterOutsideMargins">
<summary>
Value indicating that indicates whether page headers and footers should be printed outside the page margins.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bPrintHeaderFooter">
<summary>
Value that indicates whether page header and footer should be printer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bPrintWordWrapSetting">
<summary>
Specifies whether word wrapping was on before printing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_PrintWordWrapModeSetting">
<summary>
Specifies the WrapMode used before printing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iSuppressConfigurationChangeNotification">
<summary>
Specifies whether control should react on configuration change notification.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iLayoutEventAttaches">
<summary>
Value that indicates whether event handlers are attached to
Move and Resize events of the parent controls.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bookmarkhelper">
<summary>
Bookmark management helper object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_whitespaceProps">
<summary>
Properties of White space mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_marginBorderStyle">
<summary>
Style of margin border (in print preview).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_clrMarginBorder">
<summary>
Color of margin border (in print preview).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_marginBorderWeight">
<summary>
Weight of margin border line (in print preview).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_clrUserMarginBorder">
<summary>
Color of user margin border.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_brushUserMargin">
<summary>
BrushInfo object that is used when user margin is being drawn.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_fontUserMarginText">
<summary>
Default font of user margin text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_clrUserMarginText">
<summary>
Default color of user margin text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_listCollapsed">
<summary>
Temporary list of the collapsed regions.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_listNotCollapsed">
<summary>
Temporary list of the expanded regions.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iSelectionLocks">
<summary>
Specifies count of the selection locks.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_penUserMarginAreaBorder">
<summary>
Pen to draw border of user margin area.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_wrapType">
<summary>
Type of word wrapping.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_textAreaWidth">
<summary>
Width of text area.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bShowTextArea">
<summary>
Indicates whether text area should be shown.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_textAreaLineStyle">
<summary>
Style of line that delimits text area.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_clrTextAreaLine">
<summary>
Color of line that delimits text area.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_brushAfterTextArea">
<summary>
BrushInfo object that is used when area situated after text area is drawn.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_penTextAreaLine">
<summary>
Pen to draw line that delimits text area.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_wrapMode">
<summary>
Mode of word wrapping.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_markerAreaWidth">
<summary>
Width of marker area.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_arrTabStops">
<summary>
Array of tab stops.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bUseTabStops">
<summary>
Indicates whether tab stops should be shown.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bUseXPStyle">
<summary>
Indicates whether XP style should be used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bUseXPStyleBorder">
<summary>
Indicates whether XP style Border should be used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_brushCollapseIcons">
<summary>
Brush used to draw collapse icons when XP style is used but there's no XP themes available.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_brushMarkersArea">
<summary>
Brush used to draw markers area when XP style is used but there's no XP themes available.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_autoIndentMode">
<summary>
Mode of auto indentation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bShowContextTooltip">
<summary>
Indicates whether context tooltips are shown.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bShowBookmarkTooltips">
<summary>
Indicates whether bookmark tooltips are shown.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bShowOutliningTooltip">
<summary>
Indicates whether outlining toltips are shown.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bMarkLineWrapping">
<summary>
Indicates whether lines wrapping should be marked.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_lineWrappingMarkingImage">
<summary>
Custom image that marks lines wrapping.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_lineWrappingDefautImage">
<summary>
Default image that marks lines wrapping.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_lineWrappingDefautImageRTL">
<summary>
Default image that marks lines wrapping in RTL.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bMarkWrappedLines">
<summary>
Indicates whether wrapped lines should be marked.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bMarkChangedLines">
<summary>
Indicates whether changed lines should be marked.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_wrappedLinesMarkingImage">
<summary>
Custom image that marks wrapped lines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_wrappedLinesDefautImage">
<summary>
Default image that marks wrapped lines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_wrappedLinesDefautImageRTL">
<summary>
Default image that marks wrapped lines in RTL.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_contextPromptSize">
<summary>
Size of context prompt.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_lineNumbersFont">
<summary>
Font of line numbers.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_lineNumbersBrush">
<summary>
Brush for line numbers.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bUseCustomSizeContextPrompt">
<summary>
Indicates whether custom context prompt size should be used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_clrContextPromptBorder">
<summary>
Color of context prompt form border.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_clrContextTooltipBorder">
<summary>
Color of context tooltip form border.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_clrBookmarkTooltipBorder">
<summary>
Color of bookmark tooltip form border.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_contextTooltipBackgroundBrush">
<summary>
Brush for context tooltip background.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bookmarkTooltipBackgroundBrush">
<summary>
Brush for bookmark tooltip background.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_contextPromptBackgroundBrush">
<summary>
Brush for context prompt background.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_indentationBlockBackgroundBrush">
<summary>
Brush for context prompt background.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_arrColumnGuideItems">
<summary>
Array of ColumnGuideItem objects.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bShowColumnGuides">
<summary>
Bool that indicates whether column guides should be drawn.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_columnGuidesMeasuringFont">
<summary>
Font that is used while measuring position of column guides.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_defaultNewLineStyle">
<summary>
Style of new line of the newly created stream.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.isDefaultNewLineStyleChanged">
<summary>
Indicates whether default new line style is changed or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bShowIndentationBlockBorders">
<summary>
Indicates whether indentation block borders should be drawn.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_indentationBlockBorderStyle">
<summary>
Style of indentation block border line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_clrIndentationBlockBorder">
<summary>
Color of indentation block border line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_changedLinesMarkingLineBrush">
<summary>
Brush for changed lines marking line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_savedLinesMarkingLineBrush">
<summary>
Brush for saved lines marking line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bInsertDroppedFileIntoText">
<summary>
Indicates whether outer file dragged and dropped into Edit Control
should be inserted into current content.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_ShowFileDropNotification">
<summary>
Indicates whether the error message is shown when drag and dropped file into Edit Control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bAutoCompleteSingleLexem">
<summary>
Indicates whether context choice list gets autocompleted when single lexem remains in the list.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iParagraphOffset">
<summary>
Offset of paragraphs.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iWrappedLinesOffset">
<summary>
Offset of paragraphs.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_autoFormattingManager">
<summary>
Autoformatting manager.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_exporter">
<summary>
Exports text to different format.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_codeSnippetsPopupController">
<summary>
Controller for work with context choice of code snippets.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_codeSnippetsManager">
<summary>
Manager for work with code snippets.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_contextMenuOptionsForm">
<summary>
Form that represents options and can be shown through context menu.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_controlImage">
<summary>
Image of the control. When not null, OnPaint should draw it.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bDisableScrollers">
<summary>
Specifies whether scrollers are disabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_IntellisenseType">
<summary>
Type of intellisense that was shown last time.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_tracerInvalidation">
<summary>
Stores invalidation tracer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bLoadConfigFile">
<summary>
Indicates whether config file should be loaded. If set to false, default language is created from code.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.threadingTimer">
<summary>
Timer for long operations and cursor changing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_mainThreadId">
<summary>
ID of the main thread.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_arrFileExtensions">
<summary>
Extensions of files that can be dropped to EditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_DropAllFiles">
<summary>
Indicates whether all files can be dropped to EditControl.
If set to false, only files with extension contained in m_arrFileExtensions can be dropped.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_FlushSavedLines">
<summary>
Indicates whether all saved lines can be flushed.
If set to false, saved lines will not be flushed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_AutoSave">
<summary>
Indicates whether Files can be Autosaved in EditControl.
If set to false, Files will not be saved automatically.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bAllowShiftSelectionOld">
<summary>
Indicates whether selection should be performed when shift button is pressed
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bUseAutoreplaceTriggers">
<summary>
Indicates whether autoreplace triggers should be used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bUpdateScrollInfo">
<summary>
If set to true, scroll info should be updated on first paint.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bDrawCodeSnippetBorder">
<summary>
Indicates whether border should be drawn around active code snippets.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bHighlightCurrentLine">
<summary>
Indicates whether current line should be highlighted.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_clrCurrentLineHighlight">
<summary>
Color of current line highlight.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_blockHashcode">
<summary>
Hashcode for string that was selected as block of text. In is pasted respectively to each line if hashcodes are equal.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_wordWrapColumnMeasuringFont">
<summary>
Font that is used while measuring position of column guides.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_iWordWrapColumn">
<summary>
Column for wrapping text. Used when WordWrapMode is set to SpecifiedColumn.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_wordWrapColumnPos">
<summary>
Position of word wrap column.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_codeSnippetsEditBox">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_endingFormats">
<summary>
List of formats that end at the point of inserting text. Used in updating end points of dynamic formatting.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bAllowInsertBeforeReadonlyNewLine">
<summary>
Indicates whether inserting text should be allowed at the beginning of readonly region at the start of new line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bInsertingBeforeReadonlyNewLine">
<summary>
Indicates whether insertion of text before readonly region at the beginning of new line is currently performed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bAlwaysShowScrollers">
<summary>
Indicates whether scrollbars should be always visible.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.iCatchWmChar">
<summary>
If more than 0, WM_CHAR is not sent to parent's WndProc.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_lastLineForBeforeCoordsChanged">
<summary>
Chached last rendered line for OnCursorManagerBeforeCoordinatesChange. Used for performance improvement.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_lastBottomYForBeforeCoordsChanged">
<summary>
Last area bottom position for OnCursorManagerBeforeCoordinatesChange. Used for performance improvement.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bAllowMouseCursorChange">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_userMarginPlacement">
<summary>
Placement of user margin.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_lineNumbersWidth">
<summary>
Width of the line numbers area.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_virtualLineNumberOffset">
<summary>
Virtual line number start value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_position">
<summary>
Controls mouse position
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bSelectOnLineNumberClick">
<summary>
Selection of the line number area.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bSelectTextAfterDragDrop">
<summary>
Selection of the dragged text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bRespectTabStopsOnInsertingText">
<summary>
Selection of the dragged text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bExtendSelectionToFarRight">
<summary>
Selectection of the full line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bNativeDrawing">
<summary>
Indicates whether native GDI should be used for text output.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_spaceBetweenLines">
<summary>
Space between lines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_mouseDownPoint">
<summary>
Point where mouse left button was pressed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bEncodingForcedlyChanged">
<summary>
Indicates whether encoding was changed forcibly because of inserting some not supported symbols and user should be prompted on save.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_oldEncoding">
<summary>
Encoding used before forced change.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.isShowing">
<summary>
Indicates whether context menu is being shown or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_bKeyUpHandled">
<summary>
Determines whether KeyUp was handled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.fromIndentClick">
<summary>
Indicates whether click from indent menu
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.isToolTipOn">
<summary>
Used in Updating Tooltip Mouse Move
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.DragResult">
<summary>
Used in Drag-Drop.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.backcolor_startpoint">
<summary>
start point of the background selection
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.selectionToInsert">
<summary>
Stores the selected region when using ALT selection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.isContextTooltipBackgroundBrushChanged">
<summary>
Gets or sets a value indicating whether the ContextTooltipBackgroundBrush is changed or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.isContextPromptBackgroundBrushChanged">
<summary>
Gets or sets a value indicating whether the ContextPromptBackgroundBrush color is changed or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.isBookmarkTooltipBackgroundBrushChanged">
<summary>
Gets or sets a value indicating whether the BookmarkTooltipBackgroundBrush color is changed or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.isContextToolTipBorderColorChanged">
<summary>
Gets or sets a value indicating whether the BookmarkTooltipBackgroundBrush color is changed or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.formatData">
<summary>
Stores the data while set line's back color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_SelectionMode">
<summary>
Gets/ Sets the SelectionMode of the EditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_EnableBlockSelection">
<summary>
Gets/Sets whether to enable VS like Block selection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_EnableInlineCollapsing">
<summary>
Enables the Nested Collapsing behavior.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetMarkerAreaWidth">
<summary>
Method to get the Indicator Marker Area width of the EditControl
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetImage(System.String)">
<summary>
Method to retrieve the image based on Current DPI
</summary>
<param name="imageName">Name of the image</param>
<returns>retunrs image</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetImageOnZoomFactor(System.String)">
<summary>
Retrieve the Image based on the Zoom Factor of EditControl
</summary>
<param name="imageName"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.InsertFile">
<summary>
Shows the insert file dialog to user and insert the selected file into the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.InsertFile(System.String)">
<summary>
Appends the file text into <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> by using its file name.
</summary>
<param name="strFileName">Name of the file to load.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.contextMenuOptionsFormEditControl">
<summary>
Gets or sets form that represents options and can be shown through context menu.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.fakeEditArea">
<summary>
Gets or sets the client rectangle of the FakeEdit control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.printableArea">
<summary>
Gets or Sets the printable area.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.forFakeEdit">
<summary>
gets or sets a value indicating whether drawing is done for FakeEdit control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.forPrinting">
<summary>
Gets or sets whether printing is in progress.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.canReturnEmptyValue">
<summary>
Value which indicates whether null value can be returnable while retrieving current line item.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.#cctor">
<summary>
Initializes static members.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.StreamEditControl"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.Dispose(System.Boolean)">
<summary>
Disposes object and frees all used resources and suppresses object's finalization.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.BeginConfigurationChange">
<summary>
Helps to locks processing of the configuration changed events.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.EndConfigurationChange(System.Boolean)">
<summary>
Helps to unlocks processing of the configuration changed events.
</summary>
<param name="update">Indicates whether control should be updated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.LoadConfig(System.IO.Stream)">
<summary>
Loads the configuration settings from the specified stream.
</summary>
<param name="configStream">Stream with config.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.LoadConfig(System.String,System.String)">
<summary>
Loads the configuration settings from file by using the specified file path.
</summary>
<param name="fileName">Name of the file with configuration.</param>
<param name="currentFilePath">Name of the file that is currently loaded, or empty string.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ResetColoring(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Applies coloring of the specified language from the predefined configuration settings to the text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="lang">New language configuration to be set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.LoadStream(System.IO.Stream)">
<summary>
Loads the stream in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="stream">Name of the file to load.</param>
<returns>True, if user has not canceled loading, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.LoadStream(System.IO.Stream,Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Loads the stream and its configuration in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="stream">Name of the file to load.</param>
<param name="lang">Config language.</param>
<returns>True, if user has not canceled loading, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.LoadStream(System.IO.Stream,Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage,System.Text.Encoding)">
<summary>
Helps to loads stream and configuration for it.
</summary>
<param name="stream">Name of the file to load.</param>
<param name="lang">Config language.</param>
<param name="encoding">Encoding to use.</param>
<returns>True, if user has not canceled loading, otherwise false.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.count">
<summary>
Creates empty stream and makes editor to edit it.
</summary>
<returns>True if operation succeeds.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.New">
<summary>
Creates a empty stream and makes editor to edit it in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<returns></returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.ccount">
<summary>
initiates ccount to be zero
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.New(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Creates a empty stream and makes editor to edit it in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="lang">Config language.</param>
<returns>True if operation succeeds.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SaveToStream">
<summary>
Saves changes made to the contents of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> into the current stream.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ConvertEncodingAndNewLine(System.IO.Stream,System.Text.Encoding,System.String,System.Boolean@)">
<summary>
Converts encoding and new line style of the input stream; returns result stream. Input stream is closed.
</summary>
<param name="stream">Input stream.</param>
<param name="encoding">Encoding to use when saving to stream.</param>
<param name="lineEndString">String representing line end style.</param>
<param name="bDataLost">bool indicating whether data lost happened.</param>
<returns>Resulting stream or null if no recoding is done.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SaveToStream(System.IO.Stream,System.Text.Encoding,System.String)">
<summary>
Saves data from current stream to the specified one.
</summary>
<param name="stream">Output stream.</param>
<param name="encoding">Encoding to use when saving to stream.</param>
<param name="newLineString">String representing line end style used when saving to stream.</param>
<returns>Bool indicating whether saving succeeded.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SaveToStream(System.IO.Stream)">
<summary>
Saves the data from current stream to the specified output stream.
</summary>
<param name="stream">Output stream.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DiscardChanges">
<summary>
Discards all changes made to the contents of the EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetRealCursorPosition">
<summary>
Gets the current cursor position in EditControl.
</summary>
<returns>IParsePoint with current position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetLineText(System.Int32)">
<summary>
Gets the text of the specified line in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="iLineIndex">Line index.</param>
<returns>Text of the line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetLine(System.Int32)">
<summary>
Gets line's instance in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="iLineIndex">Index of the line.</param>
<returns>Instance of the line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.AppendText(System.String)">
<summary>
Appends the specified text to the end of the existing contents of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="text">The text to be appended.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.InsertText(System.Int32,System.Int32,System.String)">
<summary>
Inserts a piece of text at any desired position in the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="line">Line in virtual coordinates where text should be inserted.</param>
<param name="column">Column in virtual coordinates where text should be inserted.</param>
<param name="text">Text to be inserted.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetCurrentWord">
<summary>
Gets the current word under cursor position in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<returns>Lexem under cursor.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetCurrentWordColumn">
<summary>
Gets the column number of the current word at where its starts.
</summary>
<returns>Index of the column of the word start.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.FindRegex(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,System.Text.RegularExpressions.Regex,System.Boolean,System.Boolean)">
<summary>
Looks for specified expression in text.
</summary>
<param name="start">Start position for the search.</param>
<param name="expression">Expression to be found.</param>
<param name="bSearchInCollapsed">Flag, that specifies whether text can be found in collapsed region.</param>
<param name="searchUp">Indicates whether search should be per</param>
<returns>Search results.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MarkSearchResult(Syncfusion.Windows.Forms.Edit.Implementation.IO.FindResult)">
<summary>
Marks the search result and sets cursor to the end of the selection.
</summary>
<param name="result">Find result that must be marked.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MarkSearchResult(Syncfusion.Windows.Forms.Edit.Implementation.IO.FindResult,System.Boolean)">
<summary>
Marks the search result and sets cursor to the end of the selection.
</summary>
<param name="result">Find result that must be marked.</param>
<param name="bSearchUp">Indicates whether search process was being performed bottom-up.
Used for proper cursor positioning if empty string was found.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UndoGroupOpen">
<summary>
Opens the undo group. All further text changes can be undone with open undo operation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UndoGroupClose">
<summary>
Saves and closes the undo group action which had been performed in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UndoGroupCancel">
<summary>
Cancels the undo grouping operation in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.CollapseAll">
<summary>
Helps to collapses all collapsible regions in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ExpandAll">
<summary>
Helps to expands all collapsed regions in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.Collapse">
<summary>
Collapses all collapsible regions in currently selected area or in the current line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.Expand">
<summary>
Expands all collapsed regions in currently selected area or in the current line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.PointToVirtualPosition(System.Drawing.Point)">
<summary>
Converts the point in client coordinates to the virtual position in text.
</summary>
<param name="point">Point in client coordinates.</param>
<returns>Virtual position in the text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.PointToVirtualPosition(System.Drawing.Point,System.Boolean)">
<summary>
Converts point in client coordinates to the virtual position in text.
</summary>
<param name="point">Point in client coordinates.</param>
<param name="bUseScrollers">Specifies whether scrollers information should be used.</param>
<returns>Virtual position in the text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.PointToPhysicalPosition(System.Drawing.Point)">
<summary>
Converts point in client coordinates to the physical position in text.
</summary>
<param name="point">Point in client coordinates.</param>
<returns>Physical position in the text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ConvertVirtualPositionToPhysical(System.Drawing.Point)">
<summary>
Converts virtual coordinates to physical.
</summary>
<param name="point">Point in virtual coordinates.</param>
<returns>Point in physical coordinates or (0,0) if given virtual position is not present in the stream.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ConvertVirtualPositionToOffset(System.Drawing.Point)">
<summary>
Converts virtual position in text to the offset in stream.
</summary>
<param name="point">Virtual position.</param>
<returns>Offset in the file or stream or -1 if such virtual position is not present in stream.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ConvertOffsetToVirtualPosition(System.Int64)">
<summary>
Converts in-stream offset to virtual coordinates.
</summary>
<param name="offset">In-Stream offset.</param>
<returns>Virtual position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.PrintCurrentPage">
<summary>
Prints current page on default printer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.PrintSelection">
<summary>
Prints selected area on default printer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.PrintNoDialog">
<summary>
Prints the entire document on default printer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.Print">
<summary>
Displays the print dialog and gives user ability to start printing.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.PrintPreview">
<summary>
Displays the print preview dialog.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.PrintPages(System.Int32,System.Int32)">
<summary>
Prints the pages in the specified range.
</summary>
<param name="startPageNumber">Start page in range.</param>
<param name="endPageNumber">End page in range.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SaveAsXML(System.String)">
<summary>
Export the EditControl contents into XML format and save it into any desired XML file.
</summary>
<param name="filename">Name of the file, the document should be saved to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SaveAsHTML(System.String,System.Boolean)">
<summary>
Export the EditControl contents into HTML format and save it into any desired HTML file.
</summary>
<param name="filename">Name of the file, the document should be saved to.</param>
<param name="bUseLineBreakTags">Indicates whether line break tags should be used.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SaveAsRTF(System.String)">
<summary>
Export the EditControl contents into RTF format and save it into any desired RTF file.
</summary>
<param name="filename">Name of the file, the document should be saved to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ResetUndoInfo">
<summary>
Resets undo information.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetUnderline(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Sets underlining of the specified text region.
</summary>
<param name="pointStart">Starting point.</param>
<param name="pointEnd">End point.</param>
<param name="format">Format to be used.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RemoveUnderline(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Removes underlining in the specified region.
</summary>
<param name="pointStart">Starting point.</param>
<param name="pointEnd">End point.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RegisterUnderlineFormat(System.Drawing.Color,Syncfusion.Windows.Forms.Edit.Enums.UnderlineStyle,Syncfusion.Windows.Forms.Edit.Enums.UnderlineWeight)">
<summary>
Register custom underline format, that can be used when setting region's underlining.
</summary>
<param name="color">Color of the underlining.</param>
<param name="style">Style of the underlining.</param>
<param name="weight">Weight of the underlining.</param>
<returns>Newly created format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RegisterBackColorFormat(System.Drawing.Color,System.Drawing.Color,System.Drawing.Drawing2D.HatchStyle,System.Boolean)">
<summary>
Registers line backcolor format.
</summary>
<param name="colorBackGround">Line background color.</param>
<param name="colorBorder">Line border color.</param>
<param name="style">Hatch style of the background.</param>
<param name="useHatchFill">Specifies whether hatchstyle value should be used for drawing background.</param>
<returns>Newly created format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RegisterBackColorFormat(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Drawing2D.HatchStyle,System.Boolean)">
<summary>
Registers line backcolor format.
</summary>
<param name="colorBackGround">Line background color.</param>
<param name="colorForeGround"></param>
<param name="colorBorder">Line border color.</param>
<param name="style">Hatch style of the background.</param>
<param name="useHatchFill">Specifies whether hatchstyle value should be used for drawing background.</param>
<returns>Newly created format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RemeasureLinesWrapping">
<summary>
Updates line widths in word-wrap mode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetLineBackColor(System.Int32,System.Boolean,Syncfusion.Windows.Forms.Edit.Interfaces.IBackgroundFormat)">
<summary>
Sets background color of the line.
</summary>
<param name="iLine">Line number.</param>
<param name="bFullLine">Specifies if full line should be selected or just text.</param>
<param name="format">Format with background color.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetSelectionBackColor(Syncfusion.Windows.Forms.Edit.Interfaces.IBackgroundFormat)">
<summary>
Sets background format for the selected area.
</summary>
<param name="format">Formatting to be set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RemoveLineBackColor(System.Int32)">
<summary>
Removes line back color.
</summary>
<param name="iLine">Line number.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RemoveSelectionBackColor">
<summary>
Removes background coloring from the selected text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetLineBackColorFormats(System.Int32)">
<summary>
Gets line backcolor format, used for the specified line.
</summary>
<param name="iLine">Line number.</param>
<returns>Format, used for drawing background of the line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetCurrentStack">
<summary>
Gets copy of the parsers stack at the current position.
</summary>
<returns>Parser stack at the position of the cursor.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetLexemsInsideCurrentStack(System.Boolean)">
<summary>
Gets list of the lexems that are inside current stack.
</summary>
<param name="entireRegion">If true, all lexems will be retrieved, otherwise just those, that are before the cursor.</param>
<returns>List of the lexems.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetLexemsInsideStack(Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack,System.Boolean)">
<summary>
Gets list of the lexems that are inside current stack.
</summary>
<param name="stack">Stack we should use.</param>
<param name="entireRegion">If true, all lexems will be retrieved, otherwise just those, that are before the cursor.</param>
<returns>List of the lexems.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.HideIndentGuideline">
<summary>
Hides indentation Guideline.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.StartSelection(System.Int32,System.Int32)">
<summary>
Sets selection start at the specified position in text.
</summary>
<param name="column">Column index of the selection start.</param>
<param name="line">Line index of the selection start.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.StopSelection(System.Int32,System.Int32)">
<summary>
Sets selection end at the specified position in text.
</summary>
<param name="column">Column index of the selection end, should point to the symbol that is next the last selected symbol.</param>
<param name="line">Line index of the selection end, should point to the symbol that is next the last selected symbol.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetSelection(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Sets selected area of the text.
</summary>
<param name="columnStart">Column index of the selection start.</param>
<param name="lineStart">Line index of the selection start.</param>
<param name="columnEnd">Column index of the selection end, should point to the symbol that is next the last selected symbol.</param>
<param name="lineEnd">Line index of the selection end, should point to the symbol that is next the last selected symbol.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetTextStrikeOut(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Drawing.Color)">
<summary>
Strikes out text.
</summary>
<param name="start">Start location of the text to strike out.</param>
<param name="end">End location of the text to strike out.</param>
<param name="color">Color of the text strike out. If you set it to Color.Empty, strikeout will be removed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetTextBorder(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Drawing.Color,Syncfusion.Windows.Forms.Edit.Enums.FrameBorderStyle,Syncfusion.Windows.Forms.Edit.Enums.BorderWeight)">
<summary>
Sets border around text.
</summary>
<param name="start">Start of text to draw border around.</param>
<param name="end">End of text to draw border around.</param>
<param name="color">Color of border.</param>
<param name="style">Style of border.</param>
<param name="weight">Weight of border line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RemoveTextBorder(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Removes border around text with given coordinates.
</summary>
<param name="start">Start of the text.</param>
<param name="end">End of the text.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetPageBorder(Syncfusion.Windows.Forms.Edit.Enums.FrameBorderStyle,System.Drawing.Color,Syncfusion.Windows.Forms.Edit.Enums.BorderWeight)">
<summary>
Sets parameters of border that's drawing in page preview.
</summary>
<param name="style">Style of border.</param>
<param name="color">Color of border.</param>
<param name="weight">Weight of border line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.Close">
<summary>
Closes stream, makes control read-only.
</summary>
<returns>True if user did not cancel the operation, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.IsRedrawingRequiredBackground">
<summary>
Checks whether control has background that requires redraw.
</summary>
<returns>bool indicating whether redraw is needed.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DeleteText(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Deletes text at specified position.
</summary>
<param name="start">Start coordinate point of text that has to be deleted.</param>
<param name="end">End coordinate point of text that has to be deleted.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DeleteAll">
<summary>
Deletes all text in document.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetTextAsXML">
<summary>
Returns text represented as XML.
</summary>
<returns>String with text represented as XML.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetTextAsHTML">
<summary>
Returns text represented as HTML.
</summary>
<returns>String with text represented as HTML.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetTextAsRTF">
<summary>
Returns text represented as RTF.
</summary>
<returns>String with text represented as RTF.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetTextAsXML(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Returns text situated between specified coordinate points represented as XML.
</summary>
<param name="start">Point representing start of the text.</param>
<param name="end">Point representing end of the text.</param>
<returns>String with desired text represented as XML.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetTextAsHTML(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Returns text situated between specified coordinate points represented as HTML.
</summary>
<param name="start">Point representing start of the text.</param>
<param name="end">Point representing end of the text.</param>
<returns>String with desired text represented as HTML.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetTextAsRTF(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Returns text situated between specified coordinate points represented as RTF.
</summary>
<param name="start">Point representing start of the text.</param>
<param name="end">Point representing end of the text.</param>
<returns>String with desired text represented as RTF.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetTextColor(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Drawing.Color)">
<summary>
Set color of text.
</summary>
<param name="start">Start of text to set color.</param>
<param name="end">End of text to set color.</param>
<param name="color">Color to set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetBackgroundColor(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Drawing.Color)">
<summary>
Set color of text background.
</summary>
<param name="start">Start of text to set color.</param>
<param name="end">End of text to set color.</param>
<param name="color">Color to set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MarkAsReadOnly(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Drawing.Color,System.Drawing.Color)">
<summary>
Set text as read-only.
</summary>
<param name="start">Start of text to set as readonly.</param>
<param name="end">End of text to set as readonly.</param>
<param name="backColor">Color of text background. Empty if no changes needed.</param>
<param name="textColor">Color of text. Empty if no changes needed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RemoveReadOnly(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Removes read-only status of specified region.
</summary>
<param name="start">Start of text to remove readonly status.</param>
<param name="end">End of text to remove readonly status.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MouseOverSelection">
<summary>
Indicates whether mouse pointer is situated over selected text.
</summary>
<returns>True if mouse pointer is situated over selected text; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetSelectionTextColor(System.Drawing.Color)">
<summary>
Sets color of selected text.
</summary>
<param name="color">Color to set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetSelectionBackColor(System.Drawing.Color)">
<summary>
Sets color of selected text background.
</summary>
<param name="color">Color to set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetSelectionBorder(System.Drawing.Color,Syncfusion.Windows.Forms.Edit.Enums.FrameBorderStyle,Syncfusion.Windows.Forms.Edit.Enums.BorderWeight)">
<summary>
Sets border to selected text.
</summary>
<param name="color">Color of border.</param>
<param name="style">Style of border.</param>
<param name="weight">Weight of border line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetSelectionUnderline(System.Drawing.Color,Syncfusion.Windows.Forms.Edit.Enums.FrameBorderStyle,Syncfusion.Windows.Forms.Edit.Enums.BorderWeight)">
<summary>
Sets underline to selection.
</summary>
<param name="color">Color of underline.</param>
<param name="style">Style of underline.</param>
<param name="weight">Weight of underline.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetSelectionStrikeout(System.Drawing.Color)">
<summary>
Strikeout selected text.
</summary>
<param name="color">Color of strikeout line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetSelectionReadOnly">
<summary>
Sets selection to readonly with default color settings.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.AcceptAutoComplete">
<summary>
Accepts auto complete string and updates context choice list.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DeclineAutoComplete">
<summary>
Declines auto complete string.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GoToLine(System.Int32)">
<summary>
Places the cursor at the beginning of the given line number.
</summary>
<param name="iLine">Number of desired line.</param>
<returns>Bool indicating success.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GoTo(System.Int32,System.Int32)">
<summary>
Places the cursor at the beginning of the given line number.
</summary>
<param name="iLineNumber">Number of line to set cursor position to.</param>
<param name="iLinesAbove">Number of lines to leave above cursor.</param>
<returns>Bool indicating success.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.LoadFile(System.String)">
<summary>
Load file and configuration for it.
</summary>
<param name="strFileName">Name of the file to load.</param>
<returns>True if operation succeeds.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.IndentText(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Indents text in the specified range.
</summary>
<param name="p1">Beginning of range.</param>
<param name="p2">End of rage.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OutdentText(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Outdents text in the specified range.
</summary>
<param name="p1">Beginning of range.</param>
<param name="p2">End of rage.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.AutoFormatText(System.Int32,System.Int32)">
<summary>
Autoformats given range of text.
</summary>
<param name="iStartLineIndex">Index of first line of range to autoformat.</param>
<param name="iEndLineIndex">Index of last line of range to autoformat.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowCaret">
<summary>
Shows the cursor caret.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.HideCaret">
<summary>
Hides the cursor caret.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.CommentText(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Comments text in the specified range.
</summary>
<param name="p1">Beginning of range.</param>
<param name="p2">End of rage.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UncommentText(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Uncomments text (if possible) in the specified range.
</summary>
<param name="p1">Beginning of range.</param>
<param name="p2">End of rage.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.CommentLine(System.Int32)">
<summary>
Comments single line.
</summary>
<param name="iLineIndex">Index of line to comment.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UnCommentLine(System.Int32)">
<summary>
Uncomments single line.
</summary>
<param name="iLineIndex">Index of line to uncomment.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetDesiredSize">
<summary>
Calculates desired size of the control.
</summary>
<returns>Desired size.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.CloseContextPrompt">
<summary>
Closes context prompt popup.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.CloseContextTooltip">
<summary>
Closes context tooltip.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.FindRange(System.String,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Searches the specified text and returns text range of first found occurrence in EditControl.
</summary>
<param name="searchString">Text to find.</param>
<param name="startLocation">Start point of search range.</param>
<param name="endLocation">End point of search range.</param>
<param name="matchWholeWord">Indicates whether whole word should be found.</param>
<param name="searchHiddenText">Indicates whether hidden text should be searched.</param>
<param name="searchUp">Indicates whether search should be performed in up direction.</param>
<param name="useRegex">Indicates whether regex should be used.</param>
<returns>Text range of first found occurance or null if no match was found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.StartOperation(System.String)">
<summary>
Starts new operation.
</summary>
<param name="name">Name of the operation.</param>
<returns>Operation.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetSelectionStart(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Removes current selection and sets new with start and end in given point.
Later it can be changed using <seealso cref="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetSelectionEnd(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)"/> method.
</summary>
<remarks>
Note: If you just use <c>SetSelectionStart</c> method, no selection will be visible, but it will be created,
and all commands will work as if selection is set.
</remarks>
<param name="point">ParsePoint with position of selection start.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetSelectionEnd(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Sets end of the selection.
</summary>
<remarks>
Note: Selection must be already present. <para>Old selection will be simply removed.</para>
</remarks>
<param name="point">ParsePoint of end of selection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetSelectionRanges(System.Collections.IList)">
<summary>
Sets complex selection ranges.
</summary>
<param name="ranges">Collection of ranges.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RegisterKeyCommands">
<summary>
Registers default commands.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RegisterDefaultKeyBindings">
<summary>
Registers default commands.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.AddTabsToSelection(System.Boolean)">
<summary>
Adds tabs at the beginning of selected lines.
</summary>
<param name="bForce">Indicates whether tab should be added if single line is selected.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnStyleChanged">
<summary>
Occurs when the control style changes
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.InsertCodeSnippet">
<summary>
Inserts code snippet into text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.LockUpdate">
<summary>
Locks control drawing.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UnlockUpdate">
<summary>
Unlocks control drawing.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RaiseFindAndReplaceEvent">
<summary>
Raise Find event
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnFakeControlBinded(Syncfusion.Windows.Forms.Edit.FakeEditControl)">
<summary>
Puts newly-binded fake edit control to the list and disables word wrapping.
</summary>
<param name="control">Fake edit control, binded to this control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnFakeControlUnbinded(Syncfusion.Windows.Forms.Edit.FakeEditControl)">
<summary>
Removes binded fake edit control from the list.
</summary>
<param name="control"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ConvertStream(System.IO.Stream,System.String,System.Text.Encoding,System.Boolean@)">
<summary>
Changes encoding and new-line style of the content of the stream.
</summary>
<param name="textStream">Input stream.</param>
<param name="newLine">New new-line style.</param>
<param name="encoding">New encoding.</param>
<param name="bDataLost">Indicates whether some data was lst during recoding.</param>
<returns>Newly created stream, or null if no changes where done.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ConvertStream(System.IO.Stream,System.String,System.Boolean@)">
<summary>
Changes new-line style of the content of the stream.
</summary>
<param name="textStream">Input stream.</param>
<param name="newLine">New new-line style.</param>
<param name="bDataLost">Indicates whether some data was lst during recoding.</param>
<returns>Newly created stream, or null if no changes where done.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ConvertStream(System.IO.Stream,System.Text.Encoding,System.Boolean@)">
<summary>
Changes encoding and new-line style of the content of the stream.
</summary>
<param name="textStream">Input stream.</param>
<param name="encoding">New encoding, can be null to leave the previous one.</param>
<param name="bDataLost">Indicates whether some data was lst during recoding.</param>
<returns>Newly created stream, or null if no changes where done.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ConvertStream(System.IO.Stream,System.Boolean@)">
<summary>
Sets the same new-line style for the entire stream.
</summary>
<param name="textStream">Input stream.</param>
<param name="bDataLost">Indicates whether some data was lost during recoding.</param>
<returns>Newly created stream, or null if no changes where done.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ConvertStreamInternal(System.IO.Stream,System.String,System.Text.Encoding,System.Boolean@)">
<summary>
Changes encoding and new-line style of the content of the stream.
</summary>
<param name="textStream">Input stream will be closed after usage.</param>
<param name="newLine">New new-line style can be empty string for autodetection.</param>
<param name="encoding">New encoding can be null to leave the previous one.</param>
<param name="bDataLost">Indicates whether some data was lst during recoding.</param>
<returns>Newly created stream, or null if no changes where done.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UpdateScrollInfo">
<summary>
Updates scrollbars positions to ensure that caret is visible.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.previousLanguage">
<summary>
Gets or sets a previous language while loading the new file to the EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DestroyParser">
<summary>
Destroys parser.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetLexemUnderCursor">
<summary>
Gets lexem under cursor.
</summary>
<returns>IRenderedLexem instance.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.InternalGetLineByVirtualY(System.Int32)">
<summary>
Gets line by y coordinate.
</summary>
<param name="y">Y in control's coordinates.</param>
<returns>Line instance or null.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.InternalGetLineByAbsoluteY(System.Int32)">
<summary>
Gets line by y coordinate.
</summary>
<param name="y">Y in virtual coordinates.</param>
<returns>Line instance or null.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.InternalGetLine(System.Int32,System.Boolean)">
<summary>
Gets line by index.
</summary>
<param name="iLine">Line index.</param>
<param name="correctY">Indicates whether line y position should be corrected.</param>
<returns>Line instance.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ChangeEncoding(System.Text.Encoding,System.Boolean)">
<summary>
Changes encoding of the underlying stream.
</summary>
<param name="newEncoding">New encoding.</param>
<param name="bForced">Indicates whether encoding is being changed forcibly due to inserting unsupported symbols.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UpdateScrollerVerticalSize">
<summary>
Updates vertical scroller size.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UpdateScrollerVerticalSize(Syncfusion.Windows.Forms.Edit.IntelliScrollableControl,System.Boolean)">
<summary>
Updates vertical scroller size.
</summary>
<param name="control"></param>
<param name="bUpdateCursor">If true, cursor and it's position will be updated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.CheckForSupportedData(System.Windows.Forms.IDataObject)">
<summary>
Checks whether there is some supported data format in given data object.
</summary>
<param name="data">Object, that keeps data in different formats.</param>
<returns>True if given data object contains data in one of the supported formats, otherwise false.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_text">
<summary>
Declare the temporary string value
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetHashAlgorithm(System.Func{System.Security.Cryptography.HashAlgorithm},System.Func{System.Security.Cryptography.HashAlgorithm})">
<summary>
Get a hash algorithm based on FIPS mode
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.PasteData(System.Windows.Forms.IDataObject)">
<summary>
Inserts data from data object if it contains any supported format.
</summary>
<param name="data">Object, that keeps data in different formats.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetTextDrawPath(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Calculates region that is used to display text within specified range.
</summary>
<param name="startPoint">Start of the range.</param>
<param name="endPoint">End of the range.</param>
<returns>Region that is used to display text within specified range.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetTextDrawPath(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Boolean)">
<summary>
Calculates region that is used to display text within specified range.
</summary>
<param name="startPoint">Start of the range.</param>
<param name="endPoint">End of the range.</param>
<param name="bInfinityRightLimit">Indicates whether right limit should be set to infinity.</param>
<returns>Region that is used to display text within specified range.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.InvalidateAll">
<summary>
Invalidates client area of control and all attached fake edit controls.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RectangleToRTL(System.Drawing.RectangleF)">
<summary>
RectangleToRTL method returns result
</summary>
<param name="rect"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.InvalidateAll(System.Drawing.Rectangle)">
<summary>
Invalidates specified area of control and all attached fake edit controls.
</summary>
<param name="rect">Rectangle to invalidate.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.CheckForGripper(System.Windows.Forms.Control)">
<summary>
Checks whether gripper should be drawn.
</summary>
<param name="control">True if gripper should be drawn; otherwise false.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetLineIndicatorRectangle(Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine)">
<summary>
Gets rectangle, the line's indicator margin is drawn to.
</summary>
<param name="line">Line to get the indicator margin rectangle for.</param>
<returns>Rectangle for indicator margin or Rectangle.Empty if ShowMerkers is set to false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnDisableScrollersChanged">
<summary>
Processes changes of the DisableScrollers property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.FixLineRenderingPositions">
<summary>
Updates line rendering positions, updates indentation guideline info.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.BeforePrinting">
<summary>
This methods is called before any printing operation starts. Control update is locked, word wrapping is turned on if needed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.AfterPrinting">
<summary>
This methods is called after any printing operation ends. Control update is unlocked, word wrapping is turned off if needed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.LockSelection">
<summary>
Locks text selection selection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UnlockSelection">
<summary>
Unlocks text selection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.LockCollapseRegionMarkerUpdate">
<summary>
Makes OnPaint to Render SaveMarker on CollapsedRegion
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UnLockCollapseRegionMarkerUpdate">
<summary>
Makes OnPaint to update SaveMarker on CollapsedRegion
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.LockPaint">
<summary>
Makes OnPaint to draw a bitmap image of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UnlockPaint">
<summary>
Restores normal work of OnPaint.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RecalculateSpaces(System.Int32)">
<summary>
Recalculates space, needed for drawing line index.
</summary>
<param name="lineCount">Line count.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DisposeType(System.Type,System.Boolean)">
<summary>
Disposes current instance members using the specified type information.
</summary>
<param name="typeToDispose">Type info to be used.</param>
<param name="setNull">Value that indicates whether nullable variable should be set to null.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.InvalidateRelativeRect(System.Drawing.RectangleF)">
<summary>
Redraws rectangle specified in coordinates relative to the text start, when TextDrawOffset is not taken into account.
</summary>
<param name="rect">Rectangle to be redrawn.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.InvalidateRelativeRect(System.Drawing.Rectangle)">
<summary>
Redraws rectangle specified in coordinates relative to the text start, when TextDrawOffset is not taken into account.
</summary>
<param name="rect">Rectangle to be redrawn.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SaveCurrentViewInfo">
<summary>
Saves current information about selection and top-visible line.
</summary>
<returns>Saved info.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RestoreViewInfo(Syncfusion.Windows.Forms.Edit.StreamEditControl.SavedViewInfo)">
<summary>
Restores view info.
</summary>
<param name="info">Structure with saved info.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.BeginSelectionUpdate">
<summary>
Locks SelectionChanged event raising. Increases lock counter by one.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.EndSelectionUpdate">
<summary>
Unlock SelectionChanged event raising. Decreases lock counter by one.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UpdateIndentationGuideLineEnd">
<summary>
Updates information regarding ending of the indentation guideline.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetCurrentIndentGuidelinedRegionStack">
<summary>
Gets stack for current IndentGuideline region.
</summary>
<returns>Stack or null.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetRangeBackcolor(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Adds background formatting for the range and invalidates control.
</summary>
<param name="start">Start point of the range.</param>
<param name="end">End point of the range.</param>
<param name="format">Format of the range.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetLineBackColors(System.Int32)">
<summary>
Gets dynamic formatting range for the line.
</summary>
<param name="iLine">Line number.</param>
<returns>Dynamic formatting range.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnSingeLineChanged">
<summary>
Raises SingleLineChanged event and updates form size if needed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.CheckControlState">
<summary>
Checks whether control is in workable state, if not, throws an exception.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ExpandCurrentLine">
<summary>
Expands all collapsing on the current line.
</summary>
<returns>True if user didn't cancel expanding; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetCurrentWord(System.Int32@)">
<summary>
Gets word under cursor.
</summary>
<param name="iWordColumn">OUT start column of the word.</param>
<returns>Lexem under cursor.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.TextInsertInternalRespectingTabStops(System.Int32,System.Int32,System.String)">
<summary>
Inserts text and sets cursor's position after the text.
</summary>
<param name="iLine">Line where text must be inserted.</param>
<param name="iColumn">Column where text must be inserted.</param>
<param name="str">Text to be inserted.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.TextInsertInternal(System.Int32,System.Int32,System.String)">
<summary>
Inserts text and sets cursor's position after the text.
</summary>
<param name="iLine">Line where text must be inserted.</param>
<param name="iColumn">Column where text must be inserted.</param>
<param name="str">Text to be inserted.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.TextInsertInternal(System.Int32,System.Int32,System.String,System.Boolean)">
<summary>
Inserts text and set`s cursor`s position after the text.
</summary>
<param name="iLine">Line where text must be inserted.</param>
<param name="iColumn">Column where text must be inserted.</param>
<param name="str">Text to be inserted.</param>
<param name="update">Specifies whether cursor and graphics should be updated.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.readOnly_layer">
<summary>
Defines the readOnly_layer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.TextInsertInternal(System.Int32,System.Int32,System.String,System.Boolean,System.Boolean)">
<summary>
Inserts text and set`s cursor`s position after the text.
</summary>
<param name="iLine">Line where text must be inserted.</param>
<param name="iColumn">Column where text must be inserted.</param>
<param name="str">Text to be inserted.</param>
<param name="update">Specifies whether cursor and graphics should be updated.</param>
<param name="bUseTabStops">Specifies whether tab stops should be used.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.TextDeleteInternal(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Deletes text in specified range.
</summary>
<param name="iLineStart">Start line of text to be deleted.</param>
<param name="iColumnStart">Start column of text to be deleted.</param>
<param name="iLineEnd">End line of text to be deleted.</param>
<param name="iColumnEnd">End column of text to be deleted.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.TextDeleteInternal(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
<summary>
Deletes text in specified range.
</summary>
<param name="iLineStart">Start line of text to be deleted.</param>
<param name="iColumnStart">Start column of text to be deleted.</param>
<param name="iLineEnd">End line of text to be deleted.</param>
<param name="iColumnEnd">End column of text to be deleted.</param>
<param name="update">Specifies whether cursor and graphics should be updated.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.canResetColorSetting">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnConfigurationChanged">
<summary>
Executes some actions after changing configuration.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnLanguageChanged">
<summary>
Executes some actions after changing configuration language.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.CloseStream">
<summary>
Closes input stream wrapper. Does not close underlying stream.
</summary>
<returns>True if operation succeeds.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ProcessOperationStart(Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperation)">
<summary>
Handler of OperationStarted event of parser.
</summary>
<param name="operation">Operation.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ProcessOperationEnd(Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperation)">
<summary>
Handler of OperationStopped event of parser.
</summary>
<param name="operation">Operation.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetNextPreRenderedLine(Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine)">
<summary>
Gets line that is next to the given one.
</summary>
<param name="line">Current line.</param>
<returns>RenderedLine object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetFileLanguage(System.String)">
<summary>
Get language configuration by given filename. Filename can include path.
If there is not special configuration for such type of files, then Default configuration will be used.
</summary>
<param name="fileName">Path to the file.</param>
<returns>Language configuration.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetLineLength(System.Int32)">
<summary>
Gets length of the line.
</summary>
<param name="iLine">Index of the line, to be measured.</param>
<returns>Length of the line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetCursorToClientPoint(System.Int32,System.Int32)">
<summary>
Sets caret to given (x, y) position. Position is in coordinates of client area.
</summary>
<param name="x">X coordinate</param>
<param name="y">Y coordinate</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetCursorToPoint(System.Int32,System.Int32)">
<summary>
Sets caret to given (x, y) position. Position is in coordinates of entire control area.
</summary>
<param name="x">X coordinate</param>
<param name="y">Y coordinate</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetNearestParsePointRight(System.Int32,System.Int32)">
<summary>
Searches for the <see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/> at the given position.
</summary>
<remarks>
If it can not be found (it is in virtual space), then you will get parse point, pointing to the beginning of the next line.
If it can not be done, ParsePoint, pointing to the end of current line will be returned.
</remarks>
<param name="iLine">Line index, the ParsePoint is needed for.</param>
<param name="iColumn">Column index, the ParsePoint is needed for. Can be 0.</param>
<returns>ParsePoint to the given position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetNearestParsePointLeft(System.Int32,System.Int32)">
<summary>
Searches for the <see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/> at the given position.
</summary>
<remarks>
If it can not be found ( or column is 0), and if it is in virtual space, then you will get parse point to the end of given line;
If column is 0, then you will get parse point to the end of the previous line( if it is one ).
</remarks>
<param name="iLine">Line index the ParsePoint is needed for.</param>
<param name="iColumn">Column index the ParsePoint is needed for. Can be 0.</param>
<returns>ParsePoint to the given position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.NeedCollapse(Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine)">
<summary>
Checks whether the line needs collapse.
</summary>
<param name="rLine">Rendered line</param>
<returns>true if should not collpase the specified region, otherwise false</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.NeedClickOnCollapse(Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine)">
<summary>
Check whether the given line can be collapsed.
</summary>
<param name="line">Clicked Line</param>
<returns>Boolean to check line collapsing </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ProcessClickOnLineCollapse(Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine)">
<summary>
Processes click on collapse rectangle of some line.
</summary>
<param name="line">Clicked line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetLexemCollapsingType(Syncfusion.Windows.Forms.Edit.Interfaces.ILexem)">
<summary>
Gets lexem collapsing type. Lexem collapsing type determines lexem's relation to the collapsible regions.
</summary>
<param name="lexem">Lexem to be checked.</param>
<returns>Value of LexemCollapsingType type.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.FillLineCollapsers(Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine,System.Collections.IList,System.Collections.IList)">
<summary>
Fills lists of collapsed and uncollapsed regions from specified line.
</summary>
<param name="line">Line to be inspected.</param>
<param name="collapsed">List of collapsed regions.(Must be empty)</param>
<param name="notCollapsed">List of uncollapsed regions.(Must be empty)</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ProcessCollapsing(System.Collections.IList,System.Boolean)">
<summary>
Collapses and expands specified regions in specified line.
</summary>
<param name="toCollapse">List of <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion"/> to be collapsed.</param>
<param name="bCollapse">If true, regions will be collapsed, otherwise - uncollapsed.</param>
<returns>Bool indicating whether changes were not cancelled by user.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetAndConvertFormattings(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat@)">
<summary>
Searches additional formatting for specified region and converts it to array of <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.AdditionalFormatting"/> objects.
</summary>
<param name="startPoint">Start of the region.</param>
<param name="endPoint">End of the region.</param>
<param name="afterTextFormat">OUT format that continues after region end.</param>
<returns>Array of <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.AdditionalFormatting"/> objects.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DeleteSelected">
<summary>
Removes selected text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.CreateParser(Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper,Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Creates new lexem parser and disposes old one.
</summary>
<param>StreamsWrapper to be used.</param>
<param>Configuration language.</param>
<summary>
CreateParser method that used to create new parser
</summary>
<param name="newWrapper"></param>
<param name="newLang"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.m_TextFormat">
<summary>
Gets the Default text format
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetLexemUnderCursor(System.Boolean)">
<summary>
Gets lexem under cursor.
</summary>
<param name="correct">Specifies whether function should return nearest lexem if there is no lexem under cursor.</param>
<returns>IRenderedLexem instance.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SmartGetCurrentText">
<summary>
If there is some text selected, then check whether it matches (\w|\s|\d)+ mask, or if there is no selected text, then just get current lexem.
</summary>
<returns>String.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ContextChoiceCheckCursorPosition">
<summary>
Checks weather cursor position belongs to the word, that was under cursor when context choice was opened.
</summary>
<returns>False if context choice should be closed.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UpdateContextChoice">
<summary>
Updates auto-complete dialog.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.TryToCompleteWord">
<summary>
Tries to complete word.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetLineTextInternal(System.Int32)">
<summary>
Gets text of the line.
</summary>
<param name="iVirtualLine">Index of the line.</param>
<returns>Text of the line excluding end-line symbols.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetPhysicalLineTextInternal(System.Int32)">
<summary>
Gets text of the line.
</summary>
<param name="iLine">Index of line.</param>
<returns>Text of the line excluding end-line symbols.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UpdateMeasuringInfo">
<summary>
Drops measuring info for lines, if it is incorrect according to the current maxwidth.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UpdateScrollerOffsets(Syncfusion.Windows.Forms.Edit.IntelliScrollableControl)">
<summary>
Updates offsets of the scrollable area.
</summary>
<param name="control">IntelliScrollableControl.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.PointBelongsToSelection(System.Drawing.Point)">
<summary>
Checks, whether given client coordinates belong to the selected area.
</summary>
<param name="mousePoint">Point in client coordinates.</param>
<returns>True, if there is some area selected and given coordinates belong to the selection, otherwise - false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.PointBelongToTextArea(System.Drawing.Point)">
<summary>
Checks whether the specified point belongs to the text area.
</summary>
<param name="point">The point in the client coordinates.</param>
<returns>True is the point belong the text area, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetTextDrawRegion(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Calculates region that is used to display text within specified range.
</summary>
<param name="startPoint">Start of the range.</param>
<param name="endPoint">End of the range.</param>
<returns>Region that is used to display text within specified range.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetTextDrawPath(System.Drawing.RectangleF,System.Drawing.RectangleF,System.Boolean)">
<summary>
Calculates region that is used to display text within specified range.
</summary>
<param name="rectStart">Start of the range.</param>
<param name="rectEnd">End of the range.</param>
<param name="bInfinityRightLimit">Indicates whether right limit should be set to infinity.</param>
<returns>Region that is used to display text within specified range.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetTextDrawPathWithoutRightExtending(System.Drawing.RectangleF,System.Drawing.RectangleF,System.Boolean)">
<summary>
Calculates region that is used to display text within specified range.
</summary>
<param name="rectStart">Start of the range.</param>
<param name="rectEnd">End of the range.</param>
<param name="bInfinityRightLimit">Indicates whether right limit should be set to infinity.</param>
<returns>Region that is used to display text within specified range.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetTextDrawPath(System.Drawing.RectangleF,System.Drawing.RectangleF)">
<summary>
Calculates region that is used to display text within specified range.
</summary>
<param name="rectStart">Start of the range.</param>
<param name="rectEnd">End of the range.</param>
<returns>Region that is used to display text within specified range.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetSelectedTextDrawRegion">
<summary>
Calculates region, used to draw selected text.
</summary>
<returns>Region of selected text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetSelectedTextDrawPath">
<summary>
Calculates region, used to draw selected text.
</summary>
<returns>Path of selected text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetRectangle(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Boolean)">
<summary>
Gets the rectangle for the ALT selection.
</summary>
<param name="startPoint">Start point of the selection</param>
<param name="endPoint">End point of the selection</param>
<param name="isUp">To differentiate the selction from top to bottom</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetColumnTextDrawPath(System.Drawing.RectangleF,System.Drawing.RectangleF)">
<summary>
Graphical path for the selection.
</summary>
<param name="startRect">Start position of the selection</param>
<param name="endRect">End position of the selection</param>
<returns>Returns the graphical path for the selection.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.InsertChar(System.Char)">
<summary>
Inserts typed character in to the text at the current position.
</summary>
<param name="key">Character to insert.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.CanEditSelectedText">
<summary>
Gets a value indication whether the selction does not contains read only layer.
</summary>
<returns>True if no read only layer present in the selection range.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ReplaceNewLineKey(System.String)">
<summary>
Checks weather given string is equal to "\r" and if it is equal and control is not in single line mode and AutoIndent is enabled,
than it will be replaced with indentation spaces.
</summary>
<param name="str">String to change to indentation spaces.</param>
<returns>Resulting string.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ProcessIntellisenseKey(System.Windows.Forms.KeyPressEventArgs)">
<summary>
Processes keypress of the intellisense keys.
</summary>
<param name="e">KeyPressEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UpdateContextPrompt">
<summary>
Updates context prompt.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UpdateLastCursorPosition">
<summary>
Sets last cursor X position to the current one.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetDistance(System.Single,System.Single)">
<summary>
Calculates distance using dx and dy values.
</summary>
<param name="dx">Dx</param>
<param name="dy">Dy</param>
<returns>Distance.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ReplaceLexemsInSelection(Syncfusion.Windows.Forms.Edit.Enums.FormatType,Syncfusion.Windows.Forms.Edit.LexemReplaceEventHandler)">
<summary>
Replaces text of all lexems of the specified type in selection.
</summary>
<param name="filterType">Type of the lexems to process.</param>
<param name="replacer">Event handler used for lexem text replacement.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ReplaceLexemsInRegion(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,Syncfusion.Windows.Forms.Edit.Enums.FormatType,Syncfusion.Windows.Forms.Edit.LexemReplaceEventHandler)">
<summary>
Replaces text of all lexems of the specified type in the specified region.
</summary>
<param name="start">Start position of the region.</param>
<param name="end">End position of the region.</param>
<param name="filterType">Type of the lexems to process.</param>
<param name="replacer">Event handler used for lexem text replacement.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.PointBelongToIndicatorMargin(System.Drawing.Point)">
<summary>
Checks whether point belongs to the indicator margin.
</summary>
<param name="point">Point (in client coordinates) to be checked.</param>
<returns>True if the selection margin is visible and point belongs to it, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.PointBelongToSelectionArea(System.Drawing.Point)">
<summary>
Checks whether point belongs to the selection margin.
</summary>
<param name="point">Point (in client coordinates) to be checked.</param>
<returns>True if point belongs to client coordinates.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.AttachLayoutEventsToParents">
<summary>
Attaches event handlers to Move and Resize events.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DetachLayoutEventsToParents">
<summary>
Detaches event handlers from Move and Resize events.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.AddGuidingTabs(System.Int32,System.Int32)">
<summary>
Adds guiding tabs at the beginning of lines in the specified range.
</summary>
<param name="iBeginLine">Index of first line to add guiding tab to.</param>
<param name="iEndLine">Index of last line to add guiding tab to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RemoveGuidingTabs(System.Int32,System.Int32)">
<summary>
Removes guiding tabs at the beginning of lines in the specified range.
</summary>
<param name="iBeginLine">Index of first line to remove guiding tab from.</param>
<param name="iEndLine">Index of last line to remove guiding tab from.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UpdateIndentation">
<summary>
Unindents last lexem of block if needed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetFindResult(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,System.Text.RegularExpressions.Regex,System.Boolean,System.Boolean,System.String)">
<summary>
Gets FindResult structure for regular expression and other parameters.
</summary>
<param name="start">Start position for the search.</param>
<param name="expression">Expression to be found.</param>
<param name="bSearchInCollapsed">Flag, that specifies whether text can be found in collapsed region.</param>
<param name="searchUp">Specifies whether text has to be found above current position.</param>
<param name="textToFind">Text that has to be found.</param>
<returns>FindResult structure with resulting seach data.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetCurrentIndentGuideline">
<summary>
Gets information about indent region cursor is currently in.
</summary>
<returns>IndentGuidelineRegionInfo.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetCurrentIndentGuideline(System.Boolean)">
<summary>
Gets information about indent region cursor is currently in.
</summary>
<param name="bForced">Indicates whether parsing should be forced.</param>
<returns>IndentGuidelineRegionInfo.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UpdateIndentationGuideLineEnd(Syncfusion.Windows.Forms.Edit.StreamEditControl.IndentGuidelineRegionInfo)">
<summary>
Updates information regarding ending of the indentation guideline.
</summary>
<param name="info">Indentation guideline information to be updated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ProcessRelayout(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.CloseIntellisense">
<summary>
Closes all visible intellisense windows.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetCurrentVisualColumn">
<summary>
Gets visual column of current cursor position.
</summary>
<returns>Number of visual column of current cursor position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetCurrentVisualColumn(System.Int32)">
<summary>
Sets current virtual column of cursor position.
</summary>
<param name="col">Number of virtual column.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetNewLineStyle(Syncfusion.IO.NewLineStyle)">
<summary>
Sets new line style to the underlying stream.
</summary>
<param name="style">Style of new line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetPreviousNotWhitespaceLexem(System.Int32,Syncfusion.Windows.Forms.Edit.Interfaces.IRenderedLexem)">
<summary>
Gets lexem that goes before given lexem and is not whitespqace or new line mark.
</summary>
<param name="lineIndex">Index of line lexem is situated in.</param>
<param name="lexem">Lexem to find previous one.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UpdateParserOffsetsInfo">
<summary>
Updates values of parser's ParagraphOffset and WrappedLinesOffset properties.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.CursorOverCollapsedRegion">
<summary>
Checks whether cursor is situated over collapsed region lexem.
</summary>
<returns>True if cursor is situated over collapsed region; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetWaitCursor(System.Object)">
<summary>
Sets mouse cursor to waiting state.
</summary>
<param name="operation">ILongOperation instance that caused the cursor change.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ProcessAutoReplace(System.Char)">
<summary>
Processes work with autoreplace triggers.
</summary>
<param name="c">Inserted char.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UpdateLinesMeasuring(System.Int32)">
<summary>
Updates height of surrounding lines.
</summary>
<param name="iLine">Line, neighbours of which must be measured.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ApplyFormat">
<summary>
Apply the format for the specified line while set line back color
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetVisualLocation(System.Int32,System.Int32)">
<summary>
Gets visual location by given virtual column. Visual column counts tabs as several symbols.
</summary>
<param name="lineIndex">Index of line.</param>
<param name="virtualColumn">Virtual column.</param>
<returns>Visual location.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetVirtualColumn(System.Int32,System.Int32,System.Int32)">
<summary>
Gets virtual column by given visual column. Virtual column counts tabs as one symbol.
</summary>
<param name="lineIndex">Index of line.</param>
<param name="subLine"></param>
<param name="visualColumn">Visual column.</param>
<returns>Virtual column.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ResetBackgroundColor">
<summary>
Resets Background brush.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.IdleStreamProcess">
<summary>
Parses some lines in stream.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.TruncateAndUnindentTooltipText(System.String)">
<summary>
Truncates and unindents text of the tooltip.
</summary>
<param name="text">Text of the tooltip.</param>
<returns>String with truncated and unindented text of the tooltip.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.PrintHeaderFooter(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Graphics,System.Drawing.Rectangle@,System.Drawing.Rectangle@,System.Drawing.Rectangle@)">
<summary>
Calculates text, header and footer areas of the page for printing and prints header and footer.
</summary>
<param name="marginBounds">Page margin bounds.</param>
<param name="pageBounds">Page bounds.</param>
<param name="g">Graphics, header and footer should be drawn on.</param>
<param name="rectMargins">Returns text area margins.</param>
<param name="rectHeader">Returns header area bounds.</param>
<param name="rectFooter">Returns footer area bounds.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetBlockClipboardData(System.String)">
<summary>
Remembers that block selection was copied to clipboard. It will be pasted respectively.
</summary>
<param name="text">Text that was copied.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetNumberOfCharsInWidth(System.Int32)">
<summary>
Gets number of characters fitting given width. Uses format for Whitespace.
</summary>
<param name="width">Width to get number of chars for.</param>
<returns>number of characters fitting given width.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.CalculateWordWrapColumnPos(System.Drawing.Graphics)">
<summary>
Calculates position of word wrap column position.
</summary>
<param name="g">Graphics object to use while measuring lines.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetDPIScale(System.Drawing.Graphics,System.Drawing.Graphics)">
<summary>
Returns scale coefficient for different DPIs.
</summary>
<param name="g1"></param>
<param name="g2"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ApplyFormatToEachLine(Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormatsLayer,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Applies given format in given layer to each line separately.
</summary>
<param>Layer to apply format to.</param>
<param name="top">Start point of range.</param>
<param name="bottom">End point of range.</param>
<param name="format">Format to apply.</param>
<param name="layer">layer.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DeteleSelectedTextOnDrop">
<summary>
Handles deletion of selected text on drag drop.
/// </summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.Syncfusion#Windows#Forms#Edit#Interfaces#ILongOperationControllerInternal#RaiseOperationStart(Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperation)">
<summary>
Raises OperationStarted event.
</summary>
<param name="operation">Operation, that is started.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.Syncfusion#Windows#Forms#Edit#Interfaces#ILongOperationControllerInternal#RaiseOperationEnd(Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperation)">
<summary>
Raises OperationStopped event.
</summary>
<param name="operation">Operation, that is stopped.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RaiseInsertModeChangedEvent">
<summary>
Raises InsertModeChanged event
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RaiseCursorPositionChangedEvent">
<summary>
Raises CursorPositionChanged event
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RaiseUpdateChangedStateEvent">
<summary>
Raises CanUndoRedoChanged event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RaisePaintUserMarginEvent(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Raises PaintUserMargin event.
</summary>
<param name="g"></param>
<param name="clip"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RaiseChangingStreamEvent">
<summary>
Raises ChangingStream event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RaiseReadOnlyChangedEvent">
<summary>
Raises ReadOnlyChanged event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RaiseConfigurationChangedEvent">
<summary>
Raises ConfigurationChanged event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RaiseLanguageChangedEvent">
<summary>
Raises LanguageChanged event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnSelectionChanged">
<summary>
Raises SelectionChanged event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MoveLeft">
<summary>
Moves cursor left, if possible.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MoveUp">
<summary>
Move cursor up, if possible.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MoveDown">
<summary>
Moves cursor down if possible.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MoveRight">
<summary>
Moves cursor right if possible.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ScrollUp">
<summary>
Scrolls up for one line, when Control + Up key combination is pressed
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ScrollDown">
<summary>
Scrolls down for one line, when Control + Down key combination is pressed
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MovePageUp">
<summary>
Moves caret one page up in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MovePageDown">
<summary>
Moves caret one page down in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MoveToLineEnd">
<summary>
Moves caret to the end of line in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MoveToLineStart">
<summary>
Moves caret to the beginning of line. First whitespaces will be skipped.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MoveLeftWord">
<summary>
Moves caret to left by one word, or to the beginning of the current.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MoveRightWord">
<summary>
Moves caret to the right by one word of the current line in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MoveToBeginning">
<summary>
Moves caret to the beginning of the file in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MoveToEnd">
<summary>
Moves caret to the end of file in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.StartSelection">
<summary>
Specifies start position for selecting text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ScrollToCaret">
<summary>
Helps to scrolls the contents of the control to the current caret position.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.StopSelection">
<summary>
Specifies end position for selecting text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ResetSelection">
<summary>
Helps to reset the selected region in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ToggleInsertMode">
<summary>
Changes insert mode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.Paste">
<summary>
Retrieves copied contents from the clipboard and pastes it into EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.Copy">
<summary>
Copies the selected text into the clipboard.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.Cut">
<summary>
Cuts the selected text contents from EditControl and maintains it in the clipboard.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.EscapeKeyProcess">
<summary>
Cancels the selection in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SelectionCancel">
<summary>
Removes selection and causes invalidation of the previously selected area.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DeleteChar">
<summary>
Deletes one character to the right from the cursor position in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DeleteWord">
<summary>
Deletes one word to the right from the cursor position in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DeleteCharLeft">
<summary>
Deletes one character to the left from the cursor position in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DeleteWordLeft">
<summary>
Deletes one word to the left from the cursor position in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.FindDialog">
<summary>
Shows GoTo dialog window that allow the user to navigate to any line in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.CloseFindDialog">
<summary>
Closes the currently opened find dialog window in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.CloseReplaceDialog">
<summary>
Closes the currently opened replace dialog window in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.FindCurrentText">
<summary>
Searches text under cursor, or selected text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.FindCurrentTextKeyBinder">
<summary>
Searches text under cursor, or selected text. Used for key bindings.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.FindNext">
<summary>
Searches text under cursor, or selected text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.FindNextKeyBinder">
<summary>
Searches text under cursor, or selected text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GoToDialog">
<summary>
Shows Goto dialog window.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ReplaceDialog">
<summary>
Shows Replace dialog window that helps to replace specified text with replacement text as per the conditions specified in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SelectAll">
<summary>
Selects all text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.BindKeyboard">
<summary>
Gets the key binder that provides advanced customization of keystroke bindings for all editing and navigation operations.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DumpUndoData">
<summary>
Dumps undo/redo data.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.Undo">
<summary>
Undoes last operation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.Redo">
<summary>
Undoes last operation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.Refresh">
<summary>
Refreshes screen, frees up memory, deletes a lot of parsepoints.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SwitchCollapsingOff">
<summary>
Turns off collapsing the region functionality in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SwitchCollapsingOn">
<summary>
Turns on collapsing the region functionality in <see cref="!:Syncfusionk.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ToggleLineCollapsing">
<summary>
Toggles collapsing for current line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GenerateHTML">
<summary>
Generates HTML document and puts it to the clipboard.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowContextPrompt">
<summary>
Shows the context prompt popup window that helps to add the content easily in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowContextChoice">
<summary>
Shows the context choice popup window that helps to speed up coding by reducing typos and other common mistakes.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowCodeSnippets">
<summary>
Shows the code snippets choice list.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ToggleShowingWhiteSpaces">
<summary>
Toggles showing of whitespaces.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.AddTabsToSelection">
<summary>
Adds leading tab symbol to the selected lines, or just inserts tab symbol.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RemoveTabsFromSelection">
<summary>
Removes leading tab symbol (or it's spaces equivalent) from selected lines.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.TestProc">
<summary>
Proceeds with some tests.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.IndentTest">
<summary>
Proceeds with some tests.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowIndentGuideline">
<summary>
If possible, shows indent Guideline of the current region.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.JumpToIndentBlockStart">
<summary>
Jumps to the start of the block.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.JumpToIndentBlockEnd">
<summary>
Jumps to the end of the block.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GenerateDebugMap">
<summary>
Generates parsing map of the file.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.GenerateDebugKeyMap">
<summary>
Generates parsing map of the file.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SetWaveLines">
<summary>
Underlines selection with wave line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.StrikeOutSelectedText">
<summary>
Strikes out selection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RemoveWaveLines">
<summary>
Removes wave underlining from selection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.TabifySelection">
<summary>
Changes spaces sequences to tabs.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UntabifySelection">
<summary>
Changes tabs sequences to spaces.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DrawLineBorders(System.Drawing.Graphics,System.Single,Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine)">
<summary>
Draws line background.
</summary>
<param name="g">Graphics object.</param>
<param name="xOffset">X coordinate of the line.</param>
<param name="line">Line, the background should be rendered.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DrawLexemLine(System.Drawing.Graphics,Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine,System.Single,System.Single,System.Boolean,System.Int32,System.Single,System.Drawing.Size)">
<summary>
Draws PreRenderedLine on the given graphics object. Line must be previously measured, or it will not be rendered correctly.
</summary>
<param name="g">Graphics object, line must be rendered to.</param>
<param name="line">Line, to be rendered.</param>
<param name="x">X Position of the rendering.</param>
<param name="y">Y Position of the rendering.</param>
<param name="drawDynamicFormatting">Indicates whether dynamic formatting should be drawn.</param>
<param name="autoScrollY">Y autoscroll position. Used for proper native drawing.</param>
<param name="scale">Scale value for output. Used in printing for resolving printing problems related to native methods.</param>
<param name="margins">Margin offsets for text output. Used in printing.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Paints foreground of the control
</summary>
<param name="e">PaintEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DrawColumnGuides(System.Drawing.Graphics)">
<summary>
Draws column guide lines.
</summary>
<param name="g">Graphics object to draw.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DrawTextArea(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws text area line and area situated after that line.
</summary>
<param name="g">Graphics object to draw things.</param>
<param name="rectToDraw">Rectangle to draw.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DrawUserMarginArea(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws user margin area.
</summary>
<param name="g">Graphics object, margin area should be drawn on.</param>
<param name="clientrect">Client rectangle of the control, user margin should be drawn on.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.maxLineNumberLength">
<summary>
Used in Owner Drwan Line Numbers.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.regionStart">
<summary>
Checks whether the given begin block or end block is in the middle .
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DrawArea(System.Drawing.Graphics,System.Drawing.RectangleF,System.Single,System.Single@,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Single,System.Drawing.Size)">
<summary>
Draws some part of the text area.
</summary>
<param name="g">Graphics, text should be drawn on.</param>
<param name="rect">Rectangle in the area to be drawn.</param>
<param name="drawDynamicFormatting">Specifies whether dynamic formatting can be drawn.</param>
<param name="drawIncompleteLines">Specifies whether just complete lines should be drawn.</param>
<param name="iMaxLineWidthInArea">Width of the longest line in the drawn area.</param>
<param name="xScroll">Shows how much text should be scrolled to the left.</param>
<param name="bForPrint">Indicates whether g is printer's graphics.</param>
<param name="autoScrollY">Y autoscroll position. Used for proper native drawing.</param>
<param name="scale">Scale value for output. Used in printing for resolving printing problems related to native methods.</param>
<param name="margins">Margin offsets for text output. Used in printing.</param>
<returns>Last rendered line or null if no lines where rendered.</returns>
<remarks>
Given area will be drawn without using information about scrollers. To scroll area use transformation matrices of the Graphics object.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DrawIndentGuideline(System.Drawing.Graphics,System.Single)">
<summary>
Draw indent Guideline.
</summary>
<param name="g">Graphics object.</param>
<param name="xOffset">xOffset of the Guidelines.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DrawIndentationBlockBackground(System.Drawing.Graphics,System.Single)">
<summary>
Draws indentation block background.
</summary>
<param name="g">Graphics.</param>
<param name="xOffset">X offset.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.FillRectWithBorder(System.Drawing.Graphics,System.Drawing.Brush,System.Drawing.Pen,System.Drawing.RectangleF)">
<summary>
Fills rectangle using specified brush and draws it's border using specified pen.
</summary>
<param name="g">Graphics object.</param>
<param name="pen">Pen to be used for drawing border.</param>
<param name="brush">Brush to be used for filling rectangle.</param>
<param name="rect">Rectangle to be filled and bordered.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DrawAreaBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.RectangleF,System.Boolean)">
<summary>
Draws background of the control area.
</summary>
<param name="g">Graphics, text should be drawn on.</param>
<param name="rectClient">Client rectangle.</param>
<param name="rect">Rectangle in the area to be drawn.</param>
<param name="bForPrint">Indicates whether drawing isbeing performed for printing.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.collapsbleregion">
<summary>
Checks for the collapsable region.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DrawCollapseRect(Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine,System.Drawing.Graphics,System.Boolean)">
<summary>
Draws rectangle with plus or minus sign in the collapsers area if line supports collapsing.
</summary>
<param name="line">Line, to draw sign for.</param>
<param name="g">Graphics object, where sign can be drawn.</param>
<param name="bForPrint">Indicates whether g is printer's graphics.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DrawTransparentSelection(System.Drawing.Graphics,System.Single,System.Drawing.Region,System.Drawing.Region)">
<summary>
Draws transparent selection.
</summary>
<param name="g">Graphics.</param>
<param name="xScroll">Shows how much text should be scrolled to the left.</param>
<param name="regionText">Region, used for drawing text.</param>
<param name="regionUtility">Region used for drawing line numbers, bookmarks and collapsers.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MirrorGraphicsPath(System.Drawing.Drawing2D.GraphicsPath@,System.Int32)">
<summary>
Flips the GraphicsPath against X axis.
</summary>
<param name="path">The GraphicsPath to transform</param>
<param name="width">Width of the area to be transformed</param>
<remarks>This will flip the GraphicsPath againts the X axis.
Use ShiftGraphicsPath to relocate the GraphicsPath</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShiftGraphicsPath(System.Drawing.Drawing2D.GraphicsPath@,System.Single,System.Single)">
<summary>
Moves the Graphics path by the specified amount.
</summary>
<param name="path">The GraphicsPath to shift</param>
<param name="OffsetX">Offset for the X axis</param>
<param name="OffsetY">Offset for the Y axis</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DrawCorner(System.Drawing.Graphics,System.Drawing.Pen,System.Drawing.RectangleF,System.Boolean,System.Boolean)">
<summary>
Draws corner of the selection margin.
</summary>
<param name="g">Graphics object.</param>
<param name="pen">Pen to be used for drawing.</param>
<param name="rect">Selection margin rectangle.</param>
<param name="bRight">True of corner is on the right.</param>
<param name="bBottom">True of corner is on the bottom..</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DrawWaveLines(System.Drawing.Graphics,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Single)">
<summary>
Draws WaveLines.
</summary>
<param name="g">Graphics object.</param>
<param name="start">Start coordinate of the line.</param>
<param name="end">End coordinate of the line.</param>
<param name="xScroll">X coordinate of the line start.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DrawCollapseIcon(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Boolean)">
<summary>
Draws collapse icon using XP style id possible.
</summary>
<param name="g">Graphics object to draw.</param>
<param name="rect">Rectangle where icon should be drawn.</param>
<param name="bPlus">true if plus should be drawn, false if minus.</param>
<param name="bForPrint">Indicates whether g is printer's graphics.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.PaintLineBreakCharacter(System.Drawing.Graphics,System.Drawing.Rectangle,System.String,System.String,System.Single,System.Drawing.Font)">
<summary>
Method used to draw the line break character at the end of the line.
</summary>
<param name="g">Graphics object to draw.</param>
<param name="drawRectangle">Represents the rectangle where line break character should be drawn.</param>
<param name="eolLineBreakCharacter">Represents the line break character.</param>
<param name="endText">Represents the end text of the line.</param>
<param name="eolWidth">Represents the width of the line break character.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.RoundedRect(System.Drawing.Rectangle,System.Int32)">
<summary>
Method used to get the rounded rectangle for the line break character.
</summary>
<param name="bounds">Represents the rectangle where line break character should be drawn.</param>
<param name="radius">Represents the corner radius.</param>
<returns>Returns the GraphicsPath.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnBackColorChanged(System.EventArgs)">
<summary>
Updates background brush.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnRightToLeftChanged(System.EventArgs)">
<summary>
Overrides the OnRightToLeftChanged event
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnGotFocus(System.EventArgs)">
<summary>
Raised when control gets input focus.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnLostFocus(System.EventArgs)">
<summary>
Raised when control loses input focus.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.WndProc(System.Windows.Forms.Message@)">
<summary>
Windows Messages Handler.
</summary>
<param name="m">Message.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
Raised when user pushes down some key. All key-presses should be processed by KeyBinder.
</summary>
<param name="e">KeyEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ClearSelectedTextForTab">
<summary>
Clears the Selected text when the user press the tab key.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
<summary>
Raised when some pressed key was released.
</summary>
<param name="e">KeyEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
<summary>
Raised when user presses some key.
</summary>
<param name="e"><see cref="T:System.Windows.Forms.KeyPressEventArgs"/> instance with information about key-press.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Raised when mouse is moved over the control.
</summary>
<param name="e"><see cref="T:System.Windows.Forms.MouseEventArgs"/> with information about mouse movement.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnMouseClick(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the System.Windows.Forms.Control.MouseClick event.
</summary>
<param name="e">MouseEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Called when mouse button is pressed.
</summary>
<param name="e">MouseEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Raised when mouse button is released.
</summary>
<param name="e"><see cref="T:System.Windows.Forms.MouseEventArgs"/> with information about mouse.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.DoubleClickFromMouseDown(System.EventArgs)">
<summary>
Processes double-click, selects word.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnClick(System.EventArgs)">
<summary>
Processes mouse clicks.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnHScrollInternal(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary>
Hides and shows cursor on scrolling.
</summary>
<param name="sender">Sender.</param>
<param name="se">ScrollEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnVScrollInternal(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary>
Hides and shows cursor on scrolling.
</summary>
<param name="sender">Sender.</param>
<param name="se">ScrollEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnHScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary>
Processes horizontal scroll event.
</summary>
<param name="sender">Sender.</param>
<param name="se">ScrollEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnVScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary>
Processes vertical scroll event.
</summary>
<param name="sender">Sender.</param>
<param name="se">ScrollEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnSizeChanged(System.EventArgs)">
<summary>
Performs size changing-related operations.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SerializeCollapse">
<summary>
Serialize all collapsible regions in currently selected area or in the current line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ScrollLines(Syncfusion.Windows.Forms.Edit.HybridScrollControl.ScrollDirection,System.Single)">
<summary>
Scrolls control vertically by specified amount of lines.
</summary>
<param name="fLinesCount">Count of lines to scroll.</param>
<param name="direction">Direction of scrolling.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.AfterAutoScroll">
<summary>
Called before scrolling by timer on every timer tick.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Updates line wrapping info.
</summary>
<param name="levent">LayoutEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnDragOver(System.Windows.Forms.DragEventArgs)">
<summary>
Changes drag effect to copy if some file is dragged over the control.
</summary>
<param name="drgevent">DragEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnDragDrop(System.Windows.Forms.DragEventArgs)">
<summary>
Inserts text from the dropped to the control file.
</summary>
<param name="drgevent">DragEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnDragLeave(System.EventArgs)">
<summary>
Sets m_rectDragOverPosition to empty rectangle.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.IsInputKey(System.Windows.Forms.Keys)">
<summary>
Checks whether given key can be processed by control.
</summary>
<param name="keyData">Keys to check.</param>
<returns>True if keyData is input key; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UpdateScrollBarsSize">
<summary>
Updates scrollbar sizes.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UpdateScrollBarsVisibility">
<summary>
Updates visibility of the ScrollBars.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnPrintHeader(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Raises PrintHeader event.
</summary>
<param name="g">Graphics.</param>
<param name="bounds">Bounds of header.</param>
<returns>Height of header.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnPrintFooter(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Raises PrintFooter event.
</summary>
<param name="g">Graphics.</param>
<param name="bounds">Bounds of footer.</param>
<returns>Height of footer.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnMouseEnter(System.EventArgs)">
<summary>
Changes cursor to IBeam.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.CreateAccessibilityInstance">
<summary>
New instance for StreamEditControl AccessibleObject
</summary>
<returns> StreamEditControlAccessibleObject </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.BeginInit">
<summary>
Performs actions needed before initialization.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.EndInit">
<summary>
Initializes key bindings.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerOptions(System.Object,System.EventArgs)">
<summary>
Handles Options context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerCut(System.Object,System.EventArgs)">
<summary>
Handles Edit->Cut context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerCopy(System.Object,System.EventArgs)">
<summary>
Handles Edit->Copy context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerPaste(System.Object,System.EventArgs)">
<summary>
Handles Edit->Paste context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerDelete(System.Object,System.EventArgs)">
<summary>
Handles Edit->Delete context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerUndo(System.Object,System.EventArgs)">
<summary>
Handles Edit->Undo context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerRedo(System.Object,System.EventArgs)">
<summary>
Handles Edit->Redo context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerFind(System.Object,System.EventArgs)">
<summary>
Handles Edit->Find context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerReplace(System.Object,System.EventArgs)">
<summary>
Handles Edit->Replace context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerGoto(System.Object,System.EventArgs)">
<summary>
Handles Edit->Goto context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerSelectAll(System.Object,System.EventArgs)">
<summary>
Handles Edit->SelectAll context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerDeleteAll(System.Object,System.EventArgs)">
<summary>
Handles Edit->DeleteAll context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerNew(System.Object,System.EventArgs)">
<summary>
Handles File->New context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerOpen(System.Object,System.EventArgs)">
<summary>
Handles File->Open context menu item.
</summary>
<param name="sender">Sender.</param>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerClose(System.Object,System.EventArgs)">
<summary>
Handles File->Close context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerSave(System.Object,System.EventArgs)">
<summary>
Handles File->Save context menu item.
</summary>
<param name="sender">Sender.</param>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerSaveAs(System.Object,System.EventArgs)">
<summary>
Handles File->SaveAs context menu item.
</summary>
<param name="sender">Sender.</param>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerPrintPreview(System.Object,System.EventArgs)">
<summary>
Handles File->PrintPreview context menu item.
</summary>
<param name="sender">Sender.</param>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerPrint(System.Object,System.EventArgs)">
<summary>
Handles File->Print context menu item.
</summary>
<param name="sender">Sender.</param>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerTabifySelection(System.Object,System.EventArgs)">
<summary>
Handles Advanced->TabifySelection context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerUntabifySelection(System.Object,System.EventArgs)">
<summary>
Handles Advanced->UntabifySelection context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerIndentSelection(System.Object,System.EventArgs)">
<summary>
Handles Advanced->IndentSelection context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerUnindentSelection(System.Object,System.EventArgs)">
<summary>
Handles Advanced->UnindentSelection context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerCommentSelection(System.Object,System.EventArgs)">
<summary>
Handles Advanced->CommentSelection context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerUncommentSelection(System.Object,System.EventArgs)">
<summary>
Handles Advanced->UncommentSelection context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerCollapseAll(System.Object,System.EventArgs)">
<summary>
Handles Advanced->CollapseAll context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerExpandAll(System.Object,System.EventArgs)">
<summary>
Handles Advanced->ExpandAll context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerToggleBookmark(System.Object,System.EventArgs)">
<summary>
Handles Bookmarks->ToggleBookmark context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerNextBookmark(System.Object,System.EventArgs)">
<summary>
Handles Bookmarks->NextBookmark context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerPrevBookmark(System.Object,System.EventArgs)">
<summary>
Handles Bookmarks->PrevBookmark context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuHandlerClearBookmark(System.Object,System.EventArgs)">
<summary>
Handles Bookmarks->ClearBookmarks context menu item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnCursorManagerLineChanged(System.Object,Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Invalidates area if current line highlighing is on.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnCursorManagerCoordinatesChanged(System.Object,System.EventArgs)">
<summary>
Handler of the CoordinatesChanged event of the cursor manager.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnCursorManagerBeforeCoordinatesChange(System.Object,Syncfusion.Windows.Forms.Edit.CoordinatesChangeEventArgs)">
<summary>
Updates measure of lines surrounding new line.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnTextChanged(System.Object,Syncfusion.Windows.Forms.Edit.TextChangedEventArgs)">
<summary>
Handler of the Delete and Insert events of the lexem parser.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnTextDeleted(System.Object,Syncfusion.Windows.Forms.Edit.TextChangedEventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnTextInserted(System.Object,Syncfusion.Windows.Forms.Edit.TextChangedEventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnTextChanging(System.Object,Syncfusion.Windows.Forms.Edit.TextChangingEventArgs)">
<summary>
Handler of the Deleting and Inserting events of the lexem parser.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnLineChanged(Syncfusion.Windows.Forms.Edit.TextChangedEventArgs)">
<summary>
Handler of the Line modifying events of the lexem parser.
</summary>
<param></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnLineInserted(System.Object,Syncfusion.Windows.Forms.Edit.LinesEventArgs)">
<summary>
Handler of the Line Inserting events of the lexem parser.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnLineDeleted(System.Object,Syncfusion.Windows.Forms.Edit.LinesEventArgs)">
<summary>
Handler of the Line Deleting events of the lexem parser.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnTextInserting(System.Object,Syncfusion.Windows.Forms.Edit.TextChangingEventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.originalText">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnInsertModeChanged">
<summary>
Called when Insert Mode changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnSystemColorsChanged(System.EventArgs)">
<summary>
Called when system colors changed.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.SystemEvents_DisplaySettingsChanged(System.Object,System.EventArgs)">
<summary>
Called when display settings changed.
</summary>
<param name="sender">Sender.</param>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnUnprocessedKeyPress(System.Windows.Forms.Keys)">
<summary>
Handler of the UnprocessedKey event of the KeyCommandBinder.
</summary>
<param name="key">Key, that was pressed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnParserLineInstanceDeleted(System.Object,System.EventArgs)">
<summary>
Handler of the LineInstanceDeleted event.
</summary>
<param name="sender">Line, that was deleted.</param>
<param name="e">Empty params.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnLinesCountChanged(System.Object,Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Handler of the LinesCountChanged of the LexemParser.
</summary>
<param name="sender">Sender of the event. Can be null.</param>
<param name="e"><see cref="T:Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs"/> instance with parameters. Can be null.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnContextChoiceClosed(Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController,System.Windows.Forms.DialogResult)">
<summary>
</summary>
<param name="sender"></param>
<param name="result"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnContextPromptClosed(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnBaseStreamUndoBufferFlush(System.Object,System.EventArgs)">
<summary>
Handler for the UndoBufferFlushed event of the changes stream.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnBaseStreamRedoBufferFlush(System.Object,System.EventArgs)">
<summary>
Handler for the RedoBufferFlushed event of the changes stream.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnUpdateToolTip(System.Object,Syncfusion.Windows.Forms.Edit.UpdateTooltipEventArgs)">
<summary>
Updates text of the tooltip.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnIdleTextParsing(System.Object,System.EventArgs)">
<summary>
Processes stream.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnConfiguratorChanged(System.Object,System.EventArgs)">
<summary>
Calls OnConfigurationChanged() when user changes smth. within active configurator.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnFillMenu(System.Object,System.EventArgs)">
<summary>
Fills default context menu.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnDocBeginPrint(System.Object,System.Drawing.Printing.PrintEventArgs)">
<summary>
Initializes data, needed for printing of the document.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnDocEndPrint(System.Object,System.Drawing.Printing.PrintEventArgs)">
<summary>
Remeasures lines using width op the control.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnPrintDocumentPage(System.Object,System.Drawing.Printing.PrintPageEventArgs)">
<summary>
Prints single page.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnContextPromptSelectedPromptChanged(Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt,Syncfusion.Windows.Forms.Edit.ContextPromptSelectionChangedEventArgs)">
<summary>
Raises ContextPromptSelectionChanged event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnDynamicFormatLayerChanged(System.Object,System.EventArgs)">
<summary>
Invalidates control.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnTimerIndentGuidelineShowTick(System.Object,System.EventArgs)">
<summary>
Shows indent Guideline.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnFormatsConfigurationChanged(System.Object,System.EventArgs)">
<summary>
Drops measuring info of entire control.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnControllerContextChoiceFormLoad(System.Object,System.EventArgs)">
<summary>
Updates context choice form location.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ReplaceWhiteSpaceWithTabs(Syncfusion.Windows.Forms.Edit.Interfaces.ILexem)">
<summary>
Replaces whitespaces with tabs.
</summary>
<param name="lexem">Lexem that contains whitespaces.</param>
<returns>Text where whitespaces are replaced with tabs.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.ReplaceTabsWithWhiteSpace(Syncfusion.Windows.Forms.Edit.Interfaces.ILexem)">
<summary>
Replaces tabs with whitespaces.
</summary>
<param name="lexem">Lexem that contains tabs.</param>
<returns>Text where tabs are replaced with whitespaces.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnShowWhiteSpacePropertiesChange(System.Object,System.EventArgs)">
<summary>
Manages White space show mode properties.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnTipVisibleChanged(System.Object,System.EventArgs)">
<summary>
Raises OutliningTooltipClose event if needed.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnControllerContextChoiceAutoComplete(Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController)">
<summary>
Inserts auto complete string.
</summary>
<param name="controller"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnParserOutliningStateChanged(System.Object,System.EventArgs)">
<summary>
Hides current indentation guideline.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnStreamEditControlParserCreated(System.Object,System.EventArgs)">
<summary>
Performs actions needed to be done when new parser is created.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnCodeSnippetsPopupControllerContextChoiceOpen(Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController)">
<summary>
Manages code snippets context choice.
</summary>
<param name="controller"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnCodeSnippetsPopupControllerFormLoad(System.Object,System.EventArgs)">
<summary>
Assignes right location to the code snippets list window.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnCodeSnippetsPopupControllerContextChoiceClose(Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController,System.Windows.Forms.DialogResult)">
<summary>
Processes code snippets.
</summary>
<param name="controller"></param>
<param name="dialogresult"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnBaseStreamAfterTextChange(System.Object,System.EventArgs)">
<summary>
Updates state of start and end points of each dynamic formatting.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnBookmarksTooltipUpdateTooltip(System.Object,Syncfusion.Windows.Forms.Edit.UpdateTooltipEventArgs)">
<summary>
Manages bookmark tooltips.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnParserLineIndexChanged(System.Object,System.EventArgs)">
<summary>
Updates line on screen.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.DefaultGraphics">
<summary>
Default Graphics object. Used for measuring.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.SelectLineCursor">
<summary>
Gets cursor that shows four directions all together.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.FileEditLikeVisualStduioSearch">
<summary>
Gets or sets a value indicating whether searching the text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> is same as like in visual studio editor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.Bookmarks">
<summary>
Gets the read-only copy of the bookmarks collection in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.PrintHeaderAndFooter">
<summary>
Gets or sets a value indicating whether the page header and footer should be printed or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.VirtualSpaceMode">
<summary>
Gets or sets a value indicating whether virtual space mode is enabled or not in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.BackgroundColor">
<summary>
Gets or sets the background color of <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<remarks>
The GradientPanel control provides this property to enable specialized custom gradient backgrounds.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.IndentLineColor">
<summary>
Gets or sets the color for block indentation line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.SelectionTextColor">
<summary>
Gets or sets the color for the selected text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.IndentBlockHighlightingColor">
<summary>
Gets or sets the color for the highlighting indented block start and end.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.AutoIndentGuideline">
<summary>
Gets or sets a value indicating whether the indent guideline should be shown automatically after cursor repositioning.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnlyHighlightMatchingBraces">
<summary>
Gets or sets a value indicating whether to highlight brackets in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.Selection">
<summary>
Gets the selected text range in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ContextMenuManager">
<summary>
Gets or sets the context menu manager that allows the user to edit the contents, and open or create a new file in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CurrentColumn">
<summary>
Gets or sets the current column in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.VisualColumn">
<summary>
Gets or sets the current virtual column in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>. Virtual column is visual position of character on the screen.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CurrentLine">
<summary>
Gets or sets the current line in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CurrentPosition">
<summary>
Gets or sets the current position of cursor in term of virtual coordinates in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.InsertMode">
<summary>
Gets or sets a value indicating whether the characters typed get inserted into the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>, without overwriting the existing text. If set to False, the characters typed overwrite the existing text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowLineNumbers">
<summary>
Gets or sets a value indicating whether line numbers should be shown in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowMarkers">
<summary>
Gets or sets a value indicating whether the line markers should be visible.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowCollapse">
<summary>
Gets or sets a value indicating whether collapsers should be shown.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowOutliningCollapsers">
<summary>
Gets or sets a value indicating whether outlining collapsers should be shown.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowContentDividers">
<summary>
Gets or sets a value indicating whether content dividers should be shown.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.WrapAroundSearch">
<summary>
Gets or sets a value indicating whether to stop searching the word at the page end.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.EnableSmartInBlockIndent">
<summary>
Gets or sets a value indicating whether Auto indent smart mode should be work in block mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.SelectionMode">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> Selection Mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.EnableBlockSelection">
<summary>
Gets or sets a value indicating whether to enable VS like Block selection.This property is applicable only when the Selection Mode is in NormalSelection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.EnableInlineCollapsing">
<summary>
Gets or sets a value indicating whether the nested Collapsing behavior should be enabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.EnableMD5">
<summary>
Gets or sets a value indicating whether control support MD5.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowIndentationGuidelines">
<summary>
Gets or sets a value indicating whether indentation guidelines should be shown in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowSelectionMargin">
<summary>
Gets or sets a value indicating whether selection margin area should be visible or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.SelectionMarginBackgroundColor">
<summary>
Gets or sets the background color for selection margin that enables the user to select the contents of the entire line in the EditControl, by simply clicking on the corresponding selection margin area of the line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.SelectionMarginForegroundColor">
<summary>
Gets or sets the foreground color for selection margin area that displays on the left side of the EditControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.SelectionMarginWidth">
<summary>
Gets or sets the width of the selection margin that enables the user to select the contents of the entire line in the EditControl, by simply clicking on the corresponding selection margin area of the line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowWhitespaces">
<summary>
Gets or sets a value indicating whether whitespaces should be shown as special symbols in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.VisibleLineCount">
<summary>
Gets the number of visible lines on the screen in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.PhysicalLineCount">
<summary>
Gets the number of lines in the files of <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.Configurator">
<summary>
Gets or sets the language configurator in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.Parser">
<summary>
Gets the parser for internal usage
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.WordWrap">
<summary>
Gets or sets a value indicating whether word-wrapping should be enabled in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.GraphicsCompositingQuality">
<summary>
Gets or sets the image composition quality in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.GraphicsInterpolationMode">
<summary>
Gets or sets the interpolation mode in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.GraphicsSmoothingMode">
<summary>
Gets or sets the rendering quality for the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.GraphicsTextRenderingHint">
<summary>
Gets or sets the rendering mode for text associated with the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CanUndo">
<summary>
Gets a value indicating whether undo operation can be done in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CanRedo">
<summary>
Gets a value indicating whether redo operation can be done in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CanCopy">
<summary>
Gets a value indicating whether copy operation can be done in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CanPaste">
<summary>
Gets a value indicating whether paste operation can be done in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CanCut">
<summary>
Gets a value indicating whether cut operation can be done in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.SelectedText">
<summary>
Gets or sets the selected text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<remarks>
If there is no text selected and you are setting new selected text, it will be inserted in the position of the cursor.
Otherwise, when there is some text selected, it will be deleted and new text will be inserted.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.TabSize">
<summary>
Gets or sets count of spaces to be placed instead tabulation symbol.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.UseTabs">
<summary>
Gets or sets a value indicating whether tab symbols should be used or spaces should be used instead.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.Text">
<summary>
Gets or sets the editable text of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CurrentLineText">
<summary>
Gets the text of the current line in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CurrentLineInstance">
<summary>
Gets the instance of the current line in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowUserMargin">
<summary>
Gets or sets a value indicating whether the right user margin should be visible in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.UserMarginWidth">
<summary>
Gets or sets the width of the user margin that helps to displays additional information regarding the contents in the EditControl. Information can also be displayed on a line-by-line basis.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.Languages">
<summary>
Gets the list of available languages in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.Language">
<summary>
Gets or sets the currently used configuration language in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ReadOnly">
<summary>
Gets or sets a value indicating whether changes can be done to the input stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.Commands">
<summary>
Gets the list of commands that are used in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.KeyBinder">
<summary>
Gets the key binder that provides advanced customization of keystroke bindings for all editing and navigation operations.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.KeyBindingProcessor">
<summary>
Gets or sets key binding processor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.GroupUndo">
<summary>
Gets or sets a value indicating whether grouping should be enabled for undo/redo actions.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CursorGraphicalLocation">
<summary>
Gets the location of right-bottom position cursor's in control coordinates.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ContextMenuEnabled">
<summary>
Gets or sets a value indicating whether context menu should be shown or not while right click on <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.SingleLineMode">
<summary>
Gets or sets a value indicating whether the single-line mode (like a regular TextBox) should be enabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.AllowDeleteReadOnlyRegion">
<summary>
Gets or sets a value indicating whether removing a read-only region is allowed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.IsModified">
<summary>
Gets a value indicating whether the content of the file was modified.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.PrintDocument">
<summary>
Gets the print document, which is used to print the contents of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.LockSaveLineMarkerUpdate">
<summary>
Gets or sets a value indicating whether to lock or unlock the SaveLineMarker for Collapsed Region
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.UpdateContextChoiceList">
<summary>
Gets or sets a value indicating whether context choice should be updated when it is active and user types something.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.TransparentSelection">
<summary>
Gets or sets a value indicating whether the transparent selection should be used or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.TransferFocusOnTab">
<summary>
Gets or sets a value indicating whether control should transfer focus to the next control when user presses tab key, or it should insert tab symbol instead.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowWhiteSpaceProperties">
<summary>
Get the properties of Show white spaces mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.UserMarginBorderColor">
<summary>
Gets or sets the boder color of user margin.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.UserMarginBackgroundColor">
<summary>
Gets or sets BrushInfo object that is used to draw user margin background color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.UserMarginTextFont">
<summary>
Gets or sets the font of user margin text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.UserMarginTextColor">
<summary>
Gets or sets the color of user margin text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.WrapType">
<summary>
Gets or sets the different types for wrapping the word in the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.TextAreaWidth">
<summary>
Gets or sets the width of wordwrap margin. In EditControl, word-wrap margin is visible only while setting WordWrapMarginVisible property to true.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.MarkerAreaOffset">
<summary>
Gets or sets the location of marker area on the horizontal axis pays attention to RTL.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.MarkerAreaWidth">
<summary>
Gets or sets the width of marker area.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowTextArea">
<summary>
Gets or sets a value indicating whether text area should be visible in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.TextAreaLineStyle">
<summary>
Gets or sets the style of line that is drawn at the border of the word-wrap margin.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.TextAreaLineColor">
<summary>
Gets or sets the color for the line that is drawn at the border of the wordwrap margin.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.AfterTextAreaBrush">
<summary>
Gets or sets BrushInfo object that is used when area situated after text area is drawn.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.WrapMode">
<summary>
Gets or sets the state of the word wrapping mode. Different types of wrapping mode in EditControl are Control, SpecifiedColumn and WordWrapMargin.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.TabStopsArray">
<summary>
Gets or sets array of tab stops.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.UseTabStops">
<summary>
Gets or sets a value indicating whether tab stops should be used or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.IndicatorMarginColor">
<summary>
Gets or sets the background color of the indicator margin. Indicator margin is used for displaying the custom indicators and bookmarks.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.UseXPStyle">
<summary>
Gets or sets value indicating whether XP style should be used in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.UseXPStyleBorder">
<summary>
Gets or sets value indicating whether XP style Border should be used in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.AutoIndentMode">
<summary>
Gets or sets the mode of auto indentation. The options provided are None, Block and Smart as like in Visual studio code edito
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowContextTooltip">
<summary>
Gets or sets a value indicating whether context tooltips should be shown while placing the cursor over the word.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowBookmarkTooltips">
<summary>
Gets or sets a value indicating whether bookmark tooltips should be shown or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowOutliningTooltip">
<summary>
Gets or sets a value indicating whether collapsed text is shown in tooltip when mouse hovers over collapsed section.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.MarkLineWrapping">
<summary>
Gets or sets a value indicating whether lines wrapping should be marked.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CustomLineWrappingMarkingImage">
<summary>
Gets or sets custom image that marks lines wrapping.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.EditControl">
<summary>
Gets or sets a value of EditControl
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.WrapMarkingImage">
<summary>
Gets lines wrapping marking image.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.WrappedLinesMarkingImage">
<summary>
Gets wrapped lines marking image.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ContextPromptSize">
<summary>
Gets or sets the size of context prompt pop-up window that enables user to speed up text input, formatting, auto correction and much more.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.UseCustomSizeContextPrompt">
<summary>
Gets or sets a value indicating whether the custom context prompt size should be used or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.LineNumbersFont">
<summary>
Gets or sets the font of line numbers which was displayed on the indicator margin in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.LineNumbersColor">
<summary>
Gets or sets the color of line numbers which was displayed on the indicator margin in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.LineNumbersAlignment">
<summary>
Gets or sets the alignment of line number area in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ContextPromptBorderColor">
<summary>
Gets or sets the border color of context prompt that enables user to speed up text input, formatting, auto correction and much more.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ContextTooltipBorderColor">
<summary>
Gets or sets the border color of context tooltip form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.BookmarkTooltipBorderColor">
<summary>
Gets or sets the border color of bookmark tooltip form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ContextTooltipBackgroundBrush">
<summary>
Gets or sets the brushinfo object that is used to draw context tooltip background color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.BookmarkTooltipBackgroundBrush">
<summary>
Gets or sets the brushinfo object that is used to draw bookmark tooltip background color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ContextPromptBackgroundBrush">
<summary>
Gets or sets the brushinfo object that is used to draw context prompt background color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.IndentationBlockBackgroundBrush">
<summary>
Gets or sets the brushinfo object that is used to draw indentation block background.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ColumnGuideItems">
<summary>
Gets or sets the array of ColumnGuideItem objects.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowColumnGuides">
<summary>
Gets or sets a value indicating whether the column guides should be drawn or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ColumnGuidesMeasuringFont">
<summary>
Gets or sets the font that is used while measuring position of column guides.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.DefaultNewLineStyle">
<summary>
Gets or sets the new line style of the newly created stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.NewLineStyle">
<summary>
Gets or sets style of new line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowIndentationBlockBorders">
<summary>
Gets or sets a value indicating whether the indentation block borders should be drawn or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.IndentationBlockBorderStyle">
<summary>
Gets or sets the style of indentation block border line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.IndentationBlockBorderColor">
<summary>
Gets or sets the color of indentation block border line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.InsertDroppedFileIntoText">
<summary>
Gets or sets a value indicating whether outer file dragged and dropped into <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> should be inserted into current content. If set to false, current file is closed and dropped outer file is opened.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ShowFileDropNotification">
<summary>
Gets or sets a value indicating whether the notification is shown when drag and dropped file into <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.AutoCompleteSingleLexem">
<summary>
Gets or sets a value indicating whether context choice list gets autocompleted when single lexem remains in the list.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.MarkWrappedLines">
<summary>
Gets or sets a value indicating whether wrapped lines should be marked.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CustomWrappedLinesMarkingImage">
<summary>
Gets or sets the custom image that marks wrapped lines.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ParagraphOffset">
<summary>
Gets or sets offset of paragraphs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.WrappedLinesOffset">
<summary>
Gets or sets offset of wrapped lines.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.AutoFormattingManager">
<summary>
Gets the autoformatting manager of <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.MarkChangedLines">
<summary>
Gets or sets a value indicating whether changed lines should be marked in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ChangedLinesMarkingLineColor">
<summary>
Gets or sets the color of changed lines marking line in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.SavedLinesMarkingLineColor">
<summary>
Gets or sets the color of saved lines marking line in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ContextMenuOptionsForm">
<summary>
Gets or Sets the context menu options form
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.LoadConfigFile">
<summary>
Gets or sets a value indicating whether config file should be loaded. If set to false, default language is created from code.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.DropAllFiles">
<summary>
Gets or sets a value indicating whether all files can be dropped to <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>. If set to false, only files with extension contained in FileExtensions can be dropped.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.FlushSavedLines">
<summary>
Gets or sets a value indicating whether the saved lines will be flushed or not. If set to false, the saved lines will not flushed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.AutoSave">
<summary>
Gets or sets a value indicating whether the files can be autosaved or not in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.FileExtensions">
<summary>
Gets or sets the extensions of files that can be dropped to <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.UseAutoreplaceTriggers">
<summary>
Gets or sets a value indicating whether autoreplace triggers should be used.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.DrawCodeSnippetBorder">
<summary>
Gets or sets a value indicating whether border should be drawn around active code snippets.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.HighlightCurrentLine">
<summary>
Gets or sets a value indicating whether current line should be highlighted in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CurrentLineHighlightColor">
<summary>
Gets or sets the color of current line highlight in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.WordWrapColumnMeasuringFont">
<summary>
Gets or sets the font that is used while measuring position of column guides.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.WordWrapColumn">
<summary>
Gets or sets the column for wrapping text and it is applicable only when WordWrapMode is set to SpecifiedColumn.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CodeSnipptSize">
<summary>
Gets or sets the size of Codesnippet block.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ToolTipDelay">
<summary>
Gets or sets delay time for showing the tooltips in milliseconds.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.AllowInsertBeforeReadonlyNewLine">
<summary>
Gets or sets a value indicating whether inserting text should be allowed at the beginning of readonly region at the start of new line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.AlwaysShowScrollers">
<summary>
Gets or sets a value indicating whether scrollers should be always visible.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.AllowMouseCursorChange">
<summary>
Gets or sets a value indicating whether mouse cursor should be changed by control when needed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.UserMarginPlacement">
<summary>
Gets or sets the placement of user margin in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.SelectOnLineNumbersClick">
<summary>
Gets or sets a value indicating whether selection is performed while clicking on line numbers.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.UseNativeDrawing">
<summary>
Gets or sets a value indicating whether native GDI should be used for text output.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.SpaceBetweenLines">
<summary>
Gets or sets the space between lines in pixels.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ExtendSelectionToFarRight">
<summary>
Gets or sets a value indicating whether line selection should be extended to far right.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.SelectTextAfterDragDrop">
<summary>
Gets or sets a value indicating whether text should be selected after drag or drop operation is performed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.RespectTabStopsOnInsertingText">
<summary>
Gets or sets a value indicating whether tab stops should be respected on inserting blocks of text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.FromIndentClick">
<summary>
Gets or sets a value indicating whether indent button is clicked or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.IsSelecting">
<summary>
Gets or sets value that indicates whether control is currently in text-selection mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.IsBlockSelecting">
<summary>
Gets value that indicates whether control is currently in block text-selection mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.DragDropRectangle">
<summary>
Gets or sets rectangle that show position at which dragged object will be inserted.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.FakeEditArea">
<summary>
Gets or sets the client rectangle of the FakeEdit control
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.PrintableArea">
<summary>
Gets or Sets the printable area.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ForFakeEdit">
<summary>
gets or sets a value indicating whether drawing is done for FakeEdit control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ForPrinting">
<summary>
Gets or sets whether printing is in progress.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.TextDrawOffset">
<summary>
Gets or sets offset used for drawing text. It includes offset for LineNumbers, Markers and Collapsing if they are enabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.VirtualLineNumberOffset">
<summary>
Gets or sets the virtual line number start value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.LineNumbersAreaOffset">
<summary>
Gets offset of the line-numbers area.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CollapsingAreaOffset">
<summary>
Gets offset of the collapsing area.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.LeftUserMarginOffset">
<summary>
Gets offset of the user margin for it's positioning on the left.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.VScrollMode">
<summary>
Specifies how the control process vertical scrolling.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.SelectionMarginOffset">
<summary>
Gets offset of the selection margin area.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.SelectionLineNumberOffset">
<summary>
Gets offset of the selection line number area.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ContextChoiceOn">
<summary>
Gets value indicating whether autocomplete dialog is opened and ready for keyboard processing.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ContextPromptOn">
<summary>
Gets value indicating whether ContextPrompt dialog is opened.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.UserMarginAreaBorderPen">
<summary>
Get pen to draw user margin area border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.TextAreaLinePen">
<summary>
Get pen to draw line that delimits text area.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.DynamicFormatManager">
<summary>
Gets DynamicFormatManager.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.FindDialogWnd">
<summary>
Gets or sets the find dialog form that helps to find occurrences of specified text with constraints such as case matching, matching whole words etc., in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ReplaceDialogWnd">
<summary>
Gets or sets the replace dialog form that helps to replace specified text with replacement text as per the conditions specified in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.GotoDialogWnd">
<summary>
Gets or sets the GoTo dialog form which is used to position the mouse pointer on any specified line that the user wish to go in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.MaxWidth">
<summary>
Gets maximum width of the line. Used for WordWrapping.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.ContextChoice">
<summary>
Gets the context choice controller with a list of code completion options to speed up coding by reducing typos and other common mistakes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CodeSnippetsManager">
<summary>
Gets code snippets manager.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.AllowShiftSelectionOld">
<summary>
Gets or sets value indicating whether selection should be performed when shift button is pressed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.DisableScrollers">
<summary>
Gets or sets value that indicates whether scrollers are disabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CursorManager">
<summary>
Gets cursor manager.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CurrentLineInstanceInternal">
<summary>
Gets instance of the current line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.IndentGuideline">
<summary>
Gets or Sets indent Guideline region info.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.CurrentSubLine">
<summary>
Gets current subline.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.InsertModeChanged">
<summary>
Occurs when the value of the InsertMode property changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.CursorPositionChanged">
<summary>
Occurs after the current cursor position has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.SelectionChanged">
<summary>
Occurs after the text selection has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.CanUndoRedoChanged">
<summary>
Occurs when CanUndoRedo state has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.PaintUserMargin">
<summary>
Occurs when a user margin display line has to be painted.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.OperationStarted">
<summary>
Occurs when an operation starts like while collapsing and expanding block of code.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.OperationStopped">
<summary>
Occurs on the end of the long operation.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.ChangingStream">
<summary>
Occurs when underlying stream of the control is about to change
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.ReadOnlyChanged">
<summary>
Occurs when ReadOnly mode of <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> changes.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.RegisteringDefaultKeyBindings">
<summary>
Occurs when default key bindings should be added.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.RegisteringKeyCommands">
<summary>
Occurs when custom key-binding command should be registered.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.ConfigurationChanged">
<summary>
Occurs after configuration has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.LanguageChanged">
<summary>
Occurs when current parser language of the control has been changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.ContextPromptBeforeOpen">
<summary>
Occurs before context prompt dialog should be shown to user.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.ContextPromptOpen">
<summary>
Occurs when context prompt dialog has been opened.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.ContextPromptUpdate">
<summary>
Occurs when the context prompt list has been updated.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.ContextPromptClose">
<summary>
Occurs when context prompt window has been closed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.UpdateContextToolTip">
<summary>
Occurs while updating the context tooltip text.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.UpdateBookmarkToolTip">
<summary>
Occurs while updating the bookmark tooltip text.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.MenuFill">
<summary>
Occurs when context menu is about to open. User can handle this event to add custom menu items.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.SingleLineChanged">
<summary>
Occurs when SingleLineMode property value has been changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.TextChanged">
<summary>
Occurs when text has been changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.Find">
<summary>
Occurs when a new match is found in FindAndReplaceDialogBox through FindNext Button.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.TextChanging">
<summary>
Occurs when text is about to change.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.LineChanged">
<summary>
Occurs when line has been changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.LineInserted">
<summary>
Occurs when line inserted in EditControl.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.LineDeleted">
<summary>
Occurs when line Deleted in EditControl.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.ContextPromptSelectionChanged">
<summary>
Occurs when context prompt item has been selected.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.InvalidateArea">
<summary>
Occurs when control's area needs to be invalidated.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.WordWrapChanged">
<summary>
Occurs when WordWrap property value has been changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.ContextChoiceSelectedTextInsert">
<summary>
Occurs when editor is about to insert text of the selected context choice item.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.PrintHeader">
<summary>
Occurs when page header needs to be printed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.PrintFooter">
<summary>
Occurs when page footer need to be printed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.IndicatorMarginClick">
<summary>
Occurs when user clicks on the indicator margin area.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.IndicatorMarginDoubleClick">
<summary>
Occurs when user double-clicks on the indicator margin area.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.PaintLockRequest">
<summary>
Event that is raised when control painting should be locked.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.PaintUnlockRequest">
<summary>
Event that is raised when control painting should be unlocked.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.DrawUserMarginText">
<summary>
Occurs when user margin area text is ready to be drawn.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.SaveStreamWithDataLoss">
<summary>
Occurs when user tries to save stream with data loosing.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.ParserCreated">
<summary>
Occurs when parser is created.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.ParserDestroyed">
<summary>
Occurs when parser is destroyed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.OutliningTooltipBeforePopup">
<summary>
Occurs when outlining tooltip is about to be shown.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.OutliningTooltipPopup">
<summary>
Occurs when outlining tooltip is shown.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.OutliningTooltipClose">
<summary>
Occurs when outlining tooltip is closed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.EncodingChanged">
<summary>
Occurs after encoding has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.OnBeforeLineNumberPaint">
<summary>
Occurs before the line number has been drawn.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetMinimalWidth">
<summary>
Occurs when minimal width of every fake control should be retrieved.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.UnreachableTextFound">
<summary>
Occurs when text in hidden block is found and this block can't be expanded due to user's cancelling.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.DisableScrollersChanged">
<summary>
Occurs when DisableScrollers property value has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.CollapsingAll">
<summary>
Raised when CollapsingAll method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.ExpandingAll">
<summary>
Raised when ExpandingAll method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.CollapsedAll">
<summary>
Raised when CollapseAll method was called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.ExpandedAll">
<summary>
Raised when ExpandeAll method was called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.NewDocCreated">
<summary>
Raised when new document is created within editor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.previousConfigLanguage">
<summary>
Gets or sets a previous language while loading the new file to the EditControl
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.TextFormat">
<summary>
Gets the default text format
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.FindDialogLocation">
<summary>
Gets or sets Find and Replace dialog display location
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.IsCollapsbleKeyword">
<summary>
Checks for the collapsable region.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.AutoScrollPosition">
<summary>
Works with autoscroll position in single line mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.AutoScrollRectangle">
<summary>
Gets autoscroll rectangle.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.IsCursorChangingAllowed">
<summary>
Indicates whether cursor changing is allowed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.StreamEditControl.SavedViewInfo">
<summary>
Saved information about current view.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.SavedViewInfo.SelectionRanges">
<summary>
Collection of selection ranges.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.SavedViewInfo.TopLineStart">
<summary>
Index of the screen top line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.SavedViewInfo.TopLineOffset">
<summary>
Offset of the screen top line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.SavedViewInfo.CursorPosition">
<summary>
Position of cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.SavedViewInfo.SelectionVisualStart">
<summary>
Visual location of selection start.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.SavedViewInfo.SelectionVisualEnd">
<summary>
Visual location of selection end.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.StreamEditControl.SavedViewInfo.TextRangeInfo">
<summary>
Defines a structure that provides information for storing two text range offsets.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.SavedViewInfo.TextRangeInfo.StartOffset">
<summary>
Start offset.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.SavedViewInfo.TextRangeInfo.EndOffset">
<summary>
End offset.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.StreamEditControl.IntellisenseType">
<summary>
Type of intellisense.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.IntellisenseType.ContextPrompt">
<summary>
Context prompt.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.IntellisenseType.ContextChoice">
<summary>
Context choice.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.StreamEditControl.VisualLocation">
<summary>
Info about visual location in a single line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.VisualLocation.Line">
<summary>
Index of lexem line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.VisualLocation.SubLine">
<summary>
Index of subline of current location.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.VisualLocation.Offset">
<summary>
Column offset in current subline.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.VisualLocation.#ctor">
<summary>
Creates new instance of VisualLocation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.VisualLocation.#ctor(System.Int32,System.Int32,System.Int32)">
<summary>
Creates and initializes new instance of VisualLocation.
</summary>
<param name="line"></param>
<param name="subLine"></param>
<param name="offset"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.VisualLocation.IsEmpty">
<summary>
Checks whether visual location is empty.
</summary>
<returns>true if visual location is empty; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.VisualLocation.Equals(System.Object)">
<summary>
Returns true if current and given VisualLocation instances are equal.
</summary>
<param name="obj"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.VisualLocation.GetHashCode">
<summary>
Gets hash code.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.VisualLocation.op_Equality(Syncfusion.Windows.Forms.Edit.StreamEditControl.VisualLocation,Syncfusion.Windows.Forms.Edit.StreamEditControl.VisualLocation)">
<summary>
== operator.
</summary>
<param name="x"></param>
<param name="y"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.VisualLocation.op_Inequality(Syncfusion.Windows.Forms.Edit.StreamEditControl.VisualLocation,Syncfusion.Windows.Forms.Edit.StreamEditControl.VisualLocation)">
<summary>
!= operator.
</summary>
<param name="x"></param>
<param name="y"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.VisualLocation.Empty">
<summary>
Gets empty visual location.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.StreamEditControl.UndoGroup">
<summary>
Group of the actions that must be undone with one undo operation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.UndoGroup.StartActionsCount">
<summary>
Starting count of actions in undo queue.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.UndoGroup.EndActionsCount">
<summary>
Ending count of actions in undo queue.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamEditControl.UndoGroup.#ctor(System.Int32,System.Int32)">
<summary>
Initializes structure by Start and End values.
</summary>
<param name="iStart">Starting count of actions in undo queue.</param>
<param name="iEnd">Ending count of actions in undo queue.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.StreamEditControl.UndoGroup.GroupLength">
<summary>
Gets count of actions in undo queue which belongs to the group.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.StreamEditControl.OperationData">
<summary>
Information about insert/delete operation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.OperationData.Insert">
<summary>
True if operation is an insert operation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.OperationData.StartLine">
<summary>
Start line of the changes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.OperationData.StartColumn">
<summary>
Start column of the changes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.OperationData.EndLine">
<summary>
End line of the changes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.OperationData.EndColumn">
<summary>
End column of the changes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.OperationData.InsertText">
<summary>
Text that was inserted.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.StreamEditControl.IndentGuidelineRegionInfo">
<summary>
Information about Indent Guideline Region.
Graphical and virtual positions of the region start and end lexems.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.IndentGuidelineRegionInfo.RectLexemStart">
<summary>
Rectangle, ocqupied by the start lexem of the region.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.IndentGuidelineRegionInfo.RectLexemEnd">
<summary>
Rectangle, ocqupied by the end lexem of the region.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.IndentGuidelineRegionInfo.PointStart">
<summary>
Location of the start lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamEditControl.IndentGuidelineRegionInfo.PointEnd">
<summary>
Location of the end lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.DEF_DATA_BUFFER_SIZE">
<summary>
Size of the data blocks used for copying file content to memory stream if file sharing is enabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.DEF_UNTITLED_NAME">
<summary>
Name of untitled file.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.m_file">
<summary>
Currently opened file. If null, it means that we are working not with a file stream or if m_fileName is not empty,
then we are working with some conversion layer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.m_fileName">
<summary>
Name of the opened file. If empty, editor is working not with a file.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.m_saveDialog">
<summary>
SaveAs dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.m_openDialog">
<summary>
Open file dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.m_bConvertOnLoad">
<summary>
If true, file should be converted when loading.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.m_bSharedFileMode">
<summary>
Specifies whether file is opened in shared mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.m_bSaveOnClose">
<summary>
Specifies whether the Save prompt dialog should be displayed before the EditControl is disposed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.m_bFlushUndoRedoOnSave">
<summary>
Specifies whether to enable Undo/Redo after save.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.m_bDisposing">
<summary>
Specifies whether control is disposing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.m_savedLines">
<summary>
Numbers of lines that were changed and saved. This list is used for creating list of parse points for marking saved lines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.m_undoAfterSave">
<summary>
Indicates whether undo/redo actions were performed after the file saving. Used in indication of modified status.
If is not 0, then undo/redo actions were performed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.m_strPseudoFileName">
<summary>
File name to be shown in SaveAs dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.m_chainOfParents">
<summary>
List of current parents of control (filled recursively). Used during subscription/unsubscription of ParentChanged events.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.getFileName">
<summary>
File name for loaded file.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.LoadFile(System.String)">
<summary>
Loads the content of any desired file and its configuration into the EditControl, instead of typing the code in it.
</summary>
<param name="fileName">Name of the file to load.</param>
<returns>True if operation succeeds.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.LoadFile(System.String,System.Text.Encoding)">
<summary>
Loads the content of any desired file and its configuration into the EditControl, instead of typing the code in it.
</summary>
<param name="fileName">Name of the file to load.</param>
<param name="encoding">Encoding to use while loading.</param>
<returns>True if operation succeeds.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.LoadFile">
<summary>
Loads the content of any desired file and its configuration into the EditControl, instead of typing the code in it.
</summary>
<returns>True if operation succeeds.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.m_serializeFileCollapsibleregion">
<summary>
To apply SaveLineMarker in Collapsed region
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.m_SerializedFileLineIndex">
<summary>
To apply SaveLineMarker in Collapsed region
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.Save">
<summary>
Saves the text to file loaded in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<returns>True if file was successfully saved. False is returned only if user has cancelled saving somehow.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.SaveAs">
<summary>
Shows SaveAs dialog and saves data to specified file.
</summary>
<returns>True if operation succeeds.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.SaveFile(System.String,System.Text.Encoding,System.String)">
<summary>
Saves content to the specified file.
</summary>
<param name="fileName">Name of the file to which the text has to be saved.</param>
<param name="encoding">Encoding that has to be used when saving. Can be null.</param>
<param name="lineEndString">Line end string. Can be empty.</param>
<returns>bool indicating whether saving succeeded.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.SaveModified">
<summary>
Saves the file only if it was modified and prompts for filename if needed. This is especially useful when the application is about to be closed or a new file is being loaded into the EditControl.
</summary>
<returns>False if file was changed but user decided not to save file, otherwise true.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.SaveModifiedInternal">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.NewFile">
<summary>
Creates new empty file with specified configuration.
</summary>
<returns>True if file was created, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.NewFile(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Creates new empty file with specified configuration.
</summary>
<param name="lang">Language to be used for text coloring.</param>
<returns>True if file was created, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.LoadFile(System.String,System.Boolean,System.Boolean)">
<summary>
Load file and configuration for it.
</summary>
<param name="fileName">Name of the file to load.</param>
<param name="convert">Specifies whether file should be corrected on load.</param>
<param name="shared">Specifies whether file is opened in shared mode, when entire file is loaded into memory.</param>
<returns>True if operation succeeds.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.LoadFile(System.String,System.Boolean,System.Boolean,System.Text.Encoding)">
<summary>
Load file and configuration for it.
</summary>
<param name="fileName">Name of the file to load.</param>
<param name="convert">Specifies whether file should be corrected on load.</param>
<param name="shared">Specifies whether file is opened in shared mode, when entire file is loaded into memory.</param>
<param name="encoding">Encoding to use.</param>
<returns>True if operation succeeds.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.FillInFilters(System.Windows.Forms.FileDialog)">
<summary>
Fills in filters in dialog.
</summary>
<param name="dialog">Dialog whose filters should be updated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.ChangeFileName(System.String)">
<summary>
Changes file name.
</summary>
<param name="strNewFileName">New file name.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.FillSavedLinesNumbers">
<summary>
Fills collection of changed lines numbers. Used for marking saved lines.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.UpdateSavedLinesPoints">
<summary>
Updates list of saved lines points. These points are used in marking saved lines.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.ClearInfoAboutSavedLines">
<summary>
Clears info about changed and saved lines.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.CheckEncoding">
<summary>
Checks whether encoding was forcibly changed and prompts user about it.
</summary>
<returns>False if user cancels saving.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.UpdateTopmostFormClosingHandler">
<summary>
Undates recursive list of parents; deattaches and attaches needed events.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.DeattachParentChainEvents">
<summary>
Deattaches events from parent chain.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.OnParentChanged(System.EventArgs)">
<summary>
Adds event handler for parent changed event.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.New">
<summary>
Creates empty stream and makes editor to edit it.
</summary>
<returns>True if operation succeeds.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.New(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Creates empty stream and makes editor to edit it.
</summary>
<param name="lang">Language of new stream.</param>
<returns>True if operation succeeds.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.ChangeEncoding(System.Text.Encoding,System.Boolean)">
<summary>
Changes encoding of the underlying stream.
</summary>
<param name="newEncoding">New encoding.</param>
<param name="bForced">bForced.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.CloseStream">
<summary>
Closes input stream wrapper. Does not close underlying stream.
</summary>
<returns>True if operation succeeds.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.OnConfigurationChanged">
<summary>
Updates filters in Save and Open Dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.fileModified">
<summary>
property for FileModified
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.contextChoiceAutoReplace">
<summary>
Variable for ContextChoiceAutoReplace
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.Undo">
<summary>
Performs Undo operation that erase the last change made in the document of <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.Redo">
<summary>
Performs Redo operation that helps to reinsert the last change made in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.FileEditControl"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.MenuHandlerOpen(System.Object,System.EventArgs)">
<summary>
Handles File->Open context menu item.
</summary>
<param name="sender">Sender.</param>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.MenuHandlerSave(System.Object,System.EventArgs)">
<summary>
Handles File->Save context menu item.
</summary>
<param name="sender">Sender.</param>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.MenuHandlerSaveAs(System.Object,System.EventArgs)">
<summary>
Handles File->SaveAs context menu item.
</summary>
<param name="sender">Sender.</param>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.OnNewDocCreated(System.Object,System.EventArgs)">
<summary>
Clears info abour changed lines.
</summary>
<param name="sender">Sender.</param>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.OnSavedLinePointDeleted(Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint,System.Int64)">
<summary>
Removes deleted parse point from collection of saved lines points.
</summary>
<param name="point"></param>
<param name="lNewOffset"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.OnTopmostFormClosing(System.Object,System.ComponentModel.CancelEventArgs)">
<summary>
Prompts user for further actions if text was modified.
</summary>
<param name="sender"></param>
<param name="args"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.OnParentChanged(System.Object,System.EventArgs)">
<summary>
Updates chain of parents.
</summary>
<param name="sender"></param>
<param name="args"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.FileEditControl.DisplayFileName">
<summary>
Gets the display name of the file.
The main difference from the FileName property is that Untitled.[ext] will be returned if file name is not set.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.FileEditControl.ConvertOnLoad">
<summary>
Gets or sets a value indicating whether the file should be converted when loading the control.
</summary>
<remarks>Such file conversion is needed if file contains different new-line symbols or sequences.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.FileEditControl.FileOpened">
<summary>
Gets or sets the file stream that is currently opened in EditControl. If null, it means that we are working not with a file stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.FileEditControl.FileName">
<summary>
Gets or sets the name of the currently opened file.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.FileEditControl.SharedFileMode">
<summary>
Gets or sets a value indicating whether the file should be opened in shared mode or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.FileEditControl.FlushUndoRedoOnSave">
<summary>
Gets or sets a value indicating whether to enable Undo or Redo after save.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.FileEditControl.SaveOnClose">
<summary>
Gets or sets a value indicating whether the save prompt dialog should be displayed before EditControl is disposed or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.FileEditControl.PseudoFileName">
<summary>
Gets or sets the file name to be shown in SaveAs dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.FileEditControl.Disposing">
<summary>
Gets value indicating whether control is being disposed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.FileEditControl.StreamClose">
<summary>
Occurs when underlying stream is about to close and user should decide if he want to save the changes in file.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.FileEditControl.SerializeFileCollapsibleRegion">
<summary>
Gets/Sets collapsed to apply SaveLineMarker in Collapsed region
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.FileEditControl.FileModified">
<summary>
Returns true if file is modified
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.FileEditControl.ContextChoiceAutoReplace">
<summary>
Returns true if ContextChoice replace is required
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.FileEditControl.SaveFileWithDataLoss">
<summary>
Occurs when user tries to save file with data loosing.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.FileEditControl.FileNameChanged">
<summary>
Occurs after the file name has changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.FileEditControl.MessageBoxShower">
<summary>
Class used to show message box from other thread.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.MessageBoxShower.m_res">
<summary>
Dialog result of the message box.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.MessageBoxShower.m_text">
<summary>
Dialog text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.MessageBoxShower.m_caption">
<summary>
Dialog caption.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.MessageBoxShower.m_icon">
<summary>
Dialog icon.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.MessageBoxShower.m_buttons">
<summary>
Dialog buttons.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.FileEditControl.MessageBoxShower.m_default">
<summary>
Dialog default button.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.MessageBoxShower.#ctor(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton)">
<summary>
Creates and initializes new instance of the class.
</summary>
<param name="text">Text of the message box.</param>
<param name="caption">Caption of the message box.</param>
<param name="buttons">Buttons of the message box.</param>
<param name="icon">Message box icon.</param>
<param name="defaultbutton">Default message box buttoon.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.MessageBoxShower.ShowDialog(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton)">
<summary>
Shows message box using the new thread.
</summary>
<param name="text">Text of the message box.</param>
<param name="caption">Caption of the message box.</param>
<param name="buttons">Buttons of the message box.</param>
<param name="icon">Message box icon.</param>
<param name="defaultbutton">Default message box buttoon.</param>
<returns>Dialog result of the message box.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.MessageBoxShower.ShowDialogThread">
<summary>
Shows dialog and saves it`s result.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.FileEditControl.MessageBoxShower.ShowDialogInternal(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton)">
<summary>
Creates new thread and calls ShowDialogThread.
</summary>
<param name="text">Text of the message box.</param>
<param name="caption">Caption of the message box.</param>
<param name="buttons">Buttons of the message box.</param>
<param name="icon">Message box icon.</param>
<param name="defaultbutton">Default message box buttoon.</param>
<returns></returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.IScrollBar">
<summary>
Provides the functionality to configure a scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.IScrollBar.UpdateScrollInfo">
<summary>
Updates the scrollbar with latest changes to current position and scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IScrollBar.LargeChange">
<summary>
Gets or sets a value to be added to or subtracted from the value of the property when the scroll box is moved a large distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IScrollBar.Maximum">
<summary>
Gets or sets the upper limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IScrollBar.Minimum">
<summary>
Gets or sets the lower limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IScrollBar.SmallChange">
<summary>
Gets or sets a value to be added to or subtracted from the value of the property when the scroll box is moved a small distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IScrollBar.Value">
<summary>
Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IScrollBar.Enabled">
<summary>
Gets or sets a numeric enabled that represents the current position of the scroll box on the scroll bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IScrollBar.SupportsThumbTrack">
<summary>
Gets or sets a value indicating whether to enable or disable the thumbtrack feature for the scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IScrollBar.IsThumbTracking">
<summary>
Gets or sets a value indicating whether scrollbar is in thumb drag mode or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IScrollBar.SupportsScrollTips">
<summary>
Gets or sets a value indicating whether the scrolltips should be shown for the scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ReflectScrollBar.IsThumbTracking">
<summary>
true if currently in thumb drag mode
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ReflectScrollBar.SupportsThumbTrack">
<summary>
Specifies if the associated control should scroll while the user is dragging a scrollbars thumb
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ReflectScrollBar.SupportsScrollTips">
<summary>
Specifies if the parent control should show scroll tips while the user is dragging a scrollbars thumb
</summary>
<remarks>
<see cref="T:Syncfusion.Windows.Forms.Edit.ScrollControl"/> checks this property to determine if scrolltips should be displayed.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.IScrollBarContainer">
<summary>
Provides the functionality that returns a reference to a scrollbar contained in a user control.
</summary>
<remarks>
Splittercontrol and Workbookcontrol check for IScrollBarContainer to get the
scrollbar. This enables you to replaces the shared scrollbar with any user control
that also has a scrollbar. An example is the <see cref="T:Syncfusion.Windows.Forms.RecordNavigationScrollBar"/>.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IScrollBarContainer.ScrollBar">
<summary>
Gets or sets the contained scrollbar in a user control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper">
<summary>
Represents a ScrollbarWrapper class that helps to manages scrollbars for a control and hides details about the scrollbar from the control that utilizes ScrollBarWrapper. This allows you to replace the concrete
ScrollBar with <see cref="T:Syncfusion.Windows.Forms.Edit.ReflectScrollBar"/>, <see cref="T:Syncfusion.Windows.Forms.FlatScrollBar"/> a <see cref="T:System.Windows.Forms.ScrollBar"/>
or any custom scrollbar implementation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.#ctor(System.Windows.Forms.Control,System.Windows.Forms.ScrollBars)">
<summary>
<para>Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper"/> class.</para>
</summary>
<param name="parent">The parent control.</param>
<param name="sbType">The scrollbar type: horizontal or vertical.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.#ctor(System.Windows.Forms.Control,System.Windows.Forms.ScrollBars,System.Windows.Forms.ScrollBar)">
<summary>
<para>Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper"/> class.</para>
</summary>
<param name="parent">The parent control.</param>
<param name="sbType">The scrollbar type: horizontal or vertical.</param>
<param name="scrollBar">The scrollbar object to be managed by this instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.Dispose">
<summary>
Implements the <see cref="M:System.IDisposable.Dispose"/> method and release all managed resource for this object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.CopyTo(Syncfusion.Windows.Forms.Edit.ScrollBarWrapper)">
<summary>
Helps to copy all information to another <see cref="T:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper"/> object.
</summary>
<param name="target">The <see cref="T:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper"/> to receive all copied information.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.BeginUpdate">
<summary>
Suspends updating the scrollbar until <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.EndUpdate"/> is called.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.EndUpdate">
<summary>
Resumes updating the scrollbar after a <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.BeginUpdate"/> call.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.FetchScrollBar">
<summary>
Fetches scrollbar information from the managed scrollbar object and updates the information.
in the <see cref="T:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper"/> object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.InitScrollBar">
<summary>
Applies scrollbar information to the managed scrollbar object bases on the information.
in the current <see cref="T:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper"/> object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.ReflectScrollMessage(System.Windows.Forms.Message@)">
<summary>
Call this for reflected scrollbars from your parent controls <see cref="M:System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message@)"/> method if you
want to support reflected scrollbars (those window scrollbars that you enable with WS_VSCROLL and
WS_HSCROLL window styles).
</summary>
<param name="m">The <see cref="T:System.Windows.Forms.Message"/> that was passed as argument to <see cref="M:System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message@)"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.SendScrollMessage(System.Windows.Forms.ScrollEventType)">
<summary>
Sends or emulates a scroll event.
</summary>
<param name="et">ScrollEventType.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.OnInnerValueChanged(System.Object,System.EventArgs)">
<summary>
<para>Raises the <see cref="E:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.ValueChanged"/> event.</para>
</summary>
<param name="sender">.</param>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.SupportsThumbTrack">
<summary>
Gets or sets a value indicating whether the control should scroll while the user is dragging a scrollbar's thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.SupportsScrollTips">
<summary>
Gets or sets a value indicating whether the parent control should show ScrollTips while the user is dragging a scrollbar thumb.
</summary>
<remarks>
<see cref="T:Syncfusion.Windows.Forms.Edit.ScrollControl"/> checks this property to determine if scrolltips should be displayed.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.Locked">
<summary>
Gets or sets a value indicating whether updating is locked or not. See <see cref="M:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.BeginUpdate"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.InnerScrollBar">
<summary>
Gets or sets a reference to the scrollbar that is contained in this wrapper class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.IsReflect">
<summary>
Gets or sets a value indicating whether it is a reflecting scrollbar. If the value is false, it is a simple scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.IsThumbTracking">
<summary>
Gets or sets a value indicating whether it is currently in thumb drag mode or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.IsEmpty">
<summary>
Gets or sets a value indicating whether the scrollbar value is null.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.LargeChange">
<summary>
Gets or sets a value to be added to or subtracted from to the Value property when the scroll bar is moved a large distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.Maximum">
<summary>
Gets or sets the upper limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.Minimum">
<summary>
Gets or sets the lower limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.SmallChange">
<summary>
Gets or sets the value to be added to or subtracted from to the Value property when the scroll box is moved a small distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.Value">
<summary>
Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.Enabled">
<summary>
Gets or sets a value indicating whether the current position of the scroll box on the scroll bar control is enabled or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.Visible">
<summary>
Gets or sets the visibility of scroll bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.Parent">
<summary>
Gets a reference to the parent control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.RightToLeft">
<summary>
Gets or sets whether the parent control is in right to left mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.Syncfusion#Windows#Forms#Edit#IScrollBarContainer#ScrollBar">
<summary>
Gets or sets the inner scroll bar.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.Scroll">
<summary>
<para>Occurs when the scroll box has been moved by either a mouse or keyboard action.</para>
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.ScrollBarWrapper.ValueChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.ScrollBar.Value"/> property has changed.</para>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.BeginUpdateOptions">
<summary>
Defines the constants that specifies the BeginUpdateOptions details which should perform the drawing operations during a batch of updates.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.BeginUpdateOptions.None">
<summary>
Specifies that the control suspends any drawing and invalidating and will do a complete refresh when EndUpdate is called.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.BeginUpdateOptions.Invalidate">
<summary>
Specifies the regions that need to be redrawn afterward should be marked invalid by calling the controls Invalidate method.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.BeginUpdateOptions.ScrollWindow">
<summary>
Specifies whether the ScrollWindow will scroll the window.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.BeginUpdateOptions.SynchronizeScrollBars">
<summary>
Specifies whether the Scrollbars should be synchronized with the current scroll position.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.BeginUpdateOptions.InvalidateAndScroll">
<summary>
Allows invalidating regions, scrolling and synchronizes the scrollbar thumb.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ExceptionManager">
<summary>
Represents a class that provides a global hook for exceptions that have been catched inside the framework and gives you the option to provide specialized handling of the exception. You can also temporarily suspend and resume catching exceptions.
</summary>
<remarks>
The Syncfusion framework notifies <see cref="T:Syncfusion.Windows.Forms.Edit.ExceptionManager"/> about exceptions that
are catched by calling ExceptionManager.RaiseExceptionCatched or ExceptionManager.
The RaiseExceptionCatched method will raise the ExceptionCatched
event. By handling the ExceptionCatched event your code can analyze the exception that was catched
and optionally let it bubble up by rethrowing the exception.<para/>
Your code can also temporariliy suspend and resume catching exceptions. This is usefull if you want to provide your
own exception handling. Just call <see cref="M:Syncfusion.Windows.Forms.Edit.ExceptionManager.SuspendCatchExceptions"/> to disable handling exceptions and <see cref="M:Syncfusion.Windows.Forms.Edit.ExceptionManager.ResumeCatchExceptions"/>
to resume catching exceptions.<para/>
You also have the options to disable catching exceptions alltogether by setting <see cref="P:Syncfusion.Windows.Forms.Edit.ExceptionManager.PassThroughExceptions"/> to true.<para/>
Note: All static settings for this class are thread local.
</remarks>
<example>
<code lang="C#">
<![CDATA[
// The following example demonstrates temporarily suspending exception catching when calling a base class version
// of a method.
protected override void OnMouseDown(MouseEventArgs e)
{
ExceptionManager.SuspendCatchExceptions();
try
{
base.OnMouseDown(e);
ExceptionManager.ResumeCatchExceptions();
}
catch (Exception ex)
{
ExceptionManager.ResumeCatchExceptions();
// Notify exception manager about the catched exception and
// give it a chance to optionally rethrow the exception if necessary
// (e.g. if this OnMouseDown was called from another class that
// wants to provide its own exception handling).
if (!ExceptionManager.RaiseExceptionCatched(this, ex))
throw ex;
// handle exception here
MessageBox.Show(ex.ToString());
}
}
]]>
</code>
</example>
<example>
<code lang="C#">
<![CDATA[
// This code snippet shows how exceptions are handled within the framework.
try
{
CurrentCell.Refresh();
}
catch (Exception ex)
{
TraceUtil.TraceExceptionCatched(ex);
if (!ExceptionManager.RaiseExceptionCatched(this, ex))
throw ex;
}
]]>
</code>
</example>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ExceptionManager.SuspendCatchExceptions">
<summary>
Temporarily suspend and resume catching exceptions. Call <see cref="M:Syncfusion.Windows.Forms.Edit.ExceptionManager.SuspendCatchExceptions"/> to disable handling exceptions and <see cref="M:Syncfusion.Windows.Forms.Edit.ExceptionManager.ResumeCatchExceptions"/>
to resume catching exceptions.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ExceptionManager.ResumeCatchExceptions">
<summary>
Temporarily suspend and resume catching exceptions. Call <see cref="M:Syncfusion.Windows.Forms.Edit.ExceptionManager.SuspendCatchExceptions"/> to disable handling exceptions and <see cref="M:Syncfusion.Windows.Forms.Edit.ExceptionManager.ResumeCatchExceptions"/>
to resume catching exceptions.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ExceptionManager.ShouldCatchExceptions">
<summary>
Determines whether exceptions should be catched or if they should bubble up.
calls this method.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ExceptionManager.PassThroughExceptions">
<summary>
Gets or sets a value indicating whether disable catching exceptions all together by setting <see cref="P:Syncfusion.Windows.Forms.Edit.ExceptionManager.PassThroughExceptions"/> to true.<para/>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigStringsData">
<summary>
Structure for storing Xml data divided into independent strings.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigStringsData.Languages">
<summary>
Xml code for languages.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigStringsData.Macros">
<summary>
Xml code for macros.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config">
<summary>
Represents a class that is used for reading xml configuration and also creating array of ConfigLanguage.
(ConfigLanguage - object which describes concrete programming language: how to parse current source).
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IConfig">
<summary>
Provides the basic functionality for reading and writting configuration.
needed for coloring.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfig.CreateLanguageConfiguration(System.String)">
<summary>
Creates a new language configuration and adds it to the configurations list.
</summary>
<param name="name">Name of the new language.</param>
<returns>New instance of language configuration.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfig.Open(System.String)">
<summary>
Opens the configuration file by it file path.
</summary>
<param name="configFile">file path to config file</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfig.Open(System.IO.Stream)">
<summary>
Reads the configuration from stream.
</summary>
<param name="configFile">stream which contains configuration for
parsers</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfig.Open(System.Xml.XmlDocument)">
<summary>
Opens the XML Document which contains configuration rules for parsers.
</summary>
<param name="configFile">XML Document</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfig.AppendConfig(System.String)">
<summary>
Appends all the configuration file in a single call when user divides on many small one for each language.
</summary>
<param name="configFile">file path to config file</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfig.AppendConfig(System.IO.Stream)">
<summary>
Appends all the configuration file in a single call when user divides on many small one for each language.
</summary>
<param name="configFile">Stream with XML config</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfig.AppendConfig(System.Xml.XmlDocument)">
<summary>
Appends all the configuration file in a single call when user divides on many small one for each language.
</summary>
<param name="configFile">XML document which contains formatting data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfig.Reset">
<summary>
Reset to default configuration
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfig.Save(System.String)">
<summary>
Saves the current configuration to file
</summary>
<param name="fileName">output file name</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfig.Save(System.IO.Stream)">
<summary>
Saves the configuration to output stream
</summary>
<param name="config">stream for config saving</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfig.Save(System.Xml.XmlDocument)">
<summary>
Saves the configuration to XML Document
</summary>
<param name="config">XML document to which data must be saved</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfig.Item(System.Int32)">
<summary>
Gets the configuration for language by index
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfig.Item(System.String)">
<summary>
Gets the configuration for language by specified name
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfig.KnownLanguages">
<summary>
Gets the list of known to configuration languages
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfig.DefaultLanguage">
<summary>
Gets a default language configuration that is stored in embebbed resource.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Interfaces.IConfig.ConfigurationChanged">
<summary>
Occurs after the configuration has changed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.DEF_CONFIG1">
<summary>
Reference on default config file provided with control as embedded resource.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.DEF_DEFAULT_LANGUAGE_NAME">
<summary>
Holds the default language name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.DEF_CONF_FILE">
<summary>
Path to default configuration file.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.DEF_COMPILED_REGEX">
<summary>
Defines whether regular expresisons should be compiled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config._configStream">
<summary>
Stream of default configuration file.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.m_InDesign">
<summary>
Design mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.macroRegex">
<summary>
Regex for rerieving macros from config file.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config._languages">
<summary>
Default configuration languages.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config._index">
<summary>
Last index of the configurator.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.m_strFileName">
<summary>
Config file name which we read from.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.m_arrCL">
<summary>
Storage for array of IConfigLanguage.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.m_hashLanguages">
<summary>
Return IConfigLanguage by it's name (like "Delphi").
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.m_hashExtentsion">
<summary>
Return IConfigLanguage by extension
(like .pas returns Delphi IConfigLanguage, .cpp or .c - CPP IConfigLanguage).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.m_serializer">
<summary>
XML Serialization provider.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.m_index">
<summary>
Configurator index.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.m_macrosManager">
<summary>
Manager of macros.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.editcontrol">
<summary>
Holds the EditControl instance
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.CreateLanguageConfiguration(System.String)">
<summary>
Creates new language configuration and adds it to the configurations list.
</summary>
<param name="name">Name of the new language.</param>
<returns>New instance of language configuration.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.GetLanguage(System.String)">
<summary>
Detect language by file name extension.
</summary>
<param name="extension">File extension.</param>
<returns> IConfigLanguage - config obj for parsing. </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.#cctor">
<summary>
Loads default macroses.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.#ctor(System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config"/> class.
</summary>
<param name="design">Indicates whether underlying control is in design mode.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.#ctor(System.Boolean,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config"/> class.
</summary>
<param name="bDesign">Indicates whether underlying control is in design mode.</param>
<param name="bLoadConfigFile">Indicates whether config file should be loaded.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config"/> using file name.
</summary>
<param name="strFileName">Xml file name.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.#ctor(System.IO.Stream)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config"/> using stream.
</summary>
<param name="cfgStream">Stream which filled with data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.#ctor(System.Xml.XmlDocument)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config"/> using xmlDocument.
</summary>
<param name="xmlDoc">Obj which represents xml file.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.Dispose">
<summary>
Releases all resources used by this Controls component.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.Open(System.String)">
<summary>
Open configuration file by using its path.
</summary>
<param name="configFile">File name of config.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.Open(System.IO.Stream)">
<summary>
Reads config from stream.
</summary>
<param name="configFile">stream which contains configuration for
parsers.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.Open(System.Xml.XmlDocument)">
<summary>
Opens the XML Document which contains configuration rules for parsers.
</summary>
<param name="configFile">XML Document.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.Append(System.String)">
<summary>
If config file divided by user on many small one for each language then this methods will help him to load them in one call.
</summary>
<param name="configFile">File path to config file.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.Append(System.String,Syncfusion.Windows.Forms.Edit.Enums.DuplicatesOptions)">
<summary>
If config file divided by user on many small one for each language then this methods will help him to load them in one call.
</summary>
<param name="configFile">File path to config file.</param>
<param name="duplicatesProcessing">Application`s behaviour on duplicates occurance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.Append(System.IO.Stream)">
<summary>
If config file divided by user on many small one for each language then this methods will help him to load them in one call.
</summary>
<param name="configStream">Stream with XML config</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.Append(System.IO.Stream,Syncfusion.Windows.Forms.Edit.Enums.DuplicatesOptions)">
<summary>
If config file divided by user on many small one for each language then this methods will help him to load them in one call.
</summary>
<param name="configStream">Stream with XML config</param>
<param name="duplicatesProcessing">Application's behaviour on duplicates occurance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.Append(System.Xml.XmlDocument)">
<summary>
If config file divided by user on many small one for each language then this methods will help him to load them in one call.
</summary>
<param name="configXml">XML document which contains formatting data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.Append(System.Xml.XmlDocument,Syncfusion.Windows.Forms.Edit.Enums.DuplicatesOptions)">
<summary>
If config file divided by user on many small one for each language then this methods will help him to load them in one call.
</summary>
<param name="configXml">XML document which contains formatting data</param>
<param name="duplicatesProcessing">Application's behaviour on duplicates occurance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.AppendConfig(System.String)">
<summary>
If config file divided by user on many small one for each language then this methods will help him to load them in one call.
</summary>
<param name="configFile">File path to config file.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.AppendConfig(System.String,Syncfusion.Windows.Forms.Edit.Enums.DuplicatesOptions)">
<summary>
If config file divided by user on many small one for each language then this methods will help him to load them in one call.
</summary>
<param name="configFile">file path to config file</param>
<param name="duplicatesProcessing">Application`s behaviour on duplicates occurance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.AppendConfig(System.IO.Stream)">
<summary>
If config file divided by user on many small one for each language then this methods will help him to load them in one call.
</summary>
<param name="configStream">Stream with XML config</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.AppendConfig(System.IO.Stream,Syncfusion.Windows.Forms.Edit.Enums.DuplicatesOptions)">
<summary>
If config file divided by user on many small one for each language then this methods will help him to load them in one call.
</summary>
<param name="configStream">Stream with XML config</param>
<param name="duplicatesProcessing">Application`s behaviour on duplicates occurance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.AppendConfig(System.Xml.XmlDocument)">
<summary>
If config file divided by user on many small one for each language then this methods will help him to load them in one call.
</summary>
<param name="configXml">XML document which contains formatting data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.AppendConfig(System.Xml.XmlDocument,Syncfusion.Windows.Forms.Edit.Enums.DuplicatesOptions)">
<summary>
If config file divided by user on many small one for each language then this methods will help him to load them in one call.
</summary>
<param name="configXml">XML document which contains formatting data</param>
<param name="duplicatesProcessing">Application's behaviour on duplicates occurance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.Reset">
<summary>
Resets configuration languages list and loads default configuration.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.Save(System.String)">
<summary>
Saves current configuration to file.
</summary>
<param name="fileName">Output file name.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.Save(System.IO.Stream)">
<summary>
Save configuration to output stream.
</summary>
<param name="configStream">Stream for config saving.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.Save(System.Xml.XmlDocument)">
<summary>
Save configuration to XML Document.
</summary>
<param name="configXml">XML document to which data must be saved.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.Add(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage,Syncfusion.Windows.Forms.Edit.Enums.DuplicatesOptions)">
<summary>
Adds configuration language to config.
</summary>
<param name="language">Language for adding.</param>
<param name="duplicatesProcessing">Specifies how to process duplicates.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.ProcessAndAppend(Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage[],Syncfusion.Windows.Forms.Edit.Enums.DuplicatesOptions)">
<summary>
Appends languages to the configuration.
</summary>
<param name="languages">Array of languages to append.</param>
<param name="duplicatesProcessing">Specifies how to process duplicates.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.CreateLangHash">
<summary>
Util method for config hashes sync.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.ToString">
<summary>
Converts class object to string.
</summary>
<returns>String representation of config.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.AppendDefaultLanguage">
<summary>
Appends default language from embedded resource.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.Remove(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Removes language from collection.
</summary>
<param name="language">Language which must be removed.</param>
<returns>TRUE - if language deleted, FALSE - otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.OnConfigurationChanged">
<summary>
Raises ConfigurationChanged event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.BindToLanguageEvents">
<summary>
Binds events.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.GetConfigStringsData(System.String)">
<summary>
Returns ConfigStringsData structure with Xml code divided into different sections.
</summary>
<param name="strData">String with XML source with data.</param>
<returns>ConfigStringsData structure with Xml code divided into different sections.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.UpdateDataFromConfig(Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigStringsData,Syncfusion.Windows.Forms.Edit.Enums.DuplicatesOptions)">
<summary>
Updates all needed data from ConfigStringsData structure.
</summary>
<param name="data"></param>
<param name="duplProcessing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.AddDefaultLanguageFromCode">
<summary>
Adds default language to the collection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.language_OnChanged(System.Object,System.EventArgs)">
<summary>
Raises FormatsChanged event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.language_LanguageChanged(System.Object,Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises configuration changed event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.ClearStaticData">
<summary>
Helps to clears the static collection of default languages.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.InitMacros">
<summary>
Initializes macros.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.ConfigurationChanged">
<summary>
Occurs after the configuration has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.FormatsChanged">
<summary>
Occurs after the formats configuration has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.DefConfigStream">
<summary>
Gets the stream of default configuration document.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.MacrosManager">
<summary>
Gets the currently used macros.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.EditControl">
<summary>
Gets or sets the EditControl
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.Item(System.Int32)">
<summary>
Gets configuration for language by index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.Item(System.String)">
<summary>
Gets configuration for language by specified name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.KnownLanguageNames">
<summary>
Gets the list of known language names.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.KnownLanguages">
<summary>
Gets list of known languages.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.Config.DefaultLanguage">
<summary>
Gets default language configuration that is stored in embedded resource.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage">
<summary>
Represents a class that helps to describe how to parse source file of particular type.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager">
<summary>
Represents a class that helps to manage various operation that are performed by using the formats.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection">
<summary>
Represents a class that provides the abstract base class for a strongly typed collection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.m_bSkipEvents">
<summary>
If TRUE then class must skip all event raising code, otherwise FALSE
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.OnClear">
<summary>
Fires corresponding events.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.OnClearComplete">
<summary>
Fires corresponding events.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.OnInsert(System.Int32,System.Object)">
<summary>
Fires corresponding events.
</summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.OnInsertComplete(System.Int32,System.Object)">
<summary>
Fires corresponding events.
</summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.OnRemove(System.Int32,System.Object)">
<summary>
Fires corresponding events.
</summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.OnRemoveComplete(System.Int32,System.Object)">
<summary>
Fires corresponding events.
</summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.OnSet(System.Int32,System.Object,System.Object)">
<summary>
Fires corresponding events.
</summary>
<param name="index"></param>
<param name="oldValue"></param>
<param name="newValue"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
<summary>
Fires corresponding events.
</summary>
<param name="index"></param>
<param name="oldValue"></param>
<param name="newValue"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.RaiseOnChangedEvent">
<summary>
Fires corresponding events.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.QuietMode">
<summary>
Gets or sets a value indicating whether the collection work in silent mode without raising any event to user or in normal mode.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.OnChanged">
<summary>
Occurs when any collection changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.Clearing">
<summary>
Occurs when <see cref="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.OnClear"/> method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.Cleared">
<summary>
Occurs when <see cref="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.OnClearComplete"/> method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.Inserting">
<summary>
Occurs when <see cref="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.OnInsert(System.Int32,System.Object)"/> method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.Inserted">
<summary>
Occurs when <see cref="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.OnInsertComplete(System.Int32,System.Object)"/> method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.Removing">
<summary>
Occurs when <see cref="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.OnRemove(System.Int32,System.Object)"/> method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.Removed">
<summary>
Occurs when <see cref="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.OnRemoveComplete(System.Int32,System.Object)"/> method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.Setting">
<summary>
Occurs when <see cref="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.OnSet(System.Int32,System.Object,System.Object)"/> method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.Set">
<summary>
Occurs when <see cref="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.OnSetComplete(System.Int32,System.Object,System.Object)"/> method is called.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IFormatManager">
<summary>
Provides the functionality for formats manager declaration interface.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IFormatManager.Add(System.String)">
<summary>
Creates a new format with unique name and add it into the format collection. FormatType will be set to Custom value.
</summary>
<param name="formatName">new format unique name</param>
<returns>Created and added into collection format reference</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IFormatManager.Add(System.String,Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Creates a new format that was inherited from the source format and add it into the format collection.
</summary>
<param name="formatName">unique format name</param>
<param name="source">format which setting must be inherited</param>
<returns>Created and added into collection format reference</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IFormatManager.Add(System.String,System.String)">
<summary>
Creates a new format that was inherited from the source format and add it into the format collection.
</summary>
<param name="formatName">unique format name</param>
<param name="sourceName">Get source format by it unique name</param>
<returns>Created and added into collection format reference</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IFormatManager.Remove(Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Removes the specified format from the collection by it reference.
</summary>
<param name="format">reference on format</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IFormatManager.Remove(System.String)">
<summary>
Remove the specified format from the collection by it unique name.
</summary>
<param name="formatName">unique format name</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IFormatManager.Item(System.String)">
<summary>
Gets the format by its name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IFormatManager.Item(Syncfusion.Windows.Forms.Edit.Enums.FormatType)">
<summary>
Gets the format by its type, does not work for FormatType.Custom.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IFormatManager.Item(System.Int32)">
<summary>
Gets the format by its indexes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IFormatManager.MaxLineHeight">
<summary>
Gets the maximum height of line according to known object formats.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IFormatManager.MinLineHeight">
<summary>
Gets the minimum height of line according to known object formats.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IFormatManager.MaxCharWidth">
<summary>
Gets the maximum char width according to known object formats.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IFormatManager.MinCharWidth">
<summary>
Gets the minimum char width according to formats known object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IFormatManager.TabReplaceString">
<summary>
Gets the string, to be placed instead of tab.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IFormatManager.ShowWhiteSpaces">
<summary>
Gets or sets a value indicating whether the whitespaces should be shown as bullets.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IObjectInitialize">
<summary>
Provides the functionality to initialize the object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IObjectInitialize.Initialize">
<summary>
Initializes the object.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IXMLDataProvider">
<summary>
Provides the functionality for saving data to XML.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IXMLDataProvider.AppendToXML(System.Xml.XmlElement)">
<summary>
Appends its data to some XML element.
</summary>
<param name="parent">Parent elements, data have to be saved to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IXMLDataProvider.AppendToXML(System.Xml.XmlTextWriter)">
<summary>
Writes the data to XML.
</summary>
<param name="writer">Writer, data have to be saved to.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.DEF_DEFAULT_FORMAT_NAME">
<summary>
Default name of the format.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.DEF_FONT_NAME">
<summary>
Default name of the font.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.TAB_SIZE">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.defFormat">
<summary>
Default Format.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_hashNames">
<summary>
Stores name-to-format object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_iMaxLineHeight">
<summary>
This is calculated value and it hold maximum heigh of line according to
known to object formats.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_iMinLineHeight">
<summary>
This is calculated value an it hold minimal size of line according to
known for object formats
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_iMaxCharWidth">
<summary>
This is calculated value and it hold maximum char width according to
known for object formats.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_iMinCharWidth">
<summary>
This is calcualted value and it hold minimum char width according to
formats known by object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_BrushesHash">
<summary>
Hash of the preallocated brushes.
Key - Style, Value - hashtable ( Key - Color, Value - Brush )
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_SolidBrushesHash">
<summary>
Hash of the preallocated solid brushes.
Key - Color, Value - Brush
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_PensHash">
<summary>
Hashtable of the pens.
Key - color. Value - Pen.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_standartFormatNames">
<summary>
Hashtable of standart format names.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_strikeOutFormats">
<summary>
Hashtable with formats used for striking out text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_iSpacesInTab">
<summary>
Count of space characters, the tab
character is to be replaced with.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_textInsteadTab">
<summary>
Text( array of spaces ), the tab
character is to be replaced with.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_bShowWhiteSpaces">
<summary>
Idicates whether Show white space mode is on.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_borderFormats">
<summary>
Hashtable used to keep all created border formats.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_textColorFormats">
<summary>
Hashtable used to keep all created text color formats.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_backgroundColorFormats">
<summary>
Hashtable used to keep all created background color formats.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_backgroundAndTextColorFormats">
<summary>
Hashtable used to keep all created background and text color formats.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_borderIndex">
<summary>
Index of newly created border format used for its naming.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_textColorIndex">
<summary>
Index of newly created text color format used for its naming.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_backgroundColorIndex">
<summary>
Index of newly created background color format used for its naming.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_backgroundAndTextColorIndex">
<summary>
Index of newly created background and text color format used for its naming.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.m_whitespaceProps">
<summary>
Properties of White space mode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.Add(Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Adds format to collection.
</summary>
<param name="format">Format to add.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.Add(System.String)">
<summary>
Creates new format and adds it to collection.
</summary>
<param name="formatName">Name for format.</param>
<returns>New format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.Add(System.String,Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Adds new format to collection.
</summary>
<param name="formatName">Name of format.</param>
<param name="source">Source format.</param>
<returns>New format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.Add(System.String,System.String)">
<summary>
Adds new format to collection.
</summary>
<param name="formatName">Name of format.</param>
<param name="sourceName">Name of source format.</param>
<returns>New format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.Remove(Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Removes the specified format from the collection.
</summary>
<param name="format">Format to remove.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.Remove(System.String)">
<summary>
Removes the specified format from the collection.
</summary>
<param name="formatName">Name of format to remove.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.GetBrush(System.Drawing.Color)">
<summary>
Gets the cache solid brush of the specified color.
</summary>
<param name="color">Color of the needed brush.</param>
<returns>Solid brush.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.GetBrush(System.Drawing.Drawing2D.HatchStyle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Gets the cache brush with a needed hatch style.
</summary>
<param name="style">HatchStyle of the needed brush.</param>
<param name="foreColor">Color of the needed brush.</param>
<param name="backColor">Background color.</param>
<returns>Brush. You do not have to dispose it later, it will be done automatically.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.GetPen(System.Drawing.Color)">
<summary>
Gets the cache pen with a needed color.
</summary>
<param name="penColor">Color of the needed pen.</param>
<returns>Pen. You do not have to dispose this pen later,
it will be done automatically.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.AppendToXML(System.Xml.XmlElement)">
<summary>
Append its data to given XML element.
</summary>
<param name="parent">Parent element.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.AppendToXML(System.Xml.XmlTextWriter)">
<summary>
Append its data to given XML.
</summary>
<param name="writer">Parent element.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.GetStrikeOutFormat(System.Drawing.Color)">
<summary>
Gets the format which is used for striking out.
</summary>
<param name="color">Color to use.</param>
<returns>Format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.GetBorderFormat(Syncfusion.Windows.Forms.Edit.Enums.FrameBorderStyle,System.Drawing.Color,Syncfusion.Windows.Forms.Edit.Enums.BorderWeight)">
<summary>
Creates new format object with given border parameters or retrieves it from hashtable (if it's already created).
</summary>
<param name="style">Style of border.</param>
<param name="color">Color of border.</param>
<param name="weight">Weight of border line.</param>
<returns>Created or retrieved format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.GetTextColorFormat(System.Drawing.Color)">
<summary>
Creates new format object with given text color or retrieves it from hashtable (if it's already created).
</summary>
<param name="color">Color of text.</param>
<returns>Created or retrieved format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.GetBackgroundColorFormat(System.Drawing.Color)">
<summary>
Creates new format object with given background color or retrieves it from hashtable (if it's already created).
</summary>
<param name="color">Color of text.</param>
<returns>Created or retrieved format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.GetBackgroundAndTextColorFormat(System.Drawing.Color,System.Drawing.Color)">
<summary>
Creates new format object with given background and text color or retrieves it from hashtable (if it's already created).
</summary>
<param name="backColor">Color of text background.</param>
<param name="textColor">Color of text.</param>
<returns>Created or retrieved format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.GetTabString">
<summary>
Gets tab string with legth set to SpacesInTab.
</summary>
<returns>Tab string with legth set to SpacesInTab.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.OnInsertComplete(System.Int32,System.Object)">
<summary>
Adds Changed event handling.
</summary>
<param name="index">Zero-base index of in collection.</param>
<param name="value">Format that has been inserted.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.OnRemoveComplete(System.Int32,System.Object)">
<summary>
Removes Changed event handling.
</summary>
<param name="index">Zero-base index of in collection.</param>
<param name="value">Format that has been removed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.OnFormatChanged(Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format)">
<summary>
Raises FormatChanged event.
</summary>
<param name="format">Format that has been changed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.Initialize">
<summary>
Initializes object.
Rebuilds hashes.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.RebuildHashes">
<summary>
Rebuilds hash of the name:format pairs.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.Recalculation">
<summary>
Recalcualtes Min/Max line heights.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.WriteXml(System.Xml.XmlWriter)">
<summary>
Helps to write the complex object.
</summary>
<param name="writer">XmlWriter.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.GetSchema">
<summary>
Gets XSD Schema for serialization.
</summary>
<returns>XmlSchema.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.ReadXml(System.Xml.XmlReader)">
<summary>
Helps to read the complex object.
</summary>
<param name="reader">XmlReader.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.Dispose">
<summary>
Releases all resources used by this Controls component like Brushes, Fonts.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.format_Changed(System.Object,System.EventArgs)">
<summary>
Calls OnFormatChanged method.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.Item(System.String)">
<summary>
Gets the format based on its name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.Item(Syncfusion.Windows.Forms.Edit.Enums.FormatType)">
<summary>
Gets the format based on its FormatType.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.Item(System.Int32)">
<summary>
Gets the format based on the given index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.MaxLineHeight">
<summary>
Gets the maximum height of line according to known object formats.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.MinLineHeight">
<summary>
Gets the minimum height of line according to known object formats.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.MaxCharWidth">
<summary>
Gets the maximum character width according to known object formats.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.MinCharWidth">
<summary>
Gets the minimum character width according to known formats object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.SpacesInTab">
<summary>
Gets or sets the count of space characters that was replaced instead of tab character.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.TabReplaceString">
<summary>
Gets the text( array of spaces ), that was replaced instead of the tab character.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.ShowWhiteSpaces">
<summary>
Gets or sets a value indicating whether the whitespaces are shown as bullets or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.ShowWhiteSpaceProperties">
<summary>
Gets or sets the properties of Show white spaces mode.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatManager.FormatChanged">
<summary>
Occurs after format has changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage">
<summary>
Provides the functionality for lexem-parser configuration.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage.FindConfig(System.Int32)">
<summary>
Gets the lexem configuration by it`s ID.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage.AddCodeSnippet(System.String,System.Collections.ArrayList,System.String)">
<summary>
Adds a new code snippet to the language.
</summary>
<param name="title">Title of code snippet.</param>
<param name="literals">List of literals.</param>
<param name="code">Code for code snippet.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage.AddCodeSnippet(Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet)">
<summary>
Adds a code snippet to the language.
</summary>
<param name="snippet">Code snippet to be added.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage.AddCodeSnippetsContainer(Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer)">
<summary>
Adds a new code snippets container to the language.
</summary>
<param name="container">Code snippets container to be added.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage.ResetCaches">
<summary>
Resets all cached data. Must be called after every change of the configuration inside the language.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage.Language">
<summary>
Gets the Language name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage.OneCharTokenSplits">
<summary>
Gets or sets the splitters.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage.Lexems">
<summary>
Gets the list of lexem configurations.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage.SnippetsContainer">
<summary>
Gets the container of code snippets.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage.AutoReplaceTriggers">
<summary>
Gets the list of autoreplace triggers.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage.Splits">
<summary>
Gets or sets the array of multichar splitters (ex. ++, --, /*, */, //, /// )
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage.KnownFormats">
<summary>
Known for object formats. Here is list of defined in config file
formats. If format not defined, but it belong to default formats
specified by FormatType enum then will be used default configuration
for it. Each string hold one extension.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage.Extensions">
<summary>
Gets or sets the file extensions by which this language can be automatically linked
to source file.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage.CaseInsensitive">
<summary>
Gets or sets a value indicating whether the current language is case sensitive or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage.StartComment">
<summary>
Gets or sets the string representing beginning of comment for this language.
If EndComment is empty string, BeginComment is inserted in each of the commented lines.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage.EndComment">
<summary>
Gets or sets the string representing end of comment for this language.
If EndComment is empty string, BeginComment is inserted in each of the commented lines.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage.Cached">
<summary>
Gets or sets value for cached.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage.TriggersActivators">
<summary>
Gets or sets the array of autoreplace triggers activators.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage.TriggersActivatorsString">
<summary>
Gets the string of triggers activators.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem">
<summary>
Provides the functionality for lexem to control parsing of input stream.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.IsEqualToEnd(System.String)">
<summary>
Gets a value indicating whether the string is equal to end block or not. If end block is regular expression, input string will be checked by RegExp
</summary>
<param name="str">String to be checked</param>
<returns>True if it can be treated as end block.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.IsEqualToContinue(System.String)">
<summary>
Gets a value indicating whether the string is equal to continue block or not. If continue block is regular expression, input string will be checked by RegExp
</summary>
<param name="str">String to be checked</param>
<returns>True if it can be treated as continue block.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.IsEqualToBegin(System.String)">
<summary>
Gets a value indicating whether the string is equal to begin block or not. If begin block is regular expression, input string will be checked by RegExp
</summary>
<param name="str">String to be checked</param>
<returns>True if it can be treated as begin block.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.FindConfigs(System.String)">
<summary>
Searches for configs in sub-lexems.
Current lexem config is not tested for equalization.
If config was not found in sub-lexems,
it will be searched in parent.
</summary>
<param name="str">String to find.</param>
<returns>List of config lexems.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.TypeCollapsed">
<summary>
Gets the name of the format to be used in collapsed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.BeginBlock">
<summary>
Gets the begin symbol or word for lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.EndBlock">
<summary>
Gets the end symbol or word for lexem when it contains both begin and end block. If lemex is "keyword" then this property must be set to null value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.ContinueBlock">
<summary>
If lexem can be divided on multi lines or has some special rules
which can continue lexem then us this setting.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.Priority">
<summary>
Gets the priority when it contains many lexems that has the same begin string then on parsing must be controlled order in which lexem parser will try to interpret input as lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.Type">
<summary>
Gets the format type which must be used for coloring. If format is Custom then uses the FormatName property for format identification.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.FormatName">
<summary>
Gets the format name which must be used for coloring.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.IsBeginRegex">
<summary>
Gets a value indicating whether the BeginBlock property contains Regular expression or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.IsEndRegex">
<summary>
Gets a value indicating whether the EndBlock property contains Regular expression or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.IsContinueRegex">
<summary>
Gets a value indicating whether the ContinueBlock property contains Regular expression or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.IsPseudoEnd">
<summary>
Gets a value indicating whether the the end-block just the way to exit higher by stack, or it is real ending of lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.IsComplex">
<summary>
Gets a value indicating whether the parser parse lexem internals or not. For complex constructions data between begin and end blocks can have own formats.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.SubLexems">
<summary>
Gets the specific sublexems for complex lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.ParentConfig">
<summary>
Gets the parent configuration who keeps the current lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.OnlyLocalSublexems">
<summary>
Gets a value indicating whether the parser should look for lexem`s config just in local array or also look into its parents.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.Format">
<summary>
Gets the format by Type and FormatName.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.VirtualConfig">
<summary>
Gets the link to the virtual configuration for current lexem.
</summary>
<remarks>
Gets the virtual configs does not support collapsed state.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.Condition">
<summary>
Gets the condition, needed to check the format. Format: name=ON|OFF
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.References">
<summary>
Gets the list of references of lexems.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.ID">
<summary>
Gets the static unique ID of configuration node.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.Language">
<summary>
Gets the language, lexem belongs to.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.Indent">
<summary>
Gets the sign of auto-indenting after lexem with such config.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.NextID">
<summary>
GET ID of the lexem configuration, that follows right after current
one is parsed. Such lexem must be complex and "OnlyLocalSublexems",
without beginblock and with endblock.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.DropContextChoiceList">
<summary>
Gets a value indicating whether the dropping down context choice list after entering text of the current lexem.
</summary>
<remarks>
Can be set only on non-complex lexems.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.DropContextPrompt">
<summary>
Get a value indicating whether context prompt should be shown after typing text of the current lexem or not.
</summary>
<remarks>
Can be set only on non-complex lexems.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.ContentDivider">
<summary>
Gets a value indicating whether content divider should be shown below lexem or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.IndentationGuideline">
<summary>
Gets a value indicating whether IndentationGuideline should be shown or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.DefaultInGroup">
<summary>
Gets a value indicating if lexem should be used if there are more than one config found on one priority level.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.UseCustomControl">
<summary>
Gets a value indicating if custom control should be used instead of the simple lexem rendering or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem.AllowTriggers">
<summary>
Gets a value indicating whether autoreplace triggers can be used or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.m_strLanguage">
<summary>
Language friendly name ( like "Delphi" ).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.m_arrExtensions">
<summary>
file extensions by which this language can be automatically linked
to source file.
( like .cpp .c it's for c plus plus etc. )
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.m_snippetsContainer">
<summary>
Container of code snippets.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.m_arrLexem">
<summary>
storage of some complex constructions for this language
like comments , string etc.
ILexem represents each complex construction
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.m_arrSplitters">
<summary>
Storage of some very small complex constructions for this language
like ++ at cpp.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.m_strOneCharToken">
<summary>
One char token.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.m_arrKnownFormats">
<summary>
Known for object formats. Here is list of defined in config file
formats. If format not defined, but it belong to default formats
specified by FormatType enum then will be used default configuration
for it. Each string hold one extension.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.m_keeper">
<summary>
Config search manager.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.m_format">
<summary>
Cache of the default format.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.m_emptyReferencesList">
<summary>
Empty list of references.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.m_bCaseInsensetive">
<summary>
Case insensitivity of the language.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.m_knownLanguage">
<summary>
Known language, associated with the configuration.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.m_macrosManager">
<summary>
Specifies macros manager.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.m_iLanguageIndex">
<summary>
Internal language index.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage._iLastLoadedLanguageIndex">
<summary>
Last loaded language index.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.m_strStartComment">
<summary>
String representing beginning of comment for this language.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.m_strEndComment">
<summary>
String representing end of comment for this language.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.m_arrAutoReplaceTriggers">
<summary>
List of autoreplace triggers.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.m_arrTriggersActivators">
<summary>
Array of autoreplace triggets activators
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.m_strTriggersActivatorsString">
<summary>
String of triggers activators.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage"/> using name.
</summary>
<param name="name">Name of language ( like "Delphi" ).</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.#ctor(System.String,System.String[])">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage"/> using name and extensions array.
</summary>
<param name="name">Name of language.</param>
<param name="extensions">File extensions which CL supports.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.#ctor(System.String,System.String[],Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem[])">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage"/> using name, extensions array and lexem array.
</summary>
<param name="name">Language name</param>
<param name="arrExt">File extensions which CL supports.</param>
<param name="arrLexem">Lexems array.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.#ctor(System.String,System.String[],Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem[],Syncfusion.Windows.Forms.Edit.Implementation.Config.Split[])">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage"/> using name, extensions array, lexem array and splits array.
</summary>
<param name="name">Language name.</param>
<param name="arrExt">File extensions which CL supports.</param>
<param name="arrLexem">Lexems array.</param>
<param name="arrSplits">Splits array.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.RaiseLanguageChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises change language event.
</summary>
<param name="args">ValueChangedEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.RaiseMaxLineHeightChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises change MaxLineHeight event.
</summary>
<param name="args">ValueChangedEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.RaiseMinLineHeightChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises change MinLineHeight event.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.RaiseMaxCharWidthChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises change MaxCharWidth event.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.RaiseMinCharWidthChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises change MinCharWidth event.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.OnLanguageChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Call raiser for language.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.OnMaxLineHeightChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Call raiser for MaxLineHeight.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.OnMinLineHeightChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Call raiser for MinLineHeight.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.OnMaxCharWidthChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Call raiser for MaxCharWidth.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.OnMinCharWidthChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Call raiser for MinCharWidth.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.ToString">
<summary>
Represents string representation of the object.
</summary>
<returns>String representation of the object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.FindConfig(System.Int32)">
<summary>
Searches lexem configuration by its ID in given configuration and its sub-configurations.
</summary>
<param name="iConfigID">ID of configuration.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.ResetCaches">
<summary>
Resets all cached data. This method should be called after every change of the configuration inside the language.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.OnFormatChanged(Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format)">
<summary>
Drops caches of formats.
</summary>
<param name="format">Changed format.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.AddCodeSnippet(System.String,System.Collections.ArrayList,System.String)">
<summary>
Adds the new code snippet to the container.
</summary>
<param name="title">Title of code snippet.</param>
<param name="literals">List of literals.</param>
<param name="code">Code of snippet.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.AddCodeSnippet(Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet)">
<summary>
Adds the new code snippet to the container.
</summary>
<param name="snippet">Code snippet to be added.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.AddCodeSnippetsContainer(Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer)">
<summary>
Adds the new code snippets container to the container of snippets.
</summary>
<param name="container">Code snippets container to be added.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.GetConfigLexem(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem,System.Int32)">
<summary>
Searches lexem configuration by its ID in given configuration and its sub-configurations.
</summary>
<param name="root">Root of the search.</param>
<param name="iID">ID if the configuration to be found.</param>
<returns>Lexem configuration with given ID, or null if nothing was found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.Initialize">
<summary>
Overridden Initialize method.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.WriteXml(System.Xml.XmlWriter)">
<summary>
Writes current instance to Xml.
Attention! Start element "ConfigLanguage" must be already written and must be closed after execution of this method.
</summary>
<param name="writer">XmlWriter.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.ReadXml(System.Xml.XmlReader)">
<summary>
Reads current instance from Xml.
</summary>
<param name="reader">XmlReader.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.ReadConfigLanguage(System.Xml.XmlReader)">
<summary>
Helps to read the configuration language.
</summary>
<param name="reader"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.WriteConfigLanguage(System.Xml.XmlWriter)">
<summary>
Helps to writes the configuration language.
</summary>
<param name="writer"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.ReadExtension(System.Xml.XmlReader)">
<summary>
read extensions from config
</summary>
<param name="reader"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.ReadLexems(System.Xml.XmlReader)">
<summary>
read lexems from config
</summary>
<param name="reader"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.ReadAutoReplaceTriggers(System.Xml.XmlReader)">
<summary>
Reads autoreplace triggers from config Xml.
</summary>
<param name="reader"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.ReadSplits(System.Xml.XmlReader)">
<summary>
read splits from config
</summary>
<param name="reader"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.ReadCodeSnippetsContainer(System.Xml.XmlReader)">
<summary>
Reads container of code snippets from Xml.
</summary>
<param name="reader"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.IsEqualToEnd(System.String)">
<summary>
Checks whether the string is equal to end block.
If begin block is regular expression, input string will be checked by regular expression.
</summary>
<param name="str">String to be checked</param>
<returns>True if it can be treated as begin block.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.IsEqualToContinue(System.String)">
<summary>
Checks whether the string is equal to continue block.
If continue block is regular expression, input string will be checked by regular expression.
</summary>
<param name="str">String to be checked</param>
<returns>True if it can be treated as continue block.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.IsEqualToBegin(System.String)">
<summary>
Checks whether the string is equal to begin block.
If end block is regular expression, input string will be checked by regular expression.
</summary>
<param name="str">String to be checked</param>
<returns>True if it can be treated as end block.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.FindConfigs(System.String)">
<summary>
Searches the specified configuration string in sub-lexems.
Current lexem config is not tested for equalization.
If config was not found in sub-lexems,
it will be searched in parent.
</summary>
<param name="str">String to find.</param>
<returns>List of config lexems.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.LanguageIndex">
<summary>
Gets language index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.Language">
<summary>
Gets or sets the language friendly name ( like "Delphi" ).
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.OneCharTokenSplits">
<summary>
Gets or sets one-character token splits.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.Lexems">
<summary>
Gets or sets the collection of some complex constructions for this language like comments, string etc.
ILexem represents each complex construction.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.Splits">
<summary>
Gets or sets the collection of some very small complex constructions for this language like C++ at cpp.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.Extensions">
<summary>
Gets or sets file extensions by which this language can be automatically linked to source file ( like .cpp .c it's for c plus plus etc.).
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.SnippetsContainer">
<summary>
Gets container of code snippets.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.AutoReplaceTriggers">
<summary>
Gets or sets the list of autoreplace triggers.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.KnownFormats">
<summary>
Gets the object formats. Here is the list defined in config file
formats. If format not defined, but it belongs to default formats
specified by FormatType enum then will be used default configuration
for it. Each string hold one extension.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.CaseInsensitive">
<summary>
Gets or sets a value indicating whether it is Case insensitivity of the language.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.KnownLanguage">
<summary>
Gets or sets currently assigned known language.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.MacrosManager">
<summary>
Gets or sets macros manager used to process macros in regular expressions.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.StartComment">
<summary>
Gets or sets the string representing beginning of comment for this language.
If EndComment is empty string, BeginComment is inserted in each of the commented lines.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.Cached">
<summary>
Gets or sets the value for Cached.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.EndComment">
<summary>
Gets or sets the string representing end of comment for this language.
If EndComment is empty string, BeginComment is inserted in each of the commented lines.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.TriggersActivators">
<summary>
Gets or sets the array of autoreplace triggers activators.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.TriggersActivatorsString">
<summary>
Gets string with autoreplace triggers activators.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.LanguageChanged">
<summary>
Occurs after language has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.MaxLineHeightChanged">
<summary>
Occurs after MaxLineHeight has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.MinLineHeightChanged">
<summary>
Occurs after MinLineHeight has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.MaxCharWidthChanged">
<summary>
Occurs after MaxCharWidth has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.MinCharWidthChanged">
<summary>
Occurs after MinCharWidth has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.TypeCollapsed">
<summary>
Gets the collapsed text of the <see cref="T:Syncfusion.Windows.Forms.Edit.Enums.FormatType"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.BeginBlock">
<summary>
Gets begin symbol or word for lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.EndBlock">
<summary>
Gets the end symbol or word for lexem. If lexem is "keyword" then this property must be set to null value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.ContinueBlock">
<summary>
If lexem can be divided on multi lines or has some special rules
which can continue lexem then us this setting.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.Priority">
<summary>
If many lexems has the same begin string then on parsing
must be controlled order in which lexem parser will try to
interpret input as lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.Type">
<summary>
Gets the format type which must be used for coloring. If format is Custom, then used FormatName property for format identification.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.FormatName">
<summary>
Gets the FormatName which must be used for coloring.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.IsBeginRegex">
<summary>
Gets a value indicating whether the BeginBlock property contains Regular expression or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.IsEndRegex">
<summary>
Gets a value indicating whether the EndBlock property contains Regular expression or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.IsContinueRegex">
<summary>
Gets a value indicating whether the ContinueBlock property contains Regular expression or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.IsComplex">
<summary>
Gets a value indicating whether it must parser parse lexem internals or not. For complex constructions data between begin and end blocks can have own formats.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.SubLexems">
<summary>
Gets the list of sub lexems that are used in configuration file.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.References">
<summary>
Gets the List of references.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.ParentConfig">
<summary>
Gets the Parent configuration.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.OnlyLocalSublexems">
<summary>
Gets a value indicating whether the parser should look for lexems configuration just in local array, or in its parent.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.Format">
<summary>
Gets or sets format by Type and FormatName.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.VirtualConfig">
<summary>
Gets link to the virtual config for current lexem.
</summary>
<remarks>
Virtual configs does not support collapsed state.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.Condition">
<summary>
Gets the condition, needed to pass check. Format: name=ON|OFF
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.ID">
<summary>
Gets the static unique ID of configuration node.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.Syncfusion#Windows#Forms#Edit#Interfaces#IConfigLexem#Language">
<summary>
Gets the Language, lexem belongs to.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.IsPseudoEnd">
<summary>
Gets or sets a value indicating whether the end-block is just the way to exit higher by stack, or it is real ending of lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.Indent">
<summary>
Gets a value indicating whether it performs auto-indenting after lexem with such config.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.NextID">
<summary>
Gets ID of the lexem configuration, that follows right after current
one is parsed. Such lexem must be complex and "OnlyLocalSublexems",
without beginblock and with endblock.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.DropContextChoiceList">
<summary>
Gets a value indicating whether its drops the down context choice list after entering text of the current lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.DropContextPrompt">
<summary>
Gets a value indicating whether context prompt should be shown after typing text of the current lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.ContentDivider">
<summary>
Gets a value indicating whether content divider should be shown below lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.IndentationGuideline">
<summary>
Gets a value indicating whether IndentationGuideline should be shown.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.DefaultInGroup">
<summary>
Gets a value indicating whether lexem should be used if there are more than one config found on one priority level.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.UseCustomControl">
<summary>
Gets a value indicating whether custom control should be used instead of the simple lexem rendering.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLanguage.AllowTriggers">
<summary>
Gets a value indicating whether triggers can be used or not.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem">
<summary>
Represents a class that provides the configuration that has to be parsed in some defined way.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.ICollapsableConfigLexem">
<summary>
Provides the functionality for lexem configurations. It describes behaviour of the lexem, that can be collapsed.
It describes behaviour of the lexem, that can be collapsed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICollapsableConfigLexem.IsCollapsable">
<summary>
Gets a value indicating whether this configuration supports collapsing or not.
</summary>
<remarks>
If lexem is not collapsabe, all other properties does not have
any influence to it`s behaviour.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICollapsableConfigLexem.IsCollapseAutoNamed">
<summary>
Gets a value indicating whether lexem can read it`s text from sub-lexems or not.
</summary>
<remarks>
<para>
If this property is false, then CollapseName will be used to name the region.
</para>
<para>
Note: you should know that is this property is true, then on
by-lexem reading you`ll have to wait while sub-lexems will be loaded,
then processed by RegEx and only then you`ll have your collapsible lexem.
</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICollapsableConfigLexem.AutoNameExpression">
<summary>
Gets the expression for auto-naming.
</summary>
<remarks>
When parsing collapsed region, parser reads text from stream until text matches given expression.
You can specifie different named groups here to use them later in AutoNameTemplate.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICollapsableConfigLexem.AutoNameTemplate">
<summary>
Gets the template of resulting text for auto-naming of collapse.
</summary>
<remarks>
To specifie "$" symbol you must use $$.
To use result of some named group, use ${name}.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICollapsableConfigLexem.AutoNameRegex">
<summary>
Gets the regular expression instance for AutoNameExpression.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICollapsableConfigLexem.CollapseName">
<summary>
Gets the name of the collapsed region.
</summary>
<remarks>
If <see cref="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICollapsableConfigLexem.IsCollapseAutoNamed"/> is true, then
this property`s value will be used just when
found name is empty.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.DEF_REGEX_NEWLINE_REPLACEMENT">
<summary>
Regular expression that substitutes new line checks.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.DEF_DEFAULT_COLLAPSE_NAME">
<summary>
Default name for collapsed lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_lastIndex">
<summary>
Last auto assigned index.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_strBeginBlock">
<summary>
Begin symbol or word for lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_strEndBlock">
<summary>
If lexem has begin symbol and end symbol then use this property for
setting end symbol. if lexem is "keyword" then this property must be
set to null value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_strContinueBlock">
<summary>
If lexem can be divided into several lines or has some special rules
which can continue lexem then use this setting.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_iPriority">
<summary>
If many lexems have the same begin string then parser
must control the order in which to
interpret input as lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_Type">
<summary>
Format which must be used for coloring. If format is Custom then
used FormatName property for format identification.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_strFormatName">
<summary>
FormatName which must be used for coloring.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_bIsBeginRegex">
<summary>
Indicates whether BeginBlock property contains Regular expression or it doesn't.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_bIsEndRegex">
<summary>
Indicates whether EndBlock property contains Regular expression or it doesn't.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_bIsContinueRegex">
<summary>
Indicates whether ContinueBlock property contains Regular expression or it doesn't.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_bIsComplex">
<summary>
Indicates whether parser parses lexem internals or it doesn't. In
complex constructions data between begin and end blocks can have own
formats.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_arrSubLexems">
<summary>
Sublexems that must be skipped if they are found after BeginBlock
string before EndBock string.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_arrReferences">
<summary>
List of references. If config was not found in sub lexems, then search is done in this list.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_bOnlyLocalSublexems">
<summary>
This flag indicates whether parser should look for lexem's config just in local array
or also look in parents.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_ParentConfig">
<summary>
Parent of the config.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_beginRegExp">
<summary>
RegExp for begin block.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_middleRegExp">
<summary>
RegExp for middle block.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_endRegExp">
<summary>
RegExp for end block.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_keeper">
<summary>
Config search manager.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_bIsCollapsable">
<summary>
Flag that determines whether lexem can be collapsed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_format">
<summary>
Format of the lexem config.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_virtualConfig">
<summary>
Link to the virtual config for current lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_bIsCollapseAutoNamed">
<summary>
Flag that specifies whether name of the collapsed region lexem
should read by itself.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_CollapseName">
<summary>
Static name of the collapsing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_Condition">
<summary>
Specifies condition of being present.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_ID">
<summary>
ID of the configuration.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_AutoNameExpression">
<summary>
Expression for auto-naming.
</summary>
<remarks>
When parsing collapsed region, parser reads text from stream until text matches given expression.
You can specify different named groups here to use them later in AutoNameTemplate.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_AutoNameTemplate">
<summary>
Template of resulting text for auto-naming of collapse.
</summary>
<remarks>
To specify "$" symbol you must use $$.
To use result of some named group, use ${name}.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_AutoNameRegex">
<summary>
Regex for autonaming.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_language">
<summary>
Language configuration this instance belongs to.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_bPseudoEnd">
<summary>
Sign of pseudo-ending.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_bIndent">
<summary>
Autoindent lexem sign.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_iNextID">
<summary>
ID of the next lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_nextLexem">
<summary>
Resolved next lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_bDropContextChoise">
<summary>
If true, choice list must be shown after entering this lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_bDropContextPrompt">
<summary>
If true, context prompt must be shown after typing this lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_bContentDivider">
<summary>
If true, content divider should be shown after the line,
that contains lexem with this configuration.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_bIndentationGuideline">
<summary>
Specifies whether IndentationGuidelines should be visible for lexems with this config.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_bDefault">
<summary>
Value indicating if lexem should be used if there are more than one config found on one priority level.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_bUseCustomControl">
<summary>
Specifies whether custom control should be used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_formatCollapse">
<summary>
Specifies format used in collapsed state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_strFormatCollapseName">
<summary>
Name of the format that should be used in collapsed state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.m_bAllowTriggers">
<summary>
Indicates whether autoreplace triggers can be used.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.#ctor(System.String,System.String,Syncfusion.Windows.Forms.Edit.Enums.FormatType,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem"/> based on begin, end, format.
</summary>
<param name="begin">Begin of lexem configuration.</param>
<param name="end">End of lexem configuration.</param>
<param name="format">Format of the lexem configuration.</param>
<param name="isComplex">indicates whether lexem should be complex.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.RaiseBeginBlockChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises property changed event for BeginBlock.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.RaiseEndBlockChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises property changed event for EndBlock.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.RaiseContinueBlockChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises property changed event for ContinueBlock.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.RaisePriorityChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises property changed event for Priority.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.RaiseTypeChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises property changed event for Type.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.RaiseFormatNameChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises property changed event for FormatName.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.RaiseIsBeginRegexChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises property changed event for IsBeginRegex.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.RaiseIsEndRegexChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises property changed event for IsEndRegex.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.RaiseIsContinueRegexChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises property changed event for IsContinue.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.RaiseIsComplexChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises property changed event for IsComplex.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.RaiseSubLexemsChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises property changed event for SubLexems.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.RaiseIsCollapsableChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises property changed event for IsCollapsable.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.RaiseOnlyLocalSublexemsChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises property changed event for OnlyLocalSublexems.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.OnBeginBlockChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Calls raiser for BeginBlock.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.OnEndBlockChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Calls raiser for EndBlock.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.OnContinueBlockChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Calls raiser for ContinueBlock.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.OnPriorityChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Calls raiser for Priority.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.OnTypeChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Calls raiser for Type.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.OnFormatNameChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Calls raiser for FormatName.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.OnIsBeginRegexChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Calls raiser for IsBeginRegex.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.OnIsEndRegexChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Calls raiser for IsEndRegex.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.OnIsContinueRegexChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Calls raiser for IsContinueRegex.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.OnIsComplexChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Calls raiser for IsComplex.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.OnOnlyLocalSublexemsChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Calls raiser for OnlyLocalSublexems.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.OnSubLexemsChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Calls raiser for SubLexems.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.OnIsCollapsableChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Calls raiser for IsCollapsable.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.ToString">
<summary>
Gets description of the configuration.
</summary>
<returns>escription of the configuration.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.CreateRegex(System.String)">
<summary>
Creates regular expression object for begin/continue/end block.
</summary>
<param name="str">Regular expression string.</param>
<returns>Regex object with Compiled, Singleline and IgnoreCase(if needed) options set.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.ShouldSerializeID">
<summary>
Determines whether ID property value should be serialized.
</summary>
<returns>True if ID property value should be serialized.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.ResetID">
<summary>
Resets ID property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.ShouldSerializeSubLexems">
<summary>
Determines whether SubLexems has been modified and its contents should be serialized at design-time.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.ShouldSerializeReferences">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.ShouldSerializeCollapseName">
<summary>
Should serialize collapse name.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.DropFormats">
<summary>
Drops cached links to formats.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.ReplaceNewLine(System.String)">
<summary>
Replaces all newline symbols in regex to the unified pattern.
</summary>
<param name="str">Regular expression.</param>
<returns>String with changes.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.UpdateSublexems">
<summary>
Updates ParentConfig property of all sublexems.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.IsEqualToBegin(System.String)">
<summary>
Checks whether the specified string is equal to the begin block. If begin block is regular expression, input string will be checked by regular expressions.
</summary>
<param name="str">String to be checked</param>
<returns>True if it can be treated as begin block.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.IsEqualToContinue(System.String)">
<summary>
Checks whether the specified string is equal to continue block. If continue block is regular expression, input string will be checked by regular expression.
</summary>
<param name="str">String to be checked.</param>
<returns>True if it can be treated as continue block.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.IsEqualToEnd(System.String)">
<summary>
Checks whether the specified string is equal to end block.If end block is regular expression, input string will be checked by regular expression.
</summary>
<param name="str">String to be checked.</param>
<returns>True if it can be treated as end block.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.FindConfigs(System.String)">
<summary>
Searches for configs in sub-lexems. Current lexem config is not tested for equalization.
If config was not found in sub-lexems, it will be searched in parent.
</summary>
<param name="str">String to find.</param>
<returns>List of config lexems.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.GetFormatManager">
<summary>
Searches up the parent that supports IFormatManager interface.
</summary>
<returns>Format manager.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.CompareTo(System.Object)">
<summary>
Compares this instance with a specified System.Object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified System.Object.
</summary>
<param name="obj">An object to compare with this instance.</param>
<returns>A 32-bit signed integer that indicates the relative order of the objects being compared.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.VirtualConfig">
<summary>
Gets the virtual config for current lexem.
</summary>
<remarks>
Virtual configs does not support collapsed state.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.Format">
<summary>
Gets or sets the format based on its Type and FormatName.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.FormatCollapse">
<summary>
Gets the format that are used for drawing lexems in collapsed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.ParentConfig">
<summary>
Gets or sets the parent configuration.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.BeginBlock">
<summary>
Gets or sets begin symbol or word for lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.EndBlock">
<summary>
Gets or sets end symbol or word for lexem. If lexem is "keyword" then this property must be set to null value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.ContinueBlock">
<summary>
If lexem can be divided into several lines or has some special rules
which can continue lexem then use this setting.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.Priority">
<summary>
If many lexems have the same begin string then parser
must control the order in which to
interpret input as lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.Type">
<summary>
Gets or sets format which must be used for coloring. If format is Custom then use the FormatName property for format identification.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.TypeXML">
<summary>
Gets or sets the format which must be used for coloring. If format is Custom, then
used FormatName property for format identification.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.TypeCollapsed">
<summary>
Gets or sets name of the format to be used in collapsed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.FormatName">
<summary>
Gets or sets FormatName which must be used for coloring.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.IsBeginRegex">
<summary>
Gets or sets a value indicating whether the BeginBlock property contains regular expression or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.IsEndRegex">
<summary>
Gets or sets a value indicating whether the EndBlock property contains regular expression or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.IsContinueRegex">
<summary>
Gets or sets a value indicating whether the ContinueBlock property contains regular expression or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.IsComplex">
<summary>
Gets or sets a value indicating whether parser parses lexem internals or not. In complex constructions data between begin and end blocks can have own formats.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.OnlyLocalSublexems">
<summary>
Gets or sets a value indicating whether parser should look for lexems configuration just in local array or also look in parents.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.SubLexems">
<summary>
Gets or sets the sublexems that must be skipped if they are found after BeginBlock string before EndBlock string.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.References">
<summary>
Gets or sets list of references. If config was not found in sub lexems, then search is done in this list.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.IsCollapsable">
<summary>
Gets or sets a value indicating whether the lexem can be collapsed or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.AutoNameExpression">
<summary>
Gets or sets expression for auto-naming.
</summary>
<remarks>
When parsing collapsed region, parser reads text from stream until text matches given expression.
You can specify different named groups here to use them later in AutoNameTemplate.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.AutoNameTemplate">
<summary>
Gets or sets template of resulting text for auto-naming of collapse.
</summary>
<remarks>
To specify "$" symbol you must use $$.
To use result of some named group, use ${name}.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.AutoNameRegex">
<summary>
Gets regular expression instance for AutoNameExpression.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.IsCollapseAutoNamed">
<summary>
Gets a value indicating whether name of the collapsed region lexem should read by itself.
</summary>
<remarks>
<para>
If this property is false, CollapseName will
be used to name the region.
</para>
<para>
Note: you should know that if this property is true, then on
by-lexem reading you'll have to wait while sub-lexems will be loaded,
then processed by RegEx, and only then you'll have your collapsible lexem.
</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.CollapseName">
<summary>
Gets or sets name of the collapsed region.
</summary>
<remarks>
If <see cref="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.IsCollapseAutoNamed"/> is true, then
this property's value will be used only when
found name is empty.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.Condition">
<summary>
Gets or sets condition needed to pass check. Format: name=ON|OFF.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.ID">
<summary>
Gets or sets static unique ID of configuration node.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.Language">
<summary>
Language lexem belongs to.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.IsPseudoEnd">
<summary>
Gets or sets sign indicating whether the end-block is just the way to exit higher by stack, or it is real ending of lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.Indent">
<summary>
Gets or sets sign of auto-indenting after lexem with such config.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.NextID">
<summary>
Gets or sets ID of the lexem configuration, that follows right after current
one is parsed. Such lexem must be complex and "OnlyLocalSublexems",
without beginblock and with endblock.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.NextLexem">
<summary>
Gets resolved next-lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.DropContextChoiceList">
<summary>
Gets or sets a value indicating whether the dropping down context choice list after entering text of the current lexem.
</summary>
<remarks>
Can be set only on non-complex lexems.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.DropContextPrompt">
<summary>
Gets or sets a value indicating whether the context prompt should be shown after typing text of the current lexem.
</summary>
<remarks>
Can be set only on non-complex lexems.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.ContentDivider">
<summary>
Gets or sets a value indicating whether the content divider should be shown below lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.IndentationGuideline">
<summary>
Gets or sets value indicating whether IndentationGuideline should be shown.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.DefaultInGroup">
<summary>
Gets value indicating whether lexem should be used if there are more than one config found on one priority level.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.UseCustomControl">
<summary>
Gets or sets value indicating if custom control should be used instead of the simple lexem rendering.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.AllowTriggers">
<summary>
Gets or sets a value indicating whether autoreplace triggers can be used.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.MacrosManager">
<summary>
Gets currently used macros manager.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.BeginBlockChanged">
<summary>
Occurs after BeginBlock has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.EndBlockChanged">
<summary>
Occurs after EndBlock has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.ContinueBlockChanged">
<summary>
Occurs after ContinueBlock has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.PriorityChanged">
<summary>
Occurs after BeginBlock has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.TypeChanged">
<summary>
Occurs after Type has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.FormatNameChanged">
<summary>
Occurs after FormatName has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.IsBeginRegexChanged">
<summary>
Occurs after IsBeginRegex has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.IsEndRegexChanged">
<summary>
Occurs after IsEndRegex has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.IsContinueRegexChanged">
<summary>
Occurs after IsContinueRegex has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.IsComplexChanged">
<summary>
Occurs after IsComplex has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.SubLexemsChanged">
<summary>
Occurs after SubLexems has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.IsCollapsableChanged">
<summary>
Occurs after IsCollapsable has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Config.ConfigLexem.OnlyLocalSublexemsChanged">
<summary>
Occurs after OnlyLocalSublexems has changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.LexemConfigsKeeper">
<summary>
Represents a class that helps to keeps the configuration of Config lexems that is used to search configuration for some token.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.LexemConfigsKeeper.DEF_REGEX_GROUP_PREFIX">
<summary>
Regex group names prefix.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.LexemConfigsKeeper.m_Priorities">
<summary>
Table of configuration parts, grouped by priorities.
Key - Priority. Value - OnePriorityConfigs instance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.LexemConfigsKeeper.m_KeepedConfig">
<summary>
Lexem Configuration, the keeper is related to.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.LexemConfigsKeeper.m_KnownConfigs">
<summary>
Hashtable of the configs for token, already known.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.LexemConfigsKeeper.AddConfigToHashtable(System.Collections.Hashtable,System.Object,Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem)">
<summary>
Adds configuration to the hashtable.
</summary>
<param name="table">Destination hashtable.</param>
<param name="key">Key in hashtable.</param>
<param name="config">Configuration.</param>
<remarks>If such key is not present, configuration will be added as a new item,
if configuration is already present, it will be changed to ArrayList with two configurations,
If item with specified key is present and it is ArrayList, configuration will be added to that list.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.LexemConfigsKeeper.#ctor(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.LexemConfigsKeeper"/> class.
</summary>
<param name="parentLexem">Owner of the LexemConfigsKeeper.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.LexemConfigsKeeper.GetConfigs(System.String)">
<summary>
Gets the lexem configuration of the specified token.
</summary>
<remarks>
Search process is entirely based on rules, specified by owner lexem configuration.
If owner is complex, search is done within it`s sub-lexems first, then it is done for
its parent and so on. If there is no appropriate configuration for given token found,
languages configuration is used, or the configuration of the first parent with
"OnlyLocalSubLexems" set to true.
</remarks>
<param name="token">Token, configuration is needed for.</param>
<returns>Lexem configuration for given token.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.LexemConfigsKeeper.OnePriorityConfigs">
<summary>
Structure, used to keep information about one priority.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.LexemConfigsKeeper.OnePriorityConfigs.NonRegExps">
<summary>
Hashtable of non-regex lexem configs.
Key - string, value - IConfigLexem or ICollection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.LexemConfigsKeeper.OnePriorityConfigs.GroupedRegExps">
<summary>
Holds the Regular expression that contains all reg-exps.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.LexemConfigsKeeper.OnePriorityConfigs.Configs">
<summary>
Gets or sets the List of the configurations that belong to the current priority group.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.IMacro">
<summary>
Provides the functionality for single lexical macro that are used in <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.IMacro.Name">
<summary>
Gets the name of lexical macro.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.IMacro.NameInConfig">
<summary>
Gets name of the lexical macro surrounded with braces.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.IMacro.Regex">
<summary>
Gets or sets the corresponding regular expression of lexical macro.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.IMacro.Enabled">
<summary>
Gets or sets a value indicating whether the lexical macro is enabled or not.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.Internal.Macro">
<exclude/>
<summary>
Represents a class that contains a lexical macro that are used for serialization purpose.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Internal.Macro.m_strName">
<summary>
Macro name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Internal.Macro.m_strRegex">
<summary>
Corresponding regular expression.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Internal.Macro.m_bEnabled">
<summary>
Indicates whether macro is enabled.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Internal.Macro.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.Internal.Macro"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Internal.Macro.#ctor(System.String,System.String,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.Internal.Macro"/> class.
</summary>
<param name="name">Macro name.</param>
<param name="regEx">Corresponding regular expression.</param>
<param name="bEnabled">Indicates whether macro is enabled.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.Internal.Macro.Name">
<summary>
Gets or sets name of lexical macro.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.Internal.Macro.NameInConfig">
<summary>
Gets name of the lexical macro surrounded with braces.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.Internal.Macro.Regex">
<summary>
Gets or sets the corresponding regular expression of lexical macro.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.Internal.Macro.Enabled">
<summary>
Gets or sets value indicating whether the lexical macro is enabled or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.Internal.Macro.Syncfusion#Windows#Forms#Edit#Implementation#Config#IMacro#Name">
<summary>
Gets the name of the lexical macro.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager">
<summary>
Represents a class that helps for macros managing, including work with XML resource.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.XML_FILE_NAME">
<summary>
Name of XML file with macros.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.m_serializer">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.#ctor">
<summary>
Initializes a new instance of the <see cref="!:Syncfusion.Windows.Forms.Edit.Implementation.Config.ma"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.Add(System.String,System.String)">
<summary>
Creates new macros and adds it to the macros manager.
</summary>
<param name="name">Name of the macro. If the macro with the specified name already exists, it is removed from the list.</param>
<param name="regex">Regular expression string to be used instead of reference to the macro.</param>
<returns>Newly created macro of type Macro.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.Add(System.String,System.String,System.Boolean)">
<summary>
Creates new macros and adds it to the macros manager.
</summary>
<param name="name">Name of the macro. If the macro with the specified name already exists, it is removed from the list.</param>
<param name="regex">Regular expression string to be used instead of reference to the macro.</param>
<param name="enabled">Specifies whether this macro is enabled by default.</param>
<returns>Newly created macro of type Macro.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.Add(Syncfusion.Windows.Forms.Edit.Implementation.Config.IMacro)">
<summary>
Adds macros to the list.
</summary>
<param name="macro">Macro object to be added to the list.
If the macro with the specified name already exists, it is removed from the list.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.Remove(Syncfusion.Windows.Forms.Edit.Implementation.Config.IMacro)">
<summary>
Removes macro from the System.Collections.CollectionBase instance.
</summary>
<param name="macro">Macro to be removed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.Remove(System.String)">
<summary>
Removes macro from the System.Collections.CollectionBase instance.
</summary>
<param name="name">Name of the macro to be removed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.IndexOf(Syncfusion.Windows.Forms.Edit.Implementation.Config.IMacro)">
<summary>
Searches the specified macro index in the list.
</summary>
<param name="macro">Macro which's index should be found.</param>
<returns>Index of the specified macro in the list or -1 if the specified macro is not present in the list.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.IndexOf(System.String)">
<summary>
Searches the specified macro index in the list.
</summary>
<param name="name">Name of the macro which's index should be found.</param>
<returns>Index of the macro with the specified name in the list or -1 if the macro with the specified name is not present in the list.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.Contains(System.String)">
<summary>
Checks whether macro manager contains macro with the specified name.
</summary>
<param name="name">Name of the macro to be found.</param>
<returns>True if the macro with the specified name is present in the current macro list, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.LoadDefault">
<summary>
Loads the default list of macros.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.AppendMacros(System.Xml.XmlReader)">
<summary>
Reads macros list from xmlreader and appends it to the current list.
</summary>
<param name="reader">XmlReader the data should be read from.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.AppendMacros(System.String)">
<summary>
Reads macros list from the file and appends it to the current list.
</summary>
<param name="strXmlFilePath">Name of the file to read.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.AppendMacros(System.IO.Stream)">
<summary>
Reads macros list from the stream and appends it to the current list.
</summary>
<param name="stream">Stream, the data should be read from.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.LoadMacros(System.Xml.XmlReader)">
<summary>
Loads macros list from the XmlReader.
</summary>
<param name="reader">XmlReader the data should be read from.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.LoadMacros(System.String)">
<summary>
Loads macros list from the file.
</summary>
<param name="strXmlFilePath">Name of the file data should be read from.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.LoadMacros(System.IO.Stream)">
<summary>
Loads macros list from the stream.
</summary>
<param name="stream">Stream the data should be read from.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.SaveMacros(System.Xml.XmlWriter)">
<summary>
Writes macros list to the XmlWriter.
</summary>
<param name="writer">XmlWriter the data should be written to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.SaveMacros(System.String)">
<summary>
Saves macros to Xml file.
</summary>
<param name="strXmlFilePath">Path to Xml file where macros should be stored.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.SaveMacros(System.IO.Stream)">
<summary>
Saves macros to the stream. The data are saved in XML format.
</summary>
<param name="stream">Stream the data should be saved to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.ReplaceMacrosInString(System.String)">
<summary>
Replaces all macros to corresponding regular expressions in given string.
</summary>
<param name="str">String to replace macros in.</param>
<returns>Resulting string.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.ReadXmlMacros">
<summary>
Reads macros from XML file.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.GetMacrosListFromXml(System.Xml.XmlReader)">
<summary>
Gets list of macros from Xml source.
</summary>
<param name="reader">Xml reader.</param>
<returns>List of macros read from Xml.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.Item(System.Int32)">
<summary>
Gets or sets the macro by its index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.MacrosManager.Serializer">
<summary>
Gets xml serializer for macros arrays.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.ReferenceConfig">
<summary>
Represents a class that helps to get the configuration and the reference which is linked to it.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IReferenceConfig">
<summary>
Provides the functionality for getting the configuration and the reference which is linked to it.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IReferenceConfig.RefID">
<summary>
Gets the ID of the configuration and the reference which is linked to it.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IReferenceConfig.ReferencedLexem">
<summary>
Gets the referenced lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ReferenceConfig.m_ID">
<summary>
ID of the configuration, reference is linked to.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ReferenceConfig.m_lexemConfig">
<summary>
Referenced lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.ReferenceConfig.m_parent">
<summary>
Parent of the reference.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ReferenceConfig.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.ReferenceConfig"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.ReferenceConfig.SetParent(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem)">
<summary>
Sets parent of the reference.
</summary>
<param name="parent">Parent to be set.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ReferenceConfig.RefID">
<summary>
Gets or sets the reference ID of the configuration.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.ReferenceConfig.ReferencedLexem">
<summary>
Gets the Referenced lexem.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.Split">
<summary>
Represents a class that contain one split element.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Split.m_strText">
<summary>
Split text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.Split.m_bIsRegex">
<summary>
Indicates whether split text is regular expression.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Split.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.Split"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Split.#ctor(System.String,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.Split"/> class.
</summary>
<param name="text">Specifies splitter text.</param>
<param name="isRegex">Specifies whether splitter is regex.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.Split.#ctor(System.String)">
<summary>
Initializes a new instance of the non-regex <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.Split"/> class.
</summary>
<param name="text">Specifies splitter text.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.Split.Text">
<summary>
Gets or sets split text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.Split.IsRegex">
<summary>
Gets or sets a value indicating whether the split text is regular expression.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem">
<summary>
Represents a class that contain virtual lexem configuration.
</summary>
<remarks>
Virtual lexem configuration is such kind of <see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem"/>
implementation, when just link to real configuration is kept
in memory. Virtual configurations does not support collapsing.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.m_parent">
<summary>
Config, this instance is linked to.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.IsEqualToEnd(System.String)">
<summary>
Checks whether the specified string is equal to end block. If end block is regular expression, input string will be checked by RegExp.
</summary>
<param name="str">String to be checked</param>
<returns>True if it can be treated as end block.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.IsEqualToContinue(System.String)">
<summary>
Checks whether the specified string is equal to to continue block. If continue block is regular expression, input string will be checked by RegExp.
</summary>
<param name="str">String to be checked</param>
<returns>True if it can be treated as continue block.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.IsEqualToBegin(System.String)">
<summary>
Checks whether the specified string is equal to to begin block. If begin block is regular expression, input string will be checked by RegExp.
</summary>
<param name="str">String to be checked</param>
<returns>True if it can be treated as begin block.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.FindConfigs(System.String)">
<summary>
Searches for configs in sub-lexems. If config was not found in sub-lexems, it will be searched in parent.
</summary>
<param name="str">String to find.</param>
<returns>List of config lexems.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.#ctor(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem"/> class.
</summary>
<param name="parent">Parent config.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.TypeCollapsed">
<summary>
Gets the name of the format to be used in collapsed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.VirtualConfig">
<summary>
Gets the virtual config for current lexem.
</summary>
<remarks>
Virtual configs does not support collapsed state.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.Parent">
<summary>
Gets the parent of the virtual lexem configuration.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.BeginBlock">
<summary>
Gets the begin symbol or word for lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.EndBlock">
<summary>
Gets the begin symbol or word for lexem when it contains begin and end block. If the lexem is "keyword" then this property must be set to null value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.ContinueBlock">
<summary>
Gets the lexem that can be divided on multi lines or has some special rules
which can continue lexem then us this setting.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.Priority">
<summary>
Gets the priority when it contains many lexems that has the same begin string then on parsing must be controlled order in which lexem parser will try to interpret input as lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.Type">
<summary>
Gets the FormatType which must be used for coloring. If format is Custom, then use the FormatName property for format identification
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.FormatName">
<summary>
Gets the FormatName which must be used for coloring.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.IsBeginRegex">
<summary>
Gets a value indicating whether the BeginBlock property contains regular expression or not
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.IsEndRegex">
<summary>
Gets a value indicating whether the EndBlock property contains regular expression or not
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.IsContinueRegex">
<summary>
Gets a value indicating whether the ContinueBlock property contains Regular expression or not
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.IsComplex">
<summary>
Gets a value indicating whether the parser parse lexem internals or not. For complex constructions data between begin and end blocks can have own formats.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.SubLexems">
<summary>
Gets the sub-lexems which must be skipped if they found after BeginBlock string till EndBock string.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.References">
<summary>
Gets the List of references.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.ParentConfig">
<summary>
Gets the parent configuration of the lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.OnlyLocalSublexems">
<summary>
Gets a value indicating whether the parser should look for lexem`s config just in local array or also in its parent.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.Format">
<summary>
Gets or sets the format based on its type and FormatName.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.IsCollapsable">
<summary>
Gets a value indicating whether the BeginBlock property contains regular expression or not
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.Condition">
<summary>
Gets the condition, needed to pass check. Format: name=ON|OFF
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.ID">
<summary>
Gets the static unique ID of configuration node.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.Language">
<summary>
Gets the Language, lexem belongs to.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.IsPseudoEnd">
<summary>
Gets a value indicating whether the end-block is just the way to exit higher by stack, or it is real ending of lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.Indent">
<summary>
Gets a value indicating whether the auto-indenting after lexem with such config.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.NextID">
<summary>
Gets the ID of the lexem configuration, that follows right after current one is parsed. Such lexem must be complex and "OnlyLocalSublexems",
without beginblock and with endblock.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.DropContextChoiceList">
<summary>
Gets a value indicating whether the dropping down context choice list should be shown after entering text of the current lexem.
</summary>
<remarks>
Can be set only on non-complex lexems.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.DropContextPrompt">
<summary>
Gets a value indicating whether the context prompt should be shown after typing text of the current lexem.
</summary>
<remarks>
Can be set only on non-complex lexems.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.ContentDivider">
<summary>
Gets a value indicating whether the content divider should be shown below lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.IndentationGuideline">
<summary>
Gets a value indicating whether the IndentationGuideline should be shown or not in EditControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.DefaultInGroup">
<summary>
Gets a value indicating whether the lexem should be used if there are more than one config found on one priority level.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.UseCustomControl">
<summary>
Gets a value indicating whether the custom control should be used instead of the simple lexem rendering.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Config.VirtualConfigLexem.AllowTriggers">
<summary>
Gets a value indicating whether autoreplace triggers can be used in EditControl.
</summary>
<value></value>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager">
<summary>
Represents a class that implements ContextMenu that enables the user to edit the contents and open or create a new file.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.DEF_STR_MNU_DIVIDER">
<summary>
Name of the menu item that will be displayed as divider.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.m_parent">
<summary>
Parent control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.menuProvider">
<summary>
Context menu.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.m_bEnabled">
<summary>
Specifies, whether context menu is enabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.m_separator">
<summary>
Insert separator next time AddMenuItem is called.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.m_bIsShown">
<summary>
Indicates whether menu is shown.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.isXPMenusProvider">
<summary>
Specifies whether the ContextMenuProvider is of XPMenusProvider type.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.#ctor(System.Windows.Forms.Control)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager"/> class.
</summary>
<param name="parent">Control, context menu should be attached to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.Dispose">
<summary>
Disposes all used resources.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.ClearMenu">
<summary>
Clears all the context menu items that contains in the ContextMenuProvider.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.AddMenuItem(System.String,System.EventHandler)">
<summary>
Adds a new menu item to the context menu item collection.
</summary>
<param name="name">Name of the menu item.</param>
<param name="handlerClick">Handler of the click event of the item. Null if item will have children.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.AddMenuItem(System.String,System.EventHandler,System.Boolean)">
<summary>
Adds a new menu item to the context menu item collection.
</summary>
<param name="name">Name of the menu item.</param>
<param name="handlerClick">Handler of the click event of the item.</param>
<param name="enabled">The boolean value for the menu item's Enabled property to be set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.AddSeparator">
<summary>
Adds a separator in between menu item.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.ShowContextMenu">
<summary>
Initializes context menu and shows it.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.ApplyRTLToContextMenuProvider">
<summary>
Applies RightToLeft property to the ContextMenuProvider.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.ParentMouseUp(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Handles pressing of the right button.
</summary>
<param name="sender">Sender of the event.</param>
<param name="e">Mouse event arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.OnMenuProviderPopup(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.OnMenuProviderCollapse(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.FillMenu">
<summary>
Occurs when user fill the menu with menu items.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.Enabled">
<summary>
Gets or sets a value indicating whether the context menu is enabled or not in EditControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.ContextMenuProvider">
<summary>
Gets the IContextMenuProvider interface that provides Essential Suite controls with a high-level API for creating and
working with context menus. Subscribing to this interface allows the Essential Suite controls to
seamlessly switch between the standard .NET <see cref="T:System.Windows.Forms.ContextMenu"/> and the
Syncfusion.Windows.Forms.Tools.XPMenus.PopupMenu classes depending on the whether the
Essential Tools library is available or not.
<seealso cref="T:Syncfusion.Windows.Forms.StandardMenusProvider"/>
<seealso cref="T:Syncfusion.Windows.Forms.ContextMenuItem"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.IsShown">
<summary>
Gets or sets a value indicating whether context menu is shown or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextMenuManager.IsXPMenusProvider">
<summary>
Gets a value indicating whether the ContextMenuProvider is of XPMenusProvider type or not.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager">
<summary>
Represents a class that contains cursor manager which helps to manages translation of the cursor coordinates between different coordinate systems.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorManager">
<summary>
Provides the functionality for cursor manager.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorManager.Update">
<summary>
Updates the parameters of cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorManager.Visible">
<summary>
Gets or sets the visibility of the cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorManager.Owner">
<summary>
Gets the control, that is the owner of the cursor and also controls its visibility.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorManager.CursorVirtualCoordinates">
<summary>
Gets the virtual coordinates of the cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorManager.CursorPhysicalCoordinates">
<summary>
Gets the physical coordinates of the cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorManager.CursorGraphicalCoordinates">
<summary>
Gets the graphical coordinates of the cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorManager.PositionConverter">
<summary>
Gets the Converter positions.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorVirtualCoordinates">
<summary>
Provides the functionality for getting the virtual coordinates of the cursor. Collapsings can change the virtual coordinates.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorVirtualCoordinates.Line">
<summary>
Gets or sets the line index of cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorVirtualCoordinates.Column">
<summary>
Gets or sets the column index of cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorVirtualCoordinates.Position">
<summary>
Gets or sets the current position of cursor.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorVirtualCoordinates.CoordinatesChanged">
<summary>
Occurs when position of the cursor was changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorPhysicalCoordinates">
<summary>
Provides the functionality for getting the physical coordinates of the cursor in text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorPhysicalCoordinates.Line">
<summary>
Gets or sets the line index of cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorPhysicalCoordinates.Column">
<summary>
Gets or sets the column index of cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorPhysicalCoordinates.Position">
<summary>
Gets or sets the current position of cursor.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorGraphicalCoordinates">
<summary>
Provides the functionality for getting the Graphical coordinates of the cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorGraphicalCoordinates.LeftTop">
<summary>
Gets or sets the left-top point of the cursor in client coordinates.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorGraphicalCoordinates.Size">
<summary>
Gets the size of the cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICursorGraphicalCoordinates.Rectangle">
<summary>
Gets the rectangle, occupied by cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.m_bVisible">
<summary>
Visibility of the cursor.
Note: Cursor will be visible only when owner control has focus.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.m_Owner">
<summary>
Control, that is owner of the cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.m_caret">
<summary>
Carret object.
Is available only when control is focused.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.m_size">
<summary>
Carret size.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.m_location">
<summary>
Carret location on the screen.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.m_CurrentVirtualPoint">
<summary>
Current virtual point of the cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.m_CurrentPhysicalPoint">
<summary>
Current physical point of the cursor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.m_converter">
<summary>
Converter of the positions.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.m_bVirtualSpaceMode">
<summary>
Specifies whether virtual space mode is enabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.m_pointVirtualOnLastUpdate">
<summary>
Virtual coordinates, specified on last coordinates update.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.m_SelectionMode">
<summary>
Gets or sets the SelectionMode of the EditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.m_EnableBlockSelection">
<summary>
Gets or sets whether to enable VS like Block selection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.#ctor(System.Windows.Forms.Control,Syncfusion.Windows.Forms.Edit.Interfaces.IPositionConverter)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager"/> class.
</summary>
<param name="owner">Owner of the cursor.</param>
<param name="converter">Instance of position converter.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.Finalize">
<summary>
Cursor's manager finalizer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.Dispose">
<summary>
Disposes current caret and detaches event handlers from control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.Update">
<summary>
Helps to updates the cursor's parameters.
</summary>
<remarks>
All updates of coordinates are based on virtual position.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.RaiseCoordinatesChangedEvent">
<summary>
Raises CoordinatesChanged event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.RaiseLineChangedEvent(System.Int32,System.Int32)">
<summary>
Raises LineChanged event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.RaiseBeforeCoordinatesChanged(System.Drawing.Point)">
<summary>
Raises BeforeCoordinatesChanged event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.UpdatePosition">
<summary>
Updates position of the cursor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.UpdateVisibility">
<summary>
Updates visibility of the cursor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.CreateCaret">
<summary>
Creates caret.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.DestroyCaret">
<summary>
Destroys caret.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.m_Owner_Resize(System.Object,System.EventArgs)">
<summary>
Updates visibility of cursor.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.m_Owner_GotFocus(System.Object,System.EventArgs)">
<summary>
Updates visibility of cursor.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.m_Owner_LostFocus(System.Object,System.EventArgs)">
<summary>
Updates visibility of cursor.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.VirtualSpaceMode">
<summary>
Gets or sets a value indicating whether virtual space mode is enabled or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.SelectionMode">
<summary>
Gets or sets the SelectionMode of the EditControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.EnableBlockSelection">
<summary>
Gets or sets whether to enable VS like Block selection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.Caret">
<summary>
Gets GdiCaret.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.Visible">
<summary>
Gets or sets a value indicating the visibility of the cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.Owner">
<summary>
Gets the control, that is the owner of the cursor and control's it's visibility.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.CursorVirtualCoordinates">
<summary>
Gets the virtual coordinates of the cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.CursorPhysicalCoordinates">
<summary>
Gets the physical coordinates of the cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.CursorGraphicalCoordinates">
<summary>
Gets the graphical coordinates of the cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.Syncfusion#Windows#Forms#Edit#Interfaces#ICursorGraphicalCoordinates#LeftTop">
<summary>
Gets or sets the left-top point of the cursor in client coordinates.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.Syncfusion#Windows#Forms#Edit#Interfaces#ICursorGraphicalCoordinates#Size">
<summary>
Gets size of the cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.Syncfusion#Windows#Forms#Edit#Interfaces#ICursorGraphicalCoordinates#Rectangle">
<summary>
Gets rectangle, occupied by cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.Syncfusion#Windows#Forms#Edit#Interfaces#ICursorVirtualCoordinates#Line">
<summary>
Gets or sets cursor's virtual line index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.Syncfusion#Windows#Forms#Edit#Interfaces#ICursorVirtualCoordinates#Column">
<summary>
Gets or sets cursor's virtual column index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.Syncfusion#Windows#Forms#Edit#Interfaces#ICursorVirtualCoordinates#Position">
<summary>
Gets or sets cursor's virtual position.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.Syncfusion#Windows#Forms#Edit#Interfaces#ICursorPhysicalCoordinates#Line">
<summary>
Gets or sets cursor's physical line index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.Syncfusion#Windows#Forms#Edit#Interfaces#ICursorPhysicalCoordinates#Column">
<summary>
Gets or sets cursor's physical column index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.Syncfusion#Windows#Forms#Edit#Interfaces#ICursorPhysicalCoordinates#Position">
<summary>
Gets or sets cursor's physical position.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.PositionConverter">
<summary>
Gets the converter of the positions.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.CoordinatesChanged">
<summary>
Occurs when position of the cursor was changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.BeforeCoordinatesChange">
<summary>
Occurs before coordinates are about to change.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.LineChanged">
<summary>
Occurs after line of the cursor has changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat">
<summary>
Represents a class that provides special formating for selection, etc.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormat">
<summary>
Provides the functionality for dynamic formatting.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormat.Start">
<summary>
Gets the start point of the formatting.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormat.End">
<summary>
Gets the end point of the formatting.
It is not included into formatting range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormat.Format">
<summary>
Gets the format which is used to draw text.
Just FontColor, ForeColor and BackColor must be used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat._DefaultStartComparer">
<summary>
Default comparer for dynamic formats.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat._DefaultEndComparer">
<summary>
Default comparer for dynamic formats.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.m_start">
<summary>
Start point of the format.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.m_end">
<summary>
End point of the format.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.m_format">
<summary>
Format.
Just FontColor, ForeColor and BackColor will be used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.m_lStartOffset">
<summary>
Offset of start coordinate point. Used for recreating start point when it's deleted.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.m_lEndOffset">
<summary>
Offset of end coordinate point. Used for recreating end point when it's deleted.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.m_bStartDeleted">
<summary>
Indicates whether start point has been deleted.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.m_bEndDeleted">
<summary>
Indicates whether end point has been deleted.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.#ctor(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat"/> class.
</summary>
<param name="start">Start point.</param>
<param name="end">End point.</param>
<param name="format">Format to be used.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.CompareTo(System.Object)">
<summary>
Compares current DynamicFormat with other DynamicFormat.
</summary>
<param name="obj">ParsePoint</param>
<returns>A 32-bit signed integer that indicates the relative order of the objects being compared. </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.UpdateState">
<summary>
Checks the state of start and end points of format and reassigns it when needed.
</summary>
<returns>True if format has been successfully updated.
False if format can't be updated and must be deleed.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.DefaultStartComparer">
<summary>
Gets the default comparer for dynamic formats.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.DefaultEndComparer">
<summary>
Gets the default comparer for dynamic formats.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.Start">
<summary>
Gets or sets the start point.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.End">
<summary>
Gets or sets the end point.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.Format">
<summary>
Gets or sets format to be used.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.StartDeleted">
<summary>
Gets or sets a value indicating whether the start point has been deleted.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.EndDeleted">
<summary>
Gets or sets a value indicating whether the end point has been deleted.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.StartOffset">
<summary>
Gets or sets the offset of start coordinate point that are used for creating new point after the old one is deleted.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.EndOffset">
<summary>
Gets or sets the offset of end coordinate point that are used for creating new point after the old one is deleted.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.StartReassigned">
<summary>
Occurred before start point is reassigned.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.EndReassigned">
<summary>
Occurred before end point is reassigned.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.BeforeStartReassigned">
<summary>
Occurred after start point is reassigned.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.BeforeEndReassigned">
<summary>
Occurred after end point is reassigned.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.CoordinatePointComparerWithoutEnd">
<summary>
Comparer, used for search of dynamic format by the coordinate point,
that is treated like the start of dymanic format region.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.CoordinatePointComparerWithoutEnd.Compare(System.Object,System.Object)">
<summary>
Compares dynamic format object with coordinates point.
Coordinate point is treated as start coordinate of the new region.
</summary>
<param name="x">Dynamic format.</param>
<param name="y">Coordinate point. </param>
<returns>Standart comparision results.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.CoordinatePointComparerIncludingEnd">
<summary>
Comparer, used for search of dynamic format by the coordinate point,
that is treated like the end of dymanic format region.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormat.CoordinatePointComparerIncludingEnd.Compare(System.Object,System.Object)">
<summary>
Compares dynamic format object with coordinates point.
Coordinate point is treated as end coordinate of the new region.
</summary>
<param name="x">Dynamic format.</param>
<param name="y">Coordinate point. </param>
<returns>Standart comparision results.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer">
<summary>
Represents a class that helps to manages dynamic formats. Dynamic formatting can be applied to any part of text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormatsLayer">
<summary>
Provides the functionality for DynamicFormatsLayer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormatsLayer.Add(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Creates a new dynamic format object and adds it to the list.
All existing dynamic formatting in specified range will be deleted or trimmed.
</summary>
<param name="start">Starting positions.</param>
<param name="end">End positions.</param>
<param name="format">Format to be added.</param>
<returns>Newly created format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormatsLayer.Remove(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Removes all formatting in specified range.
</summary>
<param name="start">Start of the range.</param>
<param name="end">End of the range.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormatsLayer.Remove(Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormat)">
<summary>
Removes the specified format from the collection.
</summary>
<param name="format">Formatting to be deleted.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormatsLayer.RemoveAt(System.Int32)">
<summary>
Removes formatting by given index.
</summary>
<param name="index">Index of the formatting to be removed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormatsLayer.IndexOf(Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormat)">
<summary>
Returns index of the dynamic formatting.
</summary>
<param name="format">Formatting to be found.</param>
<returns>Index of the formatting in the internal list.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormatsLayer.PointInLayer(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Boolean,System.Boolean)">
<summary>
Checks whether coordinate point belongs to current layer.
</summary>
<param name="point">Point to check.</param>
<param name="bIncludeAfter">If true, point at the beginning of region is considered as belonging to layer.</param>
<param name="bIncludeBefore">If true, point at the end of region is considered as belonging to layer.</param>
<returns>Bool indicating whether given point belongs to current layer.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormatsLayer.Clear">
<summary>
Clears all formatting in layer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormatsLayer.Hidden">
<summary>
Gets a value indicating whether the layer is hidden or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormatsLayer.Item(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Gets the list of dynamic formatting, that intercepts with given range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormatsLayer.Item(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Gets the dynamic formatting by parse point.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormatsLayer.Item(System.Int32)">
<summary>
Gets the formatting by index.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormatsLayer.DataChanged">
<summary>
Occurs when data is changed within the layer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.m_list">
<summary>
List of formatting.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.m_bHidden">
<summary>
Specifies if this layer is hidden for layers merge.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.m_handlerOffsetChanged">
<summary>
Delegate for PhysicalPoint_OffsetChanged method.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.m_handlerPointDeleted">
<summary>
Delgate for PointDeleted method.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.m_arrFormatsToUpdate">
<summary>
List of formats that should be updated because it's start or end points were deleted.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.#ctor(System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer"/> class.
</summary>
<param name="bHidden">Bool that determines whether layer should be hidden.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.Dispose">
<summary>
Unsubscribes start and end points of formatting from events.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.Split(System.Int32,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Splits existing format.
</summary>
<param name="index">Index of the format to be splitted.</param>
<param name="divisionPoint">Point of division.</param>
<returns>True if split was successfully done, false if there was no split operation done.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.RaiseDataChangedEvent">
<summary>
Raises DataChanged event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.PhysicalPoint_OffsetChanged(System.Object,Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs)">
<summary>
Raises DataChanges event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.start_PointReset(System.Object,System.EventArgs)">
<summary>
Raises DataChanges event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.PointDeletedInLayer(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Int64)">
<summary>
Marks start or end points of formatting as deleted if needed.
</summary>
<param name="point"></param>
<param name="lNewOffset"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.UnsubscribeStartPointEvents(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Unsubscribes start point of formatting from events.
</summary>
<param name="startPoint">Start point of formatting that should be unsubscribed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.UnsubscribeEndPointEvents(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Unsubscribes end point of formatting from events.
</summary>
<param name="endPoint">End point of formatting that should be unsubscribed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.SubscribeStartPointEvents(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Subscribes start point of formatting for events.
</summary>
<param name="startPoint">Start point of formatting that should be subscribed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.SubscribeEndPointEvents(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Subscribes end point of formatting for events.
</summary>
<param name="endPoint">End point of formatting that should be subscribed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.GetTrackablePoint(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Checks whether the specified coordinate point is trackable and creates the trackable one if it is not.
</summary>
<param name="point">CoordinatePoint to check.</param>
<returns>CoordinatePoint specified in point parameter or the newly created one.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.Add(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Creates a new dynamic format object and adds it to the list. All existing dynamic formatting in specified range will be deleted or trimmed.
</summary>
<param name="start">Starting positions.</param>
<param name="end">End positions.</param>
<param name="format">Format to be added.</param>
<returns>Newly created format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.Remove(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Removes all formatting in specified range.
</summary>
<param name="start">Start of the range.</param>
<param name="end">End of the range.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.CheckRanges">
<summary>
Checks ranges of formatting.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.Remove(Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormat)">
<summary>
Removes given formatting.
</summary>
<param name="format">Formatting to be deleted.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.RemoveAt(System.Int32)">
<summary>
Removes formatting that contained in specified index.
</summary>
<param name="index">Index of the formatting to be removed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.CopyTo(System.Array,System.Int32)">
<summary>
Copies the list to array.
</summary>
<param name="array">Destination array, </param>
<param name="index">Start index in destination array.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.GetEnumerator">
<summary>
Gets the enumerator that contains list of formats.
</summary>
<returns>Enumerator.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.IndexOf(Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormat)">
<summary>
Returns index of the dynamic formatting.
</summary>
<param name="format">Formatting to be found.</param>
<returns>Index of the formatting in the internal list.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.PointInLayer(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Boolean,System.Boolean)">
<summary>
Checks whether coordinate point belongs to current layer.
</summary>
<param name="point">Point to check.</param>
<param name="bIncludeAfter">If true, point at the beginning of region is considered as belonging to layer.</param>
<param name="bIncludeBefore">If true, point at the end of region is considered as belonging to layer.</param>
<returns>Bool indicating whether given point belongs to current layer.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.UpdateFormats">
<summary>
Updates the state of start and end points of each dynamic formatting.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.Clear">
<summary>
Clears all dynamic formatting.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.frmt_StartReassigned(System.Object,System.EventArgs)">
<summary>
Subscribes start point of format for events.
</summary>
<param name="sender">Sender.</param>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.frmt_EndReassigned(System.Object,System.EventArgs)">
<summary>
Subscribes end point of format for events.
</summary>
<param name="sender">Sender.</param>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.frmt_BeforeStartReassigned(System.Object,System.EventArgs)">
<summary>
Unsubscribes start point of format from events.
</summary>
<param name="sender">Sender.</param>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.frmt_BeforeEndReassigned(System.Object,System.EventArgs)">
<summary>
Unsubscribes end point of format from events.
</summary>
<param name="sender">Sender.</param>
<param name="e">EventArgs.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.HandlerOffsetChanged">
<summary>
Gets delegate for PhysicalPoint_OffsetChanged method.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.HandlerPointDeleted">
<summary>
Gets delegate for PointDeleted method.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.Hidden">
<summary>
Gets a value indicating whether this layer is hidden or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.Item(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Gets the dynamic formatting by ParsePoint.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.Item(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Gets the list of dynamic formatting, that intercepts with given range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.IsSynchronized">
<summary>
Gets or sets a value indicating whether the list is thread safe or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.Count">
<summary>
Gets the number of items that contained in formatting collection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.SyncRoot">
<summary>
Gets the synchronization object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.Item(System.Int32)">
<summary>
Gets the formatting by index.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatLayer.DataChanged">
<summary>
Occurs when data is changed within the layer.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatManager">
<summary>
Represents a class that provides the dynamic FormatManager.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatManager.m_layers">
<summary>
Hashtable with layers.
Keys - names of the layers, Values - Layers.
If some layer is added to this hashtable, it must be added to the m_layersList.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatManager.m_layersList">
<summary>
List of the layers, that stores all layers and preserves their order.
This list should contains all layers that are present in m_layers hashtable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatManager.m_tempLayer">
<summary>
Temporary layer used to store all formats merged into one layer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatManager.m_arrLayersToDispose">
<summary>
List of layers that should be disposed.
They are disposed in UpdateFormats method -
they can't be disposed in the point of adding to list because ParsePointManager is locked then.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatManager.RegisterLayer(System.String)">
<summary>
Creates a new layer and adds it to the list.
</summary>
<param name="name">Name of the layer.</param>
<returns>Newly created layer.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatManager.RegisterLayer(System.String,System.Boolean)">
<summary>
Creates a new layer and adds it to the list.
</summary>
<param name="name">Name of the layer.</param>
<param name="hidden">Specifies whether this layer is hidden.</param>
<returns>Newly created layer.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatManager.GetFormatsWithEndAt(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Gets the list of dynamic formats that finish at specified point.
</summary>
<param name="endPoint">Specified finish point.</param>
<returns>List of dynamic formats that finish at specified point.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatManager.UpdateFormats">
<summary>
Updates the state of start and end points of each dynamic formatting (if needed) and disposes deleted layers.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatManager.MergeFormats(Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat,Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Merges two formats into the new one.
</summary>
<param name="formatOld">Basic format.</param>
<param name="formatNew">Formats that overrides basic format.</param>
<returns>New format instance that contains baisc format settings
overriden with settings from the new format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatManager.MergeInFormat(Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormatsLayer,Syncfusion.Windows.Forms.Edit.Interfaces.IDynamicFormat)">
<summary>
Merges dynamic format into the specified dynamic formats layer.
</summary>
<param name="layer">Layer the specified dynamic format should be merged into.</param>
<param name="formatToMergeIn">Dynamic format to be merged in.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatManager.layer_DataChanged(System.Object,System.EventArgs)">
<summary>
Occurs when resets the temporary layer data.
</summary>
<param name="sender">Sender.</param>
<param name="e">EventArgs.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatManager.Item(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Gets the list of dynamic formatting, that intercepts with given range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatManager.Layers">
<summary>
Gets collection of layers.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatManager.Names">
<summary>
Gets collection of layer names.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatManager.Item(System.String)">
<summary>
Gets registered dynamic formatting layer by name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.DynamicFormatManager.TempLayer">
<summary>
Gets temporary common layer. Creates it if it doesn't exist.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format">
<summary>
Represents a class that helps to describes many format that is used to customize the style of each code snippet.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat">
<summary>
Provides the interface that contains format which is used for rendering utility object. It holds settings needed for proper rendering one or more snippets on user screen.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IBackgroundFormat">
<summary>
Provides the functionality for background settings.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IBackgroundFormat.ForeColor">
<summary>
Gets or sets the foreground color of snippet.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IBackgroundFormat.BackColor">
<summary>
Gets or sets the background color of snippet. If you want to draw rectangle over the snippet
set Background Color.Empty value and Foreground property to needed rectangle
border color. If both properties Background and Foreground set to not Empty
value then for drawing used hatch brush according to BackStyle property value.
If Foreground set to Color.Empty value then will be filled snippet rectangle
by Background color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IBackgroundFormat.HatchStyle">
<summary>
Gets or sets the style of background brush. This property used only when Background and Foreground colors are not Empty.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat.Name">
<summary>
Gets the unique name for the format.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat.Font">
<summary>
Gets or sets the font which must be used for rendering.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat.FontColor">
<summary>
Gets or sets the font color of snippet text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat.LineColor">
<summary>
Gets or sets the color of line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat.UnderlineWeight">
<summary>
Gets or sets the underline weight of snippet text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat.UnderlineStyle">
<summary>
Gets or sets the underline style of snippet text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat.UseCustomControl">
<summary>
Gets a value indicating whether the custom control should be used instead of rendering text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat.UseHatchFill">
<summary>
Gets a value indicating whether hatch style settings should be applied on background filling or background should be solid.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat.StrikeOut">
<summary>
Gets the text striking out.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat.BorderStyle">
<summary>
Gets or sets the style of border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat.BorderColor">
<summary>
Gets or sets the border color of line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat.BorderWeight">
<summary>
Gets or sets the border weight of line.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat.OnCustomDraw">
<summary>
Raised by renderer when paint works started.
user
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IBorderFormat">
<summary>
Provides the functionality for text border settings.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IBorderFormat.BorderColor">
<summary>
Gets or sets the border color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IBorderFormat.BorderStyle">
<summary>
Gets or sets the border line style of the text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IBorderFormat.BorderWeight">
<summary>
Gets or sets the border line weight of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.DEF_RESOURCE">
<summary>
Resource name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.DEF_NAME">
<summary>
Default Name of format.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.SPACE_BETWEEN_DOUBLE_UNDERLINING">
<summary>
Number of pixels between two lines in double underlining.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format._imgWaveLine">
<summary>
Static storage for all Formats of resource image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_strName">
<summary>
Format name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_clrFore">
<summary>
BackGround hatch color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_clrFont">
<summary>
Snippet's font's color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_clrStrikeOut">
<summary>
Color, used to strike out the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_fontFamily">
<summary>
Specifies font familty to use.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_bBold">
<summary>
Specifies whether font is bolded.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_bItalic">
<summary>
Specifies whether font is italic.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_fFontSize">
<summary>
Specifies font size in points.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_clrBack">
<summary>
Background color of snippet. If you want to draw rectangle over the snippet set Background Color.Empty value and Foreground property
to needed rectangle border color. If both properties Background and Foreground set to not Empty value then for drawing used hatch brush
according to BackStyle property value. If Foreground set to Color.Empty value then will be filled snippet rectangle by Background color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_clrLine">
<summary>
Color of Line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_HatchStyle">
<summary>
Style of background brush. This property used only when Background and Foreground colors set to not Empty values.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_UnderlineWeight">
<summary>
Weight of snippet text underline drawing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_UnderlineStyle">
<summary>
Style of snippet text underline drawing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_Parent">
<summary>
Parent of the format.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_font">
<summary>
Snippet's font.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.rightToLeft">
<summary>
RightToLeft rendering.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.textDrawOffset">
<summary>
Text draw offset RightToLeft rendering.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.stringFormat">
<summary>
StringFormat used to draw the string.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_brushFont">
<summary>
Brush, used to draw text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_penBackGround">
<summary>
Pen, used to draw rectangle arround text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_brushBackGround">
<summary>
Brush, used to draw background under text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_brushUnderline">
<summary>
Brush, used to draw underlining.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_penUnderline">
<summary>
Pen, used to draw underlining.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_penStrikeOut">
<summary>
Pen object used for drawing text strike out.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_tempFormattingsList">
<summary>
List, used to keep dynamic formatting.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_formatID">
<summary>
ID of the format.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.FormatLastID">
<summary>
ID of the last format.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_imgAttrWaveLineColorRemap">
<summary>
ImageAttributes, used for remapping of the colors.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_bUseHatchFill">
<summary>
Specifies whether hatch style should be applied to background filling.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_bUseCustomControl">
<summary>
Specifies whether custom control should be rendered instead of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_clrBorder">
<summary>
Frame border color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_borderStyle">
<summary>
Border line style. No border if 'None'.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.m_borderWeight">
<summary>
Border line weight.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.voidArray">
<summary>
Static void array of additional formatings used for filling DynamicFormattings member when needed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.ParentControl">
<summary>
Holds the StreamEditControl as parentcontrol
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format"/> class using format name.
</summary>
<param name="name">format name</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.#ctor(System.String,System.Drawing.Font)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format"/> class using name and Font.
</summary>
<param name="name">name of this format</param>
<param name="font">snippet's font at this format </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format"/> class using font and Colors.
</summary>
<param name="name">Name.</param>
<param name="fontColor">snippet's font's color</param>
<param name="foreColor">snippet's forecolor</param>
<param name="backColor">snippet's background</param>
<param name="font"> snippet's font's size</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.#ctor(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.String,System.Single)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format"/> class using font[ + size ] and Colors.
</summary>
<param name="name">Name.</param>
<param name="fontColor">snippet's font's color </param>
<param name="foreColor"></param>
<param name="backColor">snippet's background</param>
<param name="fontName"></param>
<param name="fontSize">snippet's font's size</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.#ctor(System.String,Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format"/> class using name and another existing format.
</summary>
<param name="name">Name.</param>
<param name="inherit">Fornat to inherit.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.Finalize">
<summary>
Finalizer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.Dispose">
<summary>
Releases all resources used by this Controls component.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.RaiseChangedEvent">
<summary>
Raises Changed event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.RaiseNameChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raise property_changed event for Name
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.RaiseFontNameChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
raise property_changed event for FontName
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.RaiseFontSizeChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
raise property_changed event for FontSize
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.RaiseForeColorChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
raise property_changed event for ForeColor
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.RaiseFontColorChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
raise property_changed event for FontColor
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.RaiseBackColorChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
raise property_changed event for BackColor
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.RaiseHatchStyleChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
raise property_changed event for HatchStyle
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.RaiseUnderlineWeightChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
raise property_changed event for
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.RaiseUnderlineStyleChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
raise property_changed event for UnderlineStyle
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.RaiseOnCustomDraw(Syncfusion.Windows.Forms.Edit.CustomSnippetDrawEventArgs)">
<summary>
Method raise Custom draw event
</summary>
<param name="args">Parameters of custom draw event</param>
<param>ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.RaiseFontChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
raise property_changed event for Font
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.RaiseLineColorChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Raises LineColorChanged event.
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.OnCustomDrawNeeds(Syncfusion.Windows.Forms.Edit.CustomSnippetDrawEventArgs)">
<summary>
Raise to OnCustomDraw event to user with specified parameters
</summary>
<param name="args">CustomSnippetDrawEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.OnNameChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
call raiser for Name
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.OnFontNameChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
call raiser for FontName
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.OnFontSizeChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
call raiser for FontSize
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.OnForeColorChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
call raiser for ForeColor
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.OnFontColorChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
call raiser for FontColor
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.OnBackColorChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
call raiser for BackColor
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.OnHatchStyleChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
call raiser for HatchStyle
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.OnUnderlineWeightChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
call raiser for UnderlineWeight
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.OnUnderlineStyleChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
call raiser for UnderlineStyle
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.OnFontChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
call raiser for Font
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.OnLineColorChanged(Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
</summary>
<param name="args">ValueChangedEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.ToString">
<summary>
use this to see object like string
</summary>
<returns>object like string</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.SetUnderlineBrush">
<summary>
Sets underline brush.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.SetUnderlinePen">
<summary>
Sets underline pen.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.DrawUnderlines(System.Drawing.Graphics,System.Drawing.RectangleF)">
<summary>
Draws underlining line for the specified rectangle that contains text.
</summary>
<param name="g">Graphics object, underlines should be drawn on.</param>
<param name="textRect">Rectangle with text, that should be underlined.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.DrawUnderlines(System.Drawing.Graphics,System.Single,System.Single,System.Single)">
<summary>
Draws underlining line for the specified rectangle that contains text.
</summary>
<param name="g">Graphics object, underlines should be drawn on.</param>
<param name="x">X coordinate of the underline start.</param>
<param name="y">Y coordinate of the underline start.</param>
<param name="width">Width of the underlining.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.DrawSingleUnderline(System.Drawing.Graphics,System.Single,System.Single,System.Single)">
<summary>
Draws single underlining line.
</summary>
<param name="g">Graphics object.</param>
<param name="x">X coordinate of the underline start.</param>
<param name="y">Y coordinate of the underline start.</param>
<param name="width">Width of the underlining.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.MeasureText(System.Drawing.Graphics,System.String,System.Boolean,System.Boolean,System.Int32)">
<summary>
Helps to measures text using current font.
</summary>
<param name="g">Graphics.</param>
<param name="text">Text.</param>
<param name="bMeasureWholeWord">Indicates whether whole word should be measured.</param>
/// <param name="bNativeGdi">bNativeGdi.</param>
/// <param name="spaceBetweenLines">spaceBetweenLines.</param>
<returns>TextInfo.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.CompleteFormattingsList(Syncfusion.Windows.Forms.Edit.Utils.AdditionalFormatting[]@,System.Int32)">
<summary>
Return list with all given formatting.
</summary>
<param name="formatting">Array of additional formatting to fill.</param>
<param name="textLength">Length of text.</param>
<returns>List of formatting.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.DrawTextAndStrikeOut(System.Drawing.Graphics,System.String,System.Drawing.Rectangle,System.Int32,System.Single,System.Drawing.Size,System.Boolean)">
<summary>
Draws text and strikes it out if needed.
</summary>
<param name="g">Graphics object.</param>
<param name="text">Text to draw.</param>
<param name="rect">Rectangle, the text is to be drawn to.</param>
<param name="autoScrollY">Y autoscroll position. Used for proper native drawing.</param>
<param name="scale">Scale value for output. Used in printing for resolving printing problems related to native methods.</param>
<param name="margins">Margin offsets for text output. Used in printing.</param>
<param name="bNativeDrawing">bNativeDrawing.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.DrawTextAndStrikeOut(System.Drawing.Graphics,System.String,System.Drawing.Rectangle,System.Int32,System.Single,System.Drawing.Size,System.Drawing.Brush,System.Drawing.Pen,System.Boolean)">
<summary>
Draws text and strikes it out if needed.
</summary>
<param name="g">Graphics object.</param>
<param name="text">Text to draw.</param>
<param name="rect">Rectangle, the text is to be drawn to.</param>
<param name="autoScrollY">Y autoscroll position. Used for proper native drawing.</param>
<param name="scale">Scale value for output. Used in printing for resolving printing problems related to native methods.</param>
<param name="margins">Margin offsets for text output. Used in printing.</param>
<param name="textBrush">Brush for text.</param>
<param name="penStrikeOut">Pen to draw striking out.</param>
<param name="bNativeDrawing">Indicates whether native drawing should be used.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.DrawText(System.Drawing.Graphics,Syncfusion.Windows.Forms.Edit.Utils.TextDrawInfo@,Syncfusion.Windows.Forms.Edit.Utils.BorderInfo@,System.Boolean,System.Int32)">
<summary>
Draws text on specified Graphics object using current format settings.
</summary>
<param name="g">Graphics, the text is to be drawn on.</param>
<param name="text">Text, to be drawn.</param>
<param name="borderInfo">Info about bordering.</param>
<param name="bNativeDrawing">Indicates whether native drawing should be used.</param>
<param name="spaceBetweenLines">Space between lines.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.DrawText(System.Drawing.Graphics,Syncfusion.Windows.Forms.Edit.Utils.TextDrawInfo@,Syncfusion.Windows.Forms.Edit.Utils.BorderInfo@,System.Int32,System.Single,System.Drawing.Size,System.Boolean,System.Int32)">
<summary>
Draws text on specified Graphics object using current format settings.
</summary>
<param name="g">Graphics, the text is to be drawn on.</param>
<param name="text">Text, to be drawn.</param>
<param name="borderInfo">Info about bordering.</param>
<param name="autoScrollY">Y autoscroll position. Used for proper native drawing.</param>
<param name="scale">Scale value for output. Used in printing for resolving printing problems related to native methods.</param>
<param name="margins">Margin offsets for text output. Used in printing.</param>
<param name="bNativeDrawing">Indicates whether native drawing should be used.</param>
<param name="SpaceBetweenLines">Space between lines.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.DrawBorder(System.Drawing.Graphics,Syncfusion.Windows.Forms.Edit.Utils.BorderInfo@,Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format,System.Drawing.RectangleF@)">
<summary>
Draws border on specified Graphics object using current format settings.
</summary>
<param name="g">Graphics object to draw border on.</param>
<param name="borderInfo">Structure with info about border.</param>
<param name="frm">Format of border.</param>
<param name="rect">Rectengle to draw border around.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.AppendToXML(System.Xml.XmlElement)">
<summary>
Append it's data to given XML.
</summary>
<param name="parent">Parent element.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.AppendToXML(System.Xml.XmlTextWriter)">
<summary>
Append it's data to given XML.
</summary>
<param name="writer">Xml writer.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.ResetFont">
<summary>
Sets font to null.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.ResetForeColor">
<summary>
Disposes brush which depends from ForeColor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.ResetFontColor">
<summary>
Disposes brush which depends from FontColor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.ResetStrikeOutColor">
<summary>
Resets strike out pen.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.ResetBackColor">
<summary>
Disposes brush which depends from BackColor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.ResetUnderline">
<summary>
Disposes Underline Style and Weight.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.ResetLineColor">
<summary>
Disposes Line color cache.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.ShouldSerializeXmlForeColor">
<summary>
Should serialize Xml Fore Color.
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.WaveImage">
<summary>
Gets the wave image which is used for underline drawing.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.StrikeOut">
<summary>
Gets a value indicating whether the text is strike out or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.StringFormat">
<summary>
Gets or sets the StringFormat that are used to draw the string.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.RightToLeft">
<summary>
Gets or sets a value indicating whether the control is in RightToLeft rendering mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.TextDrawOffset">
<summary>
Gets or sets the text draw offset value .
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.FontFamily">
<summary>
Gets or sets the currently used font family.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.FontBold">
<summary>
Gets or sets a value indicating whether the font is bold or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.FontItalic">
<summary>
Gets or sets a value indicating whether the font is italic or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.FontSize">
<summary>
Gets or sets the font size that are specified in the formats.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.UseCustomControl">
<summary>
Gets or sets a value indicating whether custom control should be used instead of rendering text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.Name">
<summary>
Gets or sets the name of the format.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.Parent">
<summary>
Gets or sets the parent of the format.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.Font">
<summary>
Gets or sets the font of current format.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.XmlFont">
<summary>
Gets or sets the font presentation for XmlSerialization.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.ForeColor">
<summary>
Gets or sets the fore color of the format.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.XmlForeColor">
<summary>
Gets or sets the color presentation for XmlSerialization.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.FontColor">
<summary>
Gets or sets the color of the font.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.XmlFontColor">
<summary>
Gets or sets the font color presentation for XmlSerialization
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.BackColor">
<summary>
Gets or sets the background color of snippet. If you want to draw rectangle over the snippet set Background Color. Empty value and Foreground property to
needed rectangle border color. If both properties Background and Foreground set to not Empty value then for drawing used hatch brush
according to BackStyle property value. If Foreground set to Color.Empty value then will be filled snippet rectangle by Background color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.XmlBackColor">
<summary>
Gets or sets back color that are used while performing XmlSerialization.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.HatchStyle">
<summary>
Gets or sets the Style of background brush. This property used only when Background and Foreground colors set to not Empty values.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.UnderlineWeight">
<summary>
Gets or sets the weight that are used for underlining.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.UnderlineStyle">
<summary>
Gets or sets the style that are used for underlining.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.UseHatchFill">
<summary>
Gets or sets a value indicating whether hatch style settings should be applied on background filling or background should be solid.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.LineColor">
<summary>
Gets or sets the color of Line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.XmlLineColor">
<summary>
Gets or sets the LineColor presantation for XmlSerialization
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.LineWidth">
<summary>
Gets the line pen width.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.IsDoubleLine">
<summary>
Gets or sets a value indicating whether the line has double style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.TextBrush">
<summary>
Gets the brush, that is used to draw text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.BackGroundPen">
<summary>
Gets the pen which is used to draw rectangle around text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.BackGroundBrush">
<summary>
Gets the brush which is used to draw background under text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.UnderlineBrush">
<summary>
Gets the brush used for underlining.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.UnderlinePen">
<summary>
Gets the pen used for underlining.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.StrikeOutPen">
<summary>
Gets pen used for drawing text strike out.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.StrikeOutColor">
<summary>
Gets or sets the strike out color of text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.XmlStrikeOutColor">
<summary>
Gets or sets the strike out color presentation for XmlSerialization.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.BorderColor">
<summary>
Gets or sets the border color of frame.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.XmlBorderColor">
<summary>
Gets or sets the border color for XmlSerialization.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.BorderWeight">
<summary>
Gets or sets the weight of border line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.BorderStyle">
<summary>
Gets or sets the style of border line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.Style">
<summary>
Gets or Sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.EditControlRenderer">
<summary>
Gets the Office 2016 Colors repective to style
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.NameChanged">
<summary>
Occurs after the name has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.FontNameChanged">
<summary>
Occurs after the FontName has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.FontSizeChanged">
<summary>
Occurs after the FontSize has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.ForeColorChanged">
<summary>
Occurs after the ForeColor has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.FontColorChanged">
<summary>
Occurs after the FontColor has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.BackColorChanged">
<summary>
Occurs after the BackColor has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.HatchStyleChanged">
<summary>
Occurs after the HatchStyle has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.UnderlineWeightChanged">
<summary>
Occurs after the UnderlineWeight has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.UnderlineStyleChanged">
<summary>
Occurs after the UnderlineStyle has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.OnCustomDraw">
<summary>
This event is raised by renderer when paint works started.
user
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.FontChanged">
<summary>
Occurs after the Font has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.LineColorChanged">
<summary>
Occurs when line color is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.Changed">
<summary>
Occurs when some property value is changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatsCollection">
<summary>
Represents a class that contains the collection of formats.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatsCollection.Insert(System.Int32,Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Inserts an item to the IList at the specified position.
</summary>
<param name="index">The zero-based index at which value should be inserted.</param>
<param name="value">Format to be inserted.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatsCollection.Remove(Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Removes the first occurrence of a specific object from the IList.
</summary>
<param name="value">Format to be removed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatsCollection.Contains(Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Determines whether the IList contains a specific value.
</summary>
<param name="value">Format to be found.</param>
<returns>True if IList contains a specific value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatsCollection.IndexOf(Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Determines the index of a specific item in the IList.
</summary>
<param name="value">Format to be found.</param>
<returns>Index of the format in collection or -1.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatsCollection.Add(Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Adds an item to the IList.
</summary>
<param name="value">Value to be added.</param>
<returns>Index of the format in collection.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatsCollection.AddRange(System.Collections.ICollection)">
<summary>
Add collection of formats to the list.
</summary>
<param name="collection">Collection of SnippetFormats to be added.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.FormatsCollection.Item(System.Int32)">
<summary>
Gets or sets the specified index element from snippet format collection.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext">
<summary>
Represents a class that helps to create instance of the change. Also, it implements ISource interface, so it can be used as data source for data window.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IChange">
<summary>
Provides the functionality for change in the stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IChange.Position">
<summary>
Gets the current position in stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IChange.Type">
<summary>
Gets the type of change in stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IChange.Data">
<summary>
Gets the data for change (for replace and insert).
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IChange.Size">
<summary>
Gets the size of data to be affected (for delete and replace).
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.ISource">
<summary>
Provides the functionality for data window that contains source of data.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ISource.GetData(System.Int64,System.Byte[],System.Int32,System.Int32)">
<summary>
Gets the data and writes it to array.
</summary>
<param name="position">Position of data in the source.</param>
<param name="data">Array, where data will be written.</param>
<param name="offset">Offset in array.</param>
<param name="count">Size of data that have to be read.</param>
<returns>Count of actually read bytes.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ISource.Length">
<summary>
Gets the length of data in source.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext.m_type">
<summary>
Type of change.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext.m_data">
<summary>
Array of bytes with data changed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext.m_size">
<summary>
Size of data changed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext.m_pos">
<summary>
Position of change in stream.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext.#ctor(Syncfusion.Windows.Forms.Edit.Interfaces.ChangeType,System.Byte[])">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext"/> class.
</summary>
<param name="type">Type of change.</param>
<param name="data">Data for change.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext.#ctor(Syncfusion.Windows.Forms.Edit.Interfaces.ChangeType,System.Byte[],System.Int64)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext"/> class.
</summary>
<param name="type">Type of change.</param>
<param name="data">Data for change.</param>
<param name="size">Size of change (how much to delete or replace).</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext.Finalize">
<summary>
Destructor, calls Dispose.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext.ToString">
<summary>
Format of the output string is "type: {0,8} length: {1,6} size: {2,6} position: {3,6}"
Mostly for debug purposes.
</summary>
<returns>String representation.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext.GetData(System.Int64,System.Byte[],System.Int32,System.Int32)">
<summary>
Reads data and writes it to array.
</summary>
<param name="position">Position of data in the source.</param>
<param name="data">Array, where data will be written.</param>
<param name="offset">Offset in array.</param>
<param name="count">Size of data that have to be read.</param>
<returns>Count of actually read bytes.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext.System#ICloneable#Clone">
<summary>
Clones Context
</summary>
<returns>New ChangeContext</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext.Clone">
<summary>
Clones the changed context.
</summary>
<returns>New ChangeContext</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext.Dispose">
<summary>
Releases all resources used by this Controls component.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext.Position">
<summary>
Gets or sets the position in stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext.Type">
<summary>
Gets the type of change.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext.Data">
<summary>
Gets the data for change (for replace and insert).
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext.Size">
<summary>
Gets the size of data changed (for delete and replace).
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext.Length">
<summary>
Gets the length of data in source.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindowsSearch">
<summary>
Comparer for Data Windows.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindowsSearch.Compare(System.Object,System.Object)">
<summary>
Implementation of Compare method.
</summary>
<param name="x">Datawindow that is compared.</param>
<param name="y">Object, that datawindow is compared to.</param>
<returns></returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream">
<summary>
Represents a class that provides data for the stream, that tracks changes.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IChangesStream">
<summary>
Provides the functionality for stream, that tracks changes.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IStream">
<summary>
Provides the functionality for the streams.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IStream.Read(System.Byte[],System.Int32,System.Int32)">
<summary>
Reads the specified count of bytes from the stream.
</summary>
<param name="buffer">Buffer for reading.</param>
<param name="offset">Offset in buffer.</param>
<param name="count">Count of bytes to read to the buffer.</param>
<returns>Count of bytes, really read.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IStream.Write(System.Byte[],System.Int32,System.Int32)">
<summary>
Writes the specified count of bytes from the buffer to stream.
</summary>
<param name="buffer">Buffer with data.</param>
<param name="offset">Offset in buffer.</param>
<param name="count">Count of bytes to write to the stream.</param>
<returns>Count of bytes, really written.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IStream.Seek(System.Int64,System.IO.SeekOrigin)">
<summary>
Sets the current position in stream to specified value.
</summary>
<param name="offset">Needed value.</param>
<param name="origin">Origin of the value.</param>
<returns>Position in stream, really set.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IStream.SetLength(System.Int64)">
<summary>
Sets the new length of the stream.
</summary>
<param name="value">New length.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IStream.Close">
<summary>
Helps to close the stream.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IStream.ReadByte">
<summary>
Reads single byte data in the stream.
</summary>
<returns>Byte read.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IStream.WriteByte(System.Byte)">
<summary>
Writes byte to stream.
</summary>
<param name="value">Data to be written.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IStream.Flush">
<summary>
Flushed internal buffers.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IStream.CanRead">
<summary>
Gets the ability of reading the data in stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IStream.CanSeek">
<summary>
Gets the ability of seeking the data in stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IStream.CanWrite">
<summary>
Gets the ability of writing the data in stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IStream.Length">
<summary>
Gets the length of the stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IStream.Position">
<summary>
Gets the current position in the stream.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IChangesStream.FlushChanges">
<summary>
Flushes changes to source and empties undo buffer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IChangesStream.AddChange(Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext)">
<summary>
Add the changed context to the stream and applies its new changes.
</summary>
<param name="context">Change context.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IChangesStream.AddChange(System.Int64,Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext)">
<summary>
Add the changed context to the stream and applies its new changes.
</summary>
<param name="context">Change context.</param>
<param name="position">Position in stream.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IChangesStream.Undo">
<summary>
Helps to undo last action.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IChangesStream.Redo">
<summary>
Helps to Redo the last undone action.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IChangesStream.PopState">
<summary>
Gets the pops current state.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IChangesStream.PushState">
<summary>
Gets the pushes current state.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IChangesStream.CopyTo(System.IO.Stream)">
<summary>
Copies all data to specified stream.
</summary>
<param name="stream">Destination stream.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IChangesStream.CanUndo">
<summary>
Gets a value indicating whether it performs undo operation or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IChangesStream.AutoPush">
<summary>
Gets or sets the count of changes to be made, to execute autopush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.DEF_BUFFER_SIZE">
<summary>
Default buffer size.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.DEF_FLUSH_BLOCK_LENGTH">
<summary>
Length of the block of data for flushing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.DATA_WINDOW_SEARCH_COMPARER">
<summary>
Comparer for DataWindows.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.m_source">
<summary>
Underlying stream, used as source for ChangesStream.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.m_changes">
<summary>
List of changes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.m_UndoneChanges">
<summary>
List of changes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.m_dataWindows">
<summary>
List of DataWindows.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.m_length">
<summary>
Current length of the stream.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.m_position">
<summary>
Current position in the stream. If buffer is filled, then it is position of the buffer start.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.m_data">
<summary>
Current data buffer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.m_dataPoint">
<summary>
Current position in buffer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.m_dataEnd">
<summary>
End position of the buffer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.m_bResetCache">
<summary>
If true, buffer will be rereaded on next read or position change.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.m_statesStack">
<summary>
Stack of the saved states.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.m_lastChangesCount">
<summary>
Count of changes in last state saved in stack.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.m_iAutoPush">
<summary>
Count of changes, that can be done before state will be automatically pushed to stack.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.m_sync">
<summary>
Sync object for all view and stream
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.#ctor(System.IO.Stream)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream"/> class.
</summary>
<param name="input">Source stream, must support Read and Seek operations</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.#ctor(System.String,System.IO.FileMode,System.IO.FileAccess)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream"/> class.
</summary>
<param name="FileName">Name of the file.</param>
<param name="mode">Mode of file opening.</param>
<param name="access">File access type.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.Finalize">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.Dispose">
<summary>
Frees used memory.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.OnPositionChanged">
<summary>
Method, that is raised on every change of m_position. It means that cache must be reloaded.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.RaiseDataChangedEvent">
<summary>
Raiser for DataChanged event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.ResetCache">
<summary>
Resets cache. Cache will be reloaded on next position change or read from stream.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.RaiseDataPositionChanged(System.Int64,System.Int64)">
<summary>
Raiser for DataPositionChanged event
</summary>
<param name="OldPosition">Old position.</param>
<param name="NewPosition">New position.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.RaiseUndoBufferFlushedEvent">
<summary>
Raises UndoBufferFlushed event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.RaiseRedoBufferFlushedEvent">
<summary>
Raises RedoBufferFlushed event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.Read(System.Byte[],System.Int32,System.Int32)">
<summary>
Reads data from stream to buffer. Reading is started from the current position.
</summary>
<param name="buffer">Array of bytes, where data must be put.</param>
<param name="offset">Offset in buffer.</param>
<param name="count">Count of bytes to be read.</param>
<returns>Count of bytes, actually read.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.Write(System.Byte[],System.Int32,System.Int32)">
<summary>
Writes data to stream from current position. It executes AddChange method with Insert change type.
</summary>
<param name="buffer">Data to be written.</param>
<param name="offset">Offset of data to be written in buffer.</param>
<param name="count">Count of bytes to be written.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.Seek(System.Int64,System.IO.SeekOrigin)">
<summary>
Sets the current position in the stream.
</summary>
<param name="offset">Offset, that position must be moved for.</param>
<param name="origin">Specifies point, where offset must be applied.</param>
<returns>Current position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.SetLength(System.Int64)">
<summary>
Sets the length of the stream.
</summary>
<param name="value">new length of stream</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.Flush">
<summary>
Saves output stream to input stream.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.Close">
<summary>
Implemented for avoiding PEVerify warnings.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.ReadByte">
<summary>
Implemented for avoiding PEVerify warnings.
</summary>
<returns>Parent value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.WriteByte(System.Byte)">
<summary>
Implemented for avoiding PEVerify warnings.
</summary>
<param name="value">Byte to write.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.AddChange(Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext)">
<summary>
Applies change in current position.
</summary>
<param name="context">Context of the change.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.AddChange(System.Int64,Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext)">
<summary>
Add change to the specified position.
</summary>
<param name="position">Position in stream, where change is to be applied.</param>
<param name="context">Context of the change.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.AddChange(System.Int64,Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext,System.Boolean)">
<summary>
Applies change.
</summary>
<param name="position">Position in stream, where change is to be applied.</param>
<param name="context">Context of the change.</param>
<param name="bResetRedo">If true, redo buffer will be resetted.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.Undo">
<summary>
Undo last change.
WARNING: it simply redos all operation except the last one.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.Redo">
<summary>
Performs Redo operation to last undone change.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.PopState">
<summary>
Restores datawindows and changes to the last state, saved in stack.
Last saved state is removed from stack.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.PushState">
<summary>
Saves current datawindows and changes to stack.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.FlushChanges">
<summary>
Saves all changes.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.SetNewLineStyle(Syncfusion.IO.NewLineStyle)">
<summary>
Sets new line style to the underlying stream.
</summary>
<param name="style">Style of new line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.CopyTo(System.IO.Stream)">
<summary>
Writes current stream data to output stream.
</summary>
<param name="stream">Output stream.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.DiscardChanges">
<summary>
Resets all changes, done to stream.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.ResetStream">
<summary>
Reset stream to default startup state
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.ChangeInsert(System.Int32,Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow,System.Int64,System.Int64,System.Int64@,Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow)">
<summary>
Make update of DataWindows according to Insert operation type logic
</summary>
<param name="index">Index of first DataWindow in update range</param>
<param name="change">DataWindow with chages</param>
<param name="start">Start position of update region</param>
<param name="end">End position of update region</param>
<param name="posChange">influence on current stream position</param>
<param name="firstPart">DataWindow to which start position belong</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.ChangeReplace(System.Int32,Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow,System.Int64,System.Int64,System.Int64@,Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow,Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext)">
<summary>
Make update of DataWindows according to Replace operation type logic
</summary>
<param name="index">Index of first DataWindow in update range</param>
<param name="change">DataWindow with chages</param>
<param name="start">Start position of update region</param>
<param name="end">End position of update region</param>
<param name="posChange">influence on current stream position</param>
<param name="firstPart">DataWindow to which start position belong</param>
<param name="context">Changes to context object</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.ChangeDelete(System.Int32,Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow,System.Int64,System.Int64,System.Int64@,Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangeContext)">
<summary>
Make update of DataWindows according to Delete operation type logic
</summary>
<param name="index">Index of first DataWindow in update range</param>
<param name="change">DataWindow with chages</param>
<param name="start">Start position of update region</param>
<param name="end">End position of update region</param>
<param name="posChange">influence on current stream position</param>
<param name="context">Changes to context object</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.ExtractLastState">
<summary>
Restores datawindows and changes to the last state, saved in stack.
WARNING: Method always must be called in lock( m_sync ) scope!!!
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.FillInternalBuffer(System.Byte[],System.Int64,System.Int64)">
<summary>
Fills cache by data from stream.
</summary>
<param name="data">Buffer</param>
<param name="position">Position in stream</param>
<param name="size">Size of data to be read</param>
<returns>Number of read operations.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.GetDataWindowsInRange(System.Int64,System.Int64)">
<summary>
Searches for all data windwos in specified range.
</summary>
<param name="start">Start position</param>
<param name="end">End position</param>
<returns>Array of DataWindows which contains data from start to end points</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.SplitDataWindow(Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow,System.Int64)">
<summary>
Divides one window into two in some position.
</summary>
<param name="window">Window to be divided</param>
<param name="position">Position in stream of division point</param>
<returns>Second data window, that is cut</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.TrimDataWindows(System.Int32,System.Int64,Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow)">
<summary>
Trims datawindows in specified range.
</summary>
<param name="index">Index of the first datawindow, that must be cut.
Can be 0, then scan of entire list will occure.</param>
<param name="position">Start position of trimming.</param>
<param name="change">DataWindow, which size will be used for trimming.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.UpdateDataWindowsPositions">
<summary>
Updates all window's positions.
Length is also updated.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.UpdateDataWindowsPositions(System.Int32)">
<summary>
Updates all window's positions starting from some index.
Length is also updated.
</summary>
<param name="start">Index of the first windwo to be updated</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.CanUndo">
<summary>
Gets a value indicating whether the user can Undo some actions in stream or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.CanRedo">
<summary>
Gets a value indicating whether the user can redo some actions in stream or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.CanRead">
<summary>
Gets a value indicating whether the user can read data from stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.CanSeek">
<summary>
Gets a value indicating whether the user can seek position in stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.CanWrite">
<summary>
Gets a value indicating whether the user can write the data to stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.Length">
<summary>
Gets the length of the stream
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.Position">
<summary>
Gets or sets the current position in the stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.AutoPush">
<summary>
Gets or sets the count of changes that can be done before state will be automatically pushed to stack.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.DataWindows">
<summary>
Gets list of active windows.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.Changes">
<summary>
Gets list of changes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.LastSavedChangesCount">
<summary>
Looks for the last saved count of changes in the stack of Saved States
</summary>
<returns>Integer value of count or -1 if stack is empty</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.LastSavedDataWindows">
<summary>
Looks for the last saved list of DataWindows in the stack of Saved States
</summary>
<returns>List of data windows or null if stack is empty</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.SyncObject">
<summary>
Gets synchronization object.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.DataChanged">
<summary>
Occurs after the data has changed in stream.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.DataPositionChanged">
<summary>
Occurs when position of some data was changed. Example: if some data was deleted, data, that is after deleted block,
will be moved back for the length of deleted data, so it`s position will be changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.AutoPushChanged">
<summary>
Occurs when AutoPush property value is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.UndoBufferFlushed">
<summary>
Occurs when undo buffer is flushed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.IO.ChangesStream.RedoBufferFlushed">
<summary>
Occurs when redo buffer is flushed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow">
<summary>
Represents a class that provides source of data for output stream.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IDataWindow">
<summary>
Provides the functionality for data window.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IDataWindow.Source">
<summary>
Gets the source for reading data of this stream. More than one windows can use this source.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IDataWindow.Start">
<summary>
Gets the index of first byte of window's data in Source.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IDataWindow.Size">
<summary>
Gets the size of window's data.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IDataWindow.Position">
<summary>
Gets the position of window in output stream.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow.m_source">
<summary>
Source for reading data of this stream. More than one windows can use this source.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow.m_start">
<summary>
Index of first byte of window's data in Source.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow.m_size">
<summary>
Size of window's data.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow.m_position">
<summary>
Position of window in output stream.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow.#ctor(Syncfusion.Windows.Forms.Edit.Interfaces.ISource)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow"/> class.
</summary>
<param name="source">Source of data for window.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow.#ctor(Syncfusion.Windows.Forms.Edit.Interfaces.ISource,System.Int64,System.Int64)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow"/> class.
</summary>
<param name="source">Source of data for window.</param>
<param name="start">Start position of the window's data in source.</param>
<param name="size">Size of the window's data in source.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow.Finalize">
<summary>
Destoroy Class
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow.Dispose">
<summary>
Releases all resources used by data window.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow.ToString">
<summary>
Represents a data window in format "source: xxx start: xxx position: xxx". Mostly needed for debug purposes.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow.System#ICloneable#Clone">
<summary>
Clones DataWindow
</summary>
<returns>New DataWindow</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow.Clone">
<summary>
Clones DataWindow
</summary>
<returns>New DataWindow</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow.Source">
<summary>
Gets the source for reading data of this stream. More than one windows can use this source.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow.Start">
<summary>
Gets or sets the index of first byte of window's data in Source.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow.Size">
<summary>
Gets or sets the size of window's data.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow.Position">
<summary>
Gets or sets the position of window in output stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.DataWindow.IsDisposed">
<summary>
Gets a value indicating whether the stream is disposed or not.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.InputStreamSource">
<summary>
Implementation of ISource, that read data from some stream.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.InputStreamSource.m_input">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.InputStreamSource.#ctor(System.IO.Stream)">
<summary>
Initializes instance by stream.
</summary>
<param name="input"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.InputStreamSource.GetData(System.Int64,System.Byte[],System.Int32,System.Int32)">
<summary>
Reads data from the stream and writes it to array.
</summary>
<param name="position">Position of data in the source.</param>
<param name="data">Array, where data will be written.</param>
<param name="offset">Offset in array.</param>
<param name="count">Size of data that have to be read.</param>
<returns>Count of actually read bytes.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.InputStreamSource.Position">
<summary>
Gets or sets position in stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.InputStreamSource.Length">
<summary>
Length of data in source.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint">
<exclude/>
<summary>
Represents a class that provides ParsePoint which is used to keep data about some position in text stream. All changes must be tracked and all parsepoints must be correctly updated to ensure that all parsepoints are reliable.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint">
<summary>
Provides the functionality for getting the parse point from which lexem started in stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint.Line">
<summary>
Gets the line from which parse point started.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint.Position">
<summary>
Gets the position of line where lexem started.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint.Offset">
<summary>
Gets the Offset in the inner stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint.IsValid">
<summary>
Gets a value indicating whether the parsepoint is valid or not.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint.ParsePointParameterChanged">
<summary>
Occurs when some parameter of parse point has been changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint.Deleted">
<summary>
Occurs when point is deleted from collection and became unreliable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.DEF_UNRELIABLE_OFFSET">
<summary>
Offset for the parse point, that specifies it's unreliability. It is set when parsepoint is deleted.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.m_iLine">
<summary>
ParsePoint's line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.m_iPosition">
<summary>
ParsePoint's column in line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.m_lOffset">
<summary>
ParsePoint's offset in stream.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.#ctor(System.Int32,System.Int32,System.Int64)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint"/> class.
</summary>
<param name="iLine">Initial line.</param>
<param name="iPosition">Initial column.</param>
<param name="lOffset">Initial position in stream.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.Dispose">
<summary>
Releases all resources used by the stream.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.ToString">
<summary>
Replaces the format items in a specified string with the string representation.
</summary>
<returns>String with information.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.CompareTo(System.Object)">
<summary>
Compares the one position with another position parse point.
</summary>
<param name="obj">Another ParsePoint object, or int value, that specifies the offset.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.op_LessThan(Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint,Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint)">
<summary>
Defines operator contains within the specified points.
</summary>
<param name="x"></param>
<param name="y"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.op_LessThanOrEqual(Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint,Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint)">
<summary>
Defines operator.
</summary>
<param name="x"></param>
<param name="y"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.op_GreaterThan(Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint,Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint)">
<summary>
Defines operator contains within the specified points.
</summary>
<param name="x"></param>
<param name="y"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.op_GreaterThanOrEqual(Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint,Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint)">
<summary>
Defines operator contains within the specified points.
</summary>
<param name="x"></param>
<param name="y"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.RaiseDeletedEvent(System.Int64)">
<summary>
Raises Deleted event.
</summary>
<param name="lNewOffset">Offset for newly created parse point.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.RaiseParsePointParameterChanged(System.Int64,System.Int64,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Raises ParsePointParameterChanged event.
</summary>
<param name="oldOffset">Old point offset.</param>
<param name="newOffset">New point offset.</param>
<param name="oldPos">Old point position.</param>
<param name="newPos">New point position.</param>
<param name="oldLine">Old point line.</param>
<param name="newLine">New point line.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.Offset">
<summary>
Gets or sets the position in stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.Position">
<summary>
Gets or sets the parse point column in line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.Line">
<summary>
Gets or sets the line index in the stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.IsValid">
<summary>
Gets a value indicating whether the parse point is valid or not.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.ParsePointParameterChanged">
<summary>
Occurs when some parameter of parse point is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint.Deleted">
<summary>
Occurs when point is deleted from collection and becomes unreliable.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager">
<summary>
Represents a class that contains the list of ParsePoints and manages it.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.m_List">
<summary>
Internal list of parsepoints.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.DEF_PARSEPOINT_SEARCH">
<summary>
Comparer for search by position in stream
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.DEF_PARSEPOINT_SEARCH_POS">
<summary>
Comparer for search by position of cursor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.m_bInUpdateState">
<summary>
Specifies whether manager is currently updating parsepoint`s data.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.m_delegatesToInvokeAfterUpdate">
<summary>
List of delegates that should be invoked after the update of all parse points.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.Dispose">
<summary>
Releases all resources used by all parse points.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.GetParsePointAtPosition(System.Int64,System.Int32,System.Int32)">
<summary>
Searches for the parse point associated with given offset or creates new parse point.
</summary>
<param name="streamOffset">Needed offset in the stream.</param>
<param name="defLine">Line, that must be set if ParsePoint is created.</param>
<param name="defColumn">Column, that must be set if ParsePoint is created.</param>
<returns>IParsePoint of the found/created ParsePoint.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.InsertPointInPosition(System.Int64,System.Int32,System.Int32,System.Int32)">
<summary>
Creates a new parse point and inserts it to given position.
</summary>
<param name="streamOffset">Position in stream. Must be between two nearest ParsePoint`s positions.</param>
<param name="line">ParsePoints line. No checks are done.</param>
<param name="column">ParsePoints column. No checks are done.</param>
<param name="index">Index, the ParsePoint is to be inserted at.</param>
<returns>Newly created ParsePoint</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.GetParsePointByIndex(System.Int32)">
<summary>
Returns ParsePoint by it's index in array.
</summary>
<param name="index">Index of the ParsePoint</param>
<returns>IParsePoint interface</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.OffsetChanged(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,System.Int64,System.Int32,System.Int32)">
<summary>
Updates offsets of all ParsePoints, starting from the given position. If data was deleted, then iBytesInserted must be negative, everything else must be positive.
</summary>
<param name="startPoint">StartPoint, that is in position, that was moved.</param>
<param name="iBytesInserted">Count of inserted byte (if negative, then bytes were deleted)</param>
<param name="iLinesInData">Count of lines in inserted/deleted data</param>
<param name="iLastLineLength">Position offset for the last line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.CheckIntegrity">
<summary>
Checks integrity of the internal list of parsepoints.
</summary>
<returns>True if everything is OK. Otherwise it returns false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.DeleteParsePointInternal(System.Collections.DictionaryEntry)">
<summary>
Deletes ParsePoint.
</summary>
<param name="parsePoint">DictionaryEntry instance with point and new offset.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.GetEnumerator(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Gets the enumerator for the specified range of parse points.
</summary>
<param name="start">ParsePoint of the range start.</param>
<param name="end">ParsePoint of the range end.</param>
<returns>Enumerator for array.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.GetEnumerator(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Gets the enumerator for the specified range of parse points.
</summary>
<param name="start">ParsePoint of the range start.</param>
<returns>Enumerator for array.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.GetEnumerator(System.Int32,System.Int32)">
<summary>
Gets the enumerator for the specified range of parse points.
</summary>
<param name="start">Start index.</param>
<param name="count">Count of ParsePoints.</param>
<returns>Enumerator for array.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.GetEnumerator">
<summary>
Gets the enumerator for all parse points.
</summary>
<returns>Enumerator for array.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.AddDelegateToAfterUpdateInvokeList(System.Delegate)">
<summary>
Adds delegate to the after update invoke list.
</summary>
<param name="d">Delegate to add.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.AfterUpdateListContains(System.Delegate)">
<summary>
Checks whether after update invoke list contains specified delegate.
</summary>
<param name="d">Delegate to check.</param>
<returns>True if list contains specified delegate; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.CreateNewParsePoint(System.Int32,System.Int32,System.Int64)">
<summary>
Creates new ParsePoint object and weak reference to it.
</summary>
<param name="iLine">Line for the new ParsePoint.</param>
<param name="iPosition">Position for new ParsePoint.</param>
<param name="lOffset">Offset for new ParsePoint.</param>
<returns>WeakParsePoint instance with newly created ParsePoint as it`s Target.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.BinarySearch(System.Object,System.Collections.IComparer)">
<summary>
Invokes binary search in list of ParsePoints.
</summary>
<param name="value">Value to be searched.</param>
<param name="comparer">Comparer.</param>
<returns>Standart result of the BinarySearch.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.InvokeDelegatesAfterUpdate">
<summary>
Invokes delegates that should be invoked after parse points update.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.GetNearestParsePoints(System.Int64,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint@,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint@)">
<summary>
Looks for the nearest ParsePoints for the given offset.
</summary>
<param name="StreamOffset">Offset in the stream</param>
<param name="LeftPoint">Returns left nearest point</param>
<param name="RightPoint">Returns right nearest point</param>
<returns>Returns false if there is no parsepoints at all, otherwise returns true</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.GetNearestParsePoints(System.Int32,System.Int32,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint@,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint@)">
<summary>
Looks for the nearest ParsePoints for the given position.
</summary>
<param name="Line">Positions line</param>
<param name="Column">Positions column</param>
<param name="LeftPoint">Returns left nearest point</param>
<param name="RightPoint">Returns right nearest point</param>
<returns>Returns false if there is no parsepoints at all, otherwise returns true</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.GetNearestParsePoints(System.Int64,System.Int32@,System.Int32@)">
<summary>
Looks for the nearest ParsePoints for the given offset.
</summary>
<param name="StreamOffset">Offset in the stream</param>
<param name="LeftPointIndex">Index of the left nearest point</param>
<param name="RightPointIndex">Index of the right nearest point</param>
<returns>Returns false if there is no parsepoints at all, otherwise returns true</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.GetNearestParsePoints(System.Int32,System.Int32,System.Int32@,System.Int32@)">
<summary>
Looks for the nearest ParsePoints for the given position.
</summary>
<param name="Line">Positions line</param>
<param name="Column">Positions column</param>
<param name="LeftPointIndex">Index of the left nearest point</param>
<param name="RightPointIndex">Index of the right nearest point</param>
<returns>Returns false if there is no parsepoints at all, otherwise returns true</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.GetParsePointByComparer(System.Object,System.Collections.IComparer)">
<summary>
Looks for ParsePoint, that is left to the given value.
</summary>
<param name="value">Value, to be found</param>
<param name="comparer">Comparer, that is used to find needed value</param>
<returns>ParsePoint, that is on given Value or left to it</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.Count">
<summary>
Gets the count of parse points.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.ParsePointSearch">
<summary>
Represents a class that are used for searching the ParsePoint by it's offset.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.ParsePointSearch.Compare(System.Object,System.Object)">
<summary>
Compares two elements by their offset.
</summary>
<param name="x">WeakParsePoint.</param>
<param name="y">WeakParsePoint or long.</param>
<returns>Standard IComparer return value.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.ParsePointSearchByPosition">
<summary>
Represents a class that are used for searching the ParsePoint by it`s position.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePointManager.ParsePointSearchByPosition.Compare(System.Object,System.Object)">
<summary>
Compares two elements by their offset.
</summary>
<param name="x">WeakParsePoint.</param>
<param name="y">ParsePoint or int.</param>
<returns>Standard IComparer return value.</returns>
</member>
<member name="T:Syncfusion.IO.NewLineStyle">
<summary>
Defines the constants that specifies the style of new line in different OS.
</summary>
</member>
<member name="F:Syncfusion.IO.NewLineStyle.Windows">
<summary>
Specifies the window style for new line.
</summary>
</member>
<member name="F:Syncfusion.IO.NewLineStyle.Mac">
<summary>
Specifies the mac style for new line.
</summary>
</member>
<member name="F:Syncfusion.IO.NewLineStyle.Unix">
<summary>
Specifies the unix style for new line.
</summary>
</member>
<member name="F:Syncfusion.IO.NewLineStyle.Control">
<summary>
Specifies the control style for new line.
</summary>
</member>
<member name="T:Syncfusion.IO.RegexTokenizer">
<summary>
Represents a class that provides tokenizer that works with regular expression.
</summary>
</member>
<member name="F:Syncfusion.IO.RegexTokenizer.DEF_TOKEN_SPLITS">
<summary>
Holds the default one-char splitters.
</summary>
</member>
<member name="F:Syncfusion.IO.RegexTokenizer.DEF_NEW_LINE_DETECTION_PATTERN">
<summary>
Holds the regular expression pattern for new-line style detection.
</summary>
</member>
<member name="F:Syncfusion.IO.RegexTokenizer.DEF_COMPARER">
<summary>
Length comparer.
</summary>
</member>
<member name="F:Syncfusion.IO.RegexTokenizer.m_regex">
<summary>
Current compiled regular expression.
</summary>
<remarks>
Must be set to null by any change of splitters, and recreated later as needed.
</remarks>
</member>
<member name="F:Syncfusion.IO.RegexTokenizer.m_reader">
<summary>
Reader for the underlying stream.
</summary>
<remarks>
Note: reader has it's own cache, so on every change of position cache must be resetted.
</remarks>
</member>
<member name="F:Syncfusion.IO.RegexTokenizer.m_match">
<summary>
Last match of the RegEx.
</summary>
</member>
<member name="F:Syncfusion.IO.RegexTokenizer.m_line">
<summary>
Current line cache.
</summary>
<remarks>
Line can be loaded to cache just partialy.
</remarks>
</member>
<member name="F:Syncfusion.IO.RegexTokenizer.m_position">
<summary>
Current position in stream.
</summary>
</member>
<member name="F:Syncfusion.IO.RegexTokenizer.m_strEndLineString">
<summary>
EndLine symbol(s).
</summary>
</member>
<member name="F:Syncfusion.IO.RegexTokenizer.m_style">
<summary>
Storage of EndLineStyle property
</summary>
</member>
<member name="F:Syncfusion.IO.RegexTokenizer.SetRegexAsNone">
<summary>
</summary>
</member>
<member name="F:Syncfusion.IO.RegexTokenizer.m_multiCharSplits">
<summary>
Arrays of multi-char splitters.
</summary>
</member>
<member name="F:Syncfusion.IO.RegexTokenizer.m_oneCharSplits">
<summary>
Arrays of multi-char splitters.
</summary>
</member>
<member name="F:Syncfusion.IO.RegexTokenizer.m_bCaseSensitive">
<summary>
Specifies case sensitivity of the tokenizer.
</summary>
</member>
<member name="F:Syncfusion.IO.RegexTokenizer.m_iSkippedBytes">
<summary>
Count of bytes in the beginning of the stream, that must be skipped (preambula).
</summary>
</member>
<member name="F:Syncfusion.IO.RegexTokenizer.m_cachePosition">
<summary>
Position of the cached token.
</summary>
</member>
<member name="F:Syncfusion.IO.RegexTokenizer.m_cacheToken">
<summary>
Cached token.
</summary>
</member>
<member name="F:Syncfusion.IO.RegexTokenizer.m_bNewLineStyleDetected">
<summary>
Indicated whether new line style was detected.
</summary>
</member>
<member name="M:Syncfusion.IO.RegexTokenizer.GetNewLineString(Syncfusion.IO.NewLineStyle)">
<summary>
Method convert enumeration to it string representation.
</summary>
<param name="value">Value to convert.</param>
<returns>End line string.</returns>
</member>
<member name="M:Syncfusion.IO.RegexTokenizer.BuildRegex">
<summary>
Creates compiled regular expression, used for text parsing.
</summary>
<returns>Newly created regular expression.</returns>
</member>
<member name="M:Syncfusion.IO.RegexTokenizer.ReadString(System.Int32)">
<summary>
Reads string from stream.
</summary>
<param name="bytesCount">Count of bytes to read.</param>
<returns>String read from stream.</returns>
</member>
<member name="M:Syncfusion.IO.RegexTokenizer.ResetRegEx">
<summary>
Resets current compiled regular expression and all buffered data.
</summary>
</member>
<member name="M:Syncfusion.IO.RegexTokenizer.ResetBuffer(System.Boolean)">
<summary>
Discards all buffered data.
</summary>
<param name="bCorrectPosition">Specifies whether stream position must be set to currently calculated.</param>
</member>
<member name="M:Syncfusion.IO.RegexTokenizer.ReadLine">
<summary>
Reads line starting from the current position.
</summary>
<returns>Text line.</returns>
</member>
<member name="M:Syncfusion.IO.RegexTokenizer.ReadLineInternal">
<summary>
Reads line starting from the current position.
</summary>
<returns>Text line.</returns>
</member>
<member name="M:Syncfusion.IO.RegexTokenizer.ReadToken">
<summary>
Deserializes the specified string to a token of the type processed by the derived class.
</summary>
<returns>Token.</returns>
</member>
<member name="M:Syncfusion.IO.RegexTokenizer.PeekToken">
<summary>
Reads one token.
</summary>
<returns>Token.</returns>
</member>
<member name="M:Syncfusion.IO.RegexTokenizer.DetectFileNewLineStyle">
<summary>
Tries to detect NewLine symbol.
</summary>
<returns>Detected new-line style, or Windows default if detection failed.</returns>
</member>
<member name="M:Syncfusion.IO.RegexTokenizer.Close">
<summary>
Closes reader.
</summary>
</member>
<member name="M:Syncfusion.IO.RegexTokenizer.#ctor(System.IO.Stream,System.Text.Encoding)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.IO.RegexTokenizer"/> class.
</summary>
<param name="input">Input stream.</param>
<param name="encoding">Encoding to use.</param>
</member>
<member name="M:Syncfusion.IO.RegexTokenizer.#ctor(System.IO.Stream)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.IO.RegexTokenizer"/> class that helps to detects new-line style and save stream's position.
</summary>
<param name="input">Input stream.</param>
</member>
<member name="P:Syncfusion.IO.RegexTokenizer.Reader">
<summary>
Gets the stream reader used by the tokenizer.
</summary>
</member>
<member name="P:Syncfusion.IO.RegexTokenizer.Length">
<summary>
Gets the length of stream.
</summary>
</member>
<member name="P:Syncfusion.IO.RegexTokenizer.Expression">
<summary>
Gets the current compiled regular expression that is used to parse stream.
</summary>
</member>
<member name="P:Syncfusion.IO.RegexTokenizer.MultiCharTokens">
<summary>
Gets or sets the array of multi-char tokens.
</summary>
</member>
<member name="P:Syncfusion.IO.RegexTokenizer.OneCharTokens">
<summary>
Gets or sets the string, that is treated as an array of the one-char delimiters.
</summary>
</member>
<member name="P:Syncfusion.IO.RegexTokenizer.Position">
<summary>
Gets or sets the position of current stream.
</summary>
</member>
<member name="P:Syncfusion.IO.RegexTokenizer.CaseSensitive">
<summary>
Gets or sets a value indicating whether tokenizer is case sensitive or not.
</summary>
</member>
<member name="P:Syncfusion.IO.RegexTokenizer.Encoding">
<summary>
Gets the currently used encoding.
</summary>
</member>
<member name="P:Syncfusion.IO.RegexTokenizer.NewLine">
<summary>
Gets or sets new line string.
</summary>
</member>
<member name="P:Syncfusion.IO.RegexTokenizer.EndLineStyle">
<summary>
Gets or sets the style of end line (for different OS).
</summary>
</member>
<member name="P:Syncfusion.IO.RegexTokenizer.SkipBytes">
<summary>
Gets the count of skipped bytes at the beginning of the file. Skipped bytes - size of the preambula for encoding.
</summary>
</member>
<member name="P:Syncfusion.IO.RegexTokenizer.NewLineStyleDetected">
<summary>
Gets a value indicating whether new line style was detected or not.
</summary>
</member>
<member name="T:Syncfusion.IO.RegexTokenizer.LengthComparer">
<summary>
</summary>
</member>
<member name="M:Syncfusion.IO.RegexTokenizer.LengthComparer.Compare(System.Object,System.Object)">
<summary>
Compares two splits by their length, if it is equal, than calls standart comparision.
</summary>
<param name="x">First string.</param>
<param name="y">Second string.</param>
<returns>Standart comparision result.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamState">
<summary>
Sturcture, that keeps array of data windows and position in changes list
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamState.DEF_CAPACITY">
<summary>
Default reserve size for ArrayList
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamState.m_lPosition">
<summary>
Saved position in stream.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamState.m_arrWindowsList">
<summary>
Saved clone of the list with DataWindows.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamState.m_iChangesCount">
<summary>
Saved count of changes.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamState.#ctor">
<summary>
Hide default contstructor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamState.#ctor(System.Int32,System.Int64)">
<summary>
Main constructor
</summary>
<param name="count">quantity of changes</param>
<param name="position">Current Position</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamState.#ctor(System.Int32,System.Int64,System.Int32)">
<summary>
Main construsctor allow to set ChangesCount, Position and
reserve some free space for ArrayList
</summary>
<param name="count">quantity of changes</param>
<param name="position">Current Position</param>
<param name="capacity">How must space to reserve</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamState.Position">
<summary>
Get position
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamState.WindowsList">
<summary>
Get array of DataWindows
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamState.ChangesCount">
<summary>
Get quantity of changes in stack
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper">
<summary>
Represents a class that helps to manages the co-operational work of the ChangesStream, RegexTokenizer and ParsePointManager.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.DEF_BUFFER_SIZE">
<summary>
Stream buffer used for optimizing speed of read/write operations
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.DEF_SEARCH_DATA_GROUP">
<summary>
Holds the name of the data group for search.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.DEF_LINES_TO_SKIP">
<summary>
Number of lines to skip for to insert new parse poimnt.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.m_likeVisualStudioSearch">
<summary>
Search the text like in visual studio editor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.m_changesStream">
<summary>
Input stream for RegexTokenizer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.m_tokenStream">
<summary>
Token stream, used to read stream by tokens.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.m_inputStream">
<summary>
Input stream, that must be closed later.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.m_parsePointManager">
<summary>
Manager of the ParsePoints.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.m_linesCount">
<summary>
Count of lines in file.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.m_version">
<summary>
Current version of the wrapper.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.m_undoStack">
<summary>
Stack for the undo.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.m_redoStack">
<summary>
Stack for the redo.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper"/> class that must receive a file name and try to open it.
</summary>
<param name="fileName">File name.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.#ctor(System.String,System.IO.FileMode)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper"/> class that should allow to control mode of file open operation
</summary>
<param name="fileName">File name.</param>
<param name="mode">A FileMode constant that determines how to open or create the file.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.#ctor(System.String,System.IO.FileMode,System.IO.FileAccess)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper"/> class that should allow to control File open mode and access flags
</summary>
<param name="fileName">File name.</param>
<param name="mode">A FileMode constant that determines how to open or create the file.</param>
<param name="access">A FileAccess constant that determines how the file can be
accessed by the TokenStream object. This gets the CanRead and CanWrite properties
of the FileStream object. CanSeek is true if path specifies a disk file.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.#ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper"/> class that should allow to specify parameter of stream open
</summary>
<param name="fileName">File name</param>
<param name="mode">A FileMode constant that determines how to open or create the file. </param>
<param name="access">A FileAccess constant that determines how the file can be
accessed by the TokenStream object. This gets the CanRead and CanWrite properties
of the FileStream object. CanSeek is true if path specifies a disk file</param>
<param name="share">A FileShare constant that determines how the file will be shared
by processes</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.#ctor(System.IO.Stream,Syncfusion.IO.NewLineStyle)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper"/> class.
</summary>
<param name="input">Input data Stream</param>
<param name="newLineStyle">Style of new line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.#ctor(System.IO.Stream,Syncfusion.IO.NewLineStyle,System.Text.Encoding)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper"/> class.
</summary>
<param name="input">Input data Stream</param>
<param name="newLineStyle">Style of new line.</param>
<param name="encoding">Encoding to use.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.FromString(System.String)">
<summary>
Initializes StreamsWrapper from string input
</summary>
<param name="buffer">String with input data</param>
<returns>StreamsWrapper Object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.FlushChanges">
<summary>
Flushes all changes.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.GetParsePoint(System.Object,System.Collections.IComparer)">
<summary>
Looks for ParsePoint, that is left to the given value.
</summary>
<param name="value">Value, to be found</param>
<param name="comparer">Comparer, that is used to find needed value</param>
<returns>ParsePoint, that is on given Value or left to it</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.GetParsePoint(System.Int64)">
<summary>
Retrieves ParsePoint by given offset in stream.
</summary>
<param name="streamOffset">Needed offset in stream.</param>
<returns><see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/> that coresponds to the needed offset.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.GetParsePoint(System.Int32,System.Int32,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint@,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint@,System.Boolean)">
<summary>
Searches for the ParsePoint in given position. If there is no ParsePoint, but such position exists in file, new ParsePoint will be created.
</summary>
<param name="line">Positions line</param>
<param name="column">Positions column</param>
<param name="leftNearest">Nearest ParsePoint from the left</param>
<param name="rightNearest">Nearest ParsePoint from the right</param>
<param name="create">If false, you have not remove returned ParsePoint after usage.
Also newly created ParsePoint will not be added to update list if thi parameter is false.</param>
<returns>IParsePoint interface of the found/created ParsePoint</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.GetParsePoint(System.Int32,System.Int32)">
<summary>
Gets parse point by given physical coordinates.
</summary>
<param name="x">X-coordinate of point to retrieve.</param>
<param name="y">X-coordinate of point to retrieve.</param>
<returns>Parse point with given coordinates.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.GetParsePoint(System.Int32,System.Int32,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint@,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint@,System.Boolean,System.Boolean)">
<summary>
Searches for the ParsePoint in given position. If there is no ParsePoint, but such position exists in file, new ParsePoint will be created.
</summary>
<param name="line">Positions line</param>
<param name="column">Positions column</param>
<param name="leftNearest">Nearest ParsePoint from the left</param>
<param name="rightNearest">Nearest ParsePoint from the right</param>
<param name="create">If false, you have not remove returned ParsePoint after usage.
Also newly created ParsePoint will not be added to update list if thi parameter is false.</param>
<param name="bAllowVirtualSpace">Indicates whether virtual space is allowed.
If false, exeption is thrown if given column is in virtual space.</param>
<returns>IParsePoint interface of the found/created ParsePoint</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.GetParsePoint(System.Int32,System.Int32,System.Boolean)">
<summary>
Searches for the ParsePoint in given position. If there is no ParsePoint, but such position exists in file, new ParsePoint will be created.
</summary>
<param name="line">Positions line</param>
<param name="column">Positions column</param>
<param name="create">If false, you have not remove returned ParsePoint after usage.
Also newly created ParsePoint will not be added to update list if thi parameter is false.</param>
<returns>IParsePoint interface of the found/created ParsePoint</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.SetPositionToParsePoint(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Sets current position to the given ParsePoint
</summary>
<param name="point">IParsePoint interface to the ParsePoint</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.ReadToken">
<summary>
Reads token from current stream position.
</summary>
<returns>Token</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.PeekToken">
<summary>
Reads token from stream, but does not advances it's position.
</summary>
<returns>Token.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.ReadToken(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Reads token from given position.
</summary>
<param name="position">ParsePoint with position in the stream.</param>
<returns>Token.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.InsertText(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,System.String)">
<summary>
Writes string to the stream starting from the given position.
</summary>
<param name="position">ParsePoint of the starting position</param>
<param name="str">Text to write.</param>
<returns>Number of inserted bytes.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.DeleteText(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Deletes the text within the specified range. Start and end are not included into the deletion range.
</summary>
<param name="start">Start ParsePoint.</param>
<param name="end">End ParsePoint.</param>
<returns>Number of deleted bytes.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.Undo">
<summary>
Undoes the last action.
</summary>
<returns>Undo item, that was undone.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.Redo">
<summary>
Redoes the last undone action.
</summary>
<returns>Undo item that was redone.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.ConvertNewLines(System.String)">
<summary>
Converts all new-line symbols in string. All new line symbols are converted to \n.
</summary>
<param name="str">String to be converted.</param>
<returns>Converted string.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.GetTextInRange(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,System.Boolean)">
<summary>
Reads text from specified range.
</summary>
<param name="start">Start of the range.</param>
<param name="end">End of the range.</param>
<param name="bConvert">Flag, that specifies whether all new-line symbols have to be converted to /n.</param>
<returns>Text from the stream.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.ForceFileRescan">
<summary>
Rescans line count in file and updates line-start ParsePoints
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.FindNext(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,System.Text.RegularExpressions.Regex,System.Boolean)">
<summary>
Searches the text specified by regular expression in stream.
</summary>
<param name="start">Start position of the search.</param>
<param name="expression">Regular expression, used for search.</param>
<param name="searchUp">Indicates whether search should be performed bottom-up.</param>
<returns>Result of the search. Never can be null.</returns>
<remarks>
If you want to treat as found sub-string just some part of the text, than
you have to wrap this search part in to a named group with name "_data_".
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.FindNext(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,System.Text.RegularExpressions.Regex,System.Boolean,System.Boolean)">
<summary>
Searches text as like in visual studio editor.
</summary>
<param name="start">Start position of the search.</param>
<param name="expression">Regular expression, used for search.</param>
<param name="searchUp">Indicates whether search should be performed bottom-up.</param>
<param>Indicates whether text is seleted from any where search.</param>
<param name="isSelection">isSelection</param>
<returns>Result of the search. Never can be null.</returns>
<remarks>
If you want to treat as found sub-string just some part of the text, than
you have to wrap this search part in to a named group with name "_data_".
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.Save">
<summary>
Saves changes to file.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.SaveTo(System.IO.Stream)">
<summary>
Saves data to given stream.
</summary>
<param name="stream">Output stream.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.Close(System.Boolean)">
<summary>
Closes internal stream. It is no longer accessible.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.GetParsePointEnumerator">
<summary>
Gets the enumerator for all parse points.
</summary>
<returns>Enumerator. Every element is IParsePoint.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.GetParsePointEnumerator(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Gets the enumerator for all parse point in specified range.
</summary>
<param name="startPoint">Start of the range.</param>
<param name="endPoint">End of the range.</param>
<returns>Enumerator. Every element is IParsePoint.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.GetParsePointEnumerator(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Gets the enumerator for all parse point in range from specified one to the last one.
</summary>
<param name="startPoint">Start of the range.</param>
<returns>Enumerator. Every element is IParsePoint.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.DiscardChanges">
<summary>
Discards all unsaved changes.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.RangeChanged(System.Int64,System.Int64)">
<summary>
Checks whether data between given parse points has been changed.
</summary>
<param name="startOffset">Offset of the beginning of range to check.</param>
<param name="endOffset">Offset of the end of range to check.</param>
<returns>Bool indicating whether data in given range has been changed.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.GetFirstUndoItem">
<summary>
Gets the first (the highest) undo item from the undo stack.
</summary>
<returns>First undo item.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.GetFirstRedoItem">
<summary>
Gets the first (the highest) redo item from the undo stack.
</summary>
<returns>First redo item.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.SetPositionAndResetCache(System.Int64)">
<summary>
Sets position and resets tokenizer cache.
</summary>
<param name="pos">Position to set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.CalculateTextData(System.String@,System.Int32@,System.Int32@)">
<summary>
Calculates parameters of the text.
</summary>
<param name="str">Text to process.</param>
<param name="LinesCount">OUT count of lines in text.</param>
<param name="LastLineCharsCount">OUT length of the last line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.ResetTokensCache">
<summary>
Resets tokens cache after any text changes.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.RaiseLinesCountChangedEvent(System.Int32,System.Int32)">
<summary>
Raisers of the LinesCountChanged event.
</summary>
<param name="oldValue">Old count of lines.</param>
<param name="newValue">New count of lines.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.RaiseUndoBufferFlushedEvent">
<summary>
Raises UndoBufferFlushed event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.RaiseRedoBufferFlushedEvent">
<summary>
Raises RedoBufferFlushed event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.AddDelegateToAfterUpdateInvokeList(System.Delegate)">
<summary>
Adds delegate to the after update invoke list.
</summary>
<param name="d"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.AfterUpdateListContains(System.Delegate)">
<summary>
Checks whether after update invoke list contains specified delegate.
</summary>
<param name="d">Delegate to check.</param>
<returns>True if list contains specified delegate; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.SetNewLinesCount(System.Int32)">
<summary>
Sets new value of lines count property and raises LinesCountChanged event.
</summary>
<param name="newValue">New value of the LinesCount property.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.OnUndoBufferFlush(System.Object,System.EventArgs)">
<summary>
Handler for the UndoBufferFlushed event of the changes stream.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.OnRedoBufferFlush(System.Object,System.EventArgs)">
<summary>
Handler for the UndoBufferFlushed event of the changes stream.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.OffsetChanged(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,System.Int64,System.Int32,System.Int32)">
<summary>
Updates offsets of all ParsePoints, starting from the given position.
If data was deleted, than iBytesInserted must be negative, everything else must be positive.
</summary>
<param name="startPoint">StartPoint, that is in position, that was moved</param>
<param name="iBytesInserted">Count of inserted byte (if negative, then bytes were deleted)</param>
<param name="iLinesInData">Count of lines in inserted/deleted data</param>
<param name="iLastLineLength">Position offset for the last line.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.LikeVisualStudioEditorSearch">
<summary>
Gets or sets a value indicating whether the searching text is same as like in visual studio editor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.Version">
<summary>
Gets the current version of the wrapper. It is incremented on every insert, delete or replace.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.ParsePointsCount">
<summary>
Gets the count of the parse point.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.Position">
<summary>
Gets or sets the current position in the stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.Length">
<summary>
Gets the total length of the stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.IsEOF">
<summary>
Gets a value indicating whether we have reached end of file or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.LinesCount">
<summary>
Gets the lines count in stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.MultiCharTokens">
<summary>
Gets or sets the array of tokens, that consists of more than one splitters.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.NewLineStr">
<summary>
Gets or sets the line end symbols (/r, /n, /r/n)
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.AutoPush">
<summary>
Gets or sets AutoPush property of the ChangesStream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.CanUndo">
<summary>
Gets a value indicating whether undo operation can be performed or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.CanRedo">
<summary>
Gets a value indicating whether redo operation can be performed or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.NewLineSize">
<summary>
Gets the size (in bytes) of the new-line symbol.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.CanWrite">
<summary>
Gets a value indicating whether the stream supports write operation or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.Encoding">
<summary>
Gets the currently used encoding.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.CaseSensitive">
<summary>
Gets or sets a value indicating whether the stream is case sensitivity or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.NewLineStyle">
<summary>
Gets or sets the style of new line of underlying stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.NewLineStyleDetected">
<summary>
Gets a value indicating whether new line style was detected or not.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.LinesCountChanged">
<summary>
Occurs when count of lines has been changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.LineInserted">
<summary>
Occurs when lines have been inserted.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.LineDeleted">
<summary>
Occurs when lines have been deleted.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.UndoBufferFlushed">
<summary>
Occurs when undo buffer is flushed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.RedoBufferFlushed">
<summary>
Occurs when redo buffer is flushed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.BeforeTextChange">
<summary>
Occurs before updating parse points offsets.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper.AfterTextChange">
<summary>
Occurs after updating parsepoints offsets.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.FindResult">
<summary>
Defines a structure that provides information about the result of the find operations.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.FindResult.StartPoint">
<summary>
Holds the start point of the result.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.FindResult.EndPoint">
<summary>
Holds the end point of the result.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.FindResult.Result">
<summary>
Holds the result of the RegExp search.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.FindResult.Empty">
<summary>
Gets the Empty structure.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.FindResult.IsEmpty">
<summary>
Gets a value indicating whether find result is empty or not.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.WrapperUndoItem">
<summary>
Defines a structure that provides information about the single undo item.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.WrapperUndoItem.ChangeContext">
<summary>
Change context, that was applied to the stream.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.WrapperUndoItem.AdditionalData">
<summary>
Holds the additional data.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.IO.WrapperUndoItem.BytesOffset">
<summary>
Holds the offset values, in bytes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.IO.WrapperUndoItem.Empty">
<summary>
Gets the empty <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.IO.WrapperUndoItem"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion">
<summary>
Represents a class that contains region which can be collapsed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.m_StartPoint">
<summary>
Beginning of the collapsing. Can not be null.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.m_EndPoint">
<summary>
End of the collapsible region. It can be null: in that case file will be parsed until the end of this region.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.m_bCollapsed">
<summary>
Flag, that specifies, whether region is collapsed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.m_EndStack">
<summary>
Stack at the end of the collapsing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.m_StartStack">
<summary>
Stack at the beginning of the collapsing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.m_lexem">
<summary>
Lexem at StartPoint position.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.m_endLexem">
<summary>
Lexem at the end of region.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.m_bUnreliableEnding">
<summary>
Flag that specifies, whether ending of the collapsed region is reliable or not. Checking can be done by comparing starting stack.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.m_strCollapseName">
<summary>
Name of the collapse that is shown as text in collapsed region.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.m_handlerEndPointOffsetChanged">
<summary>
Delegate for m_EndPoint_OffsetChanged method.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.m_handlerMonitoredPointOffsetChanged">
<summary>
Delegate for MonitoredPointOffsetChanged method.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.m_handlerEndPointDeleted">
<summary>
Delegate for m_EndPoint_Deleted method.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.m_handlerStartPointDeleted">
<summary>
Delegate for m_StartPoint_Deleted method.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.AttachMonitoredEndPoint(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Adds monitored point.
</summary>
<remarks>When points is moved, region ending is treated as unreliable.</remarks>
<param name="point">IParsePoint to be monitored.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.Contains(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Determines whether region contains given <see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/> object.
</summary>
<param name="point"><see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/> object.</param>
<returns>True if contains, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.ResetEnd">
<summary>
Resets information about region end.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.RaiseCollapsedStateChanged">
<summary>
Raiser for CollapsedStateChanged event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.RaiseRegionDeletedEvent">
<summary>
Raiser form RegionDeleted event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.CompareTo(System.Object)">
<summary>
Helps to compares objects.
</summary>
<param name="obj">An object to compare with this instance.</param>
<returns>Standard IComparable return value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.OnStartPointDeleted(Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint,System.Int64)">
<summary>
Handler of the Deleted event of StartPoint.
</summary>
<param name="sender"></param>
<param name="lNewOffset"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.OnEndPointDeleted(Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint,System.Int64)">
<summary>
Handler of the Deleted event of EndPoint.
</summary>
<param name="sender"></param>
<param name="lNewOffset"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.OnEndPointOffsetChanged(System.Object,Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs)">
<summary>
Handler for OffsetChanged event of EndPoint of the region.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.OnMonitoredPointOffsetChanged(System.Object,Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs)">
<summary>
Resets region end info and detaches event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.Lexem">
<summary>
Gets or sets the lexem at start position.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.EndLexem">
<summary>
Gets or sets the lexem at end position ( the last lexem in the region. Example: "}" ).
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.Start">
<summary>
Gets or sets the beginning of the collapsing region. It value can not be null.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.End">
<summary>
Gets or sets the end of the collapsible region (Points to the start of the last lexem in the region).
It can be null: in that case file will be parsed until end the end of this region.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.Collapsed">
<summary>
Gets or sets a value indicating whether the region is collapsed or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.EndStack">
<summary>
Gets or sets the end stack of the collapsible region.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.StartStack">
<summary>
Gets or sets the start stack of the collapsible region.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.UnreliableEnding">
<summary>
Gets a value indicating whether regions end stack is reliable or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.CollapseName">
<summary>
Gets or sets the name of the collapse that is shown as text in collapsed region.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.HandlerStartPointDeleted">
<summary>
Gets delegate for m_StartPoint_Deleted method.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.HandlerEndPointDeleted">
<summary>
Gets delegate for m_EndPoint_Deleted method.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.HandlerEndPointOffsetChanged">
<summary>
Gets delegate for m_EndPoint_OffsetChanged method.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.HandlerMonitoredPointOffsetChanged">
<summary>
Gets delegate for MonitoredPointOffsetChanged method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.CollapsedStateChanged">
<summary>
Occurs when collapsed state of the region has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.RegionDeleted">
<summary>
Occurs when start of the region was deleted.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.OutliningBeforeExpand">
<summary>
Occurs before region is about to expand.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.OutliningExpand">
<summary>
Occurs when region expands.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.OutliningBeforeCollapse">
<summary>
Occurs before region is about to collapse.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion.OutliningCollapse">
<summary>
Occurs when region collapses.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.Lexem">
<summary>
Represents a class that contains the rules for parsing text (one word/token).
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.ILexem">
<summary>
Provides the functionality for the abstraction which link language and formatting.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexem.Text">
<summary>
Gets the text of the lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexem.Config">
<summary>
Gets or sets the current configuration of the lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexem.Collapser">
<summary>
Gets the collapsable region, this lexem belongs to.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexem.Length">
<summary>
Gets the length of text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexem.Column">
<summary>
Gets the column of lexem in line.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IEditableLexem">
<summary>
Provides the functionality for editable variant of the <see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.ILexem"/> interface.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IEditableLexem.Text">
<summary>
Gets or sets the text of the lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IEditableLexem.Collapser">
<summary>
Gets or sets the collapsable region, this lexem belongs to.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.Lexem.m_Text">
<summary>
Text of the lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.Lexem.m_config">
<summary>
Config of the lexem. It also keeps it's format.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.Lexem.m_collapser">
<summary>
Collapsable region, this lexem belongs to.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.Lexem.m_column">
<summary>
Column index, where lexem starts in line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.Lexem.#ctor(System.String,Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.Lexem"/> class.
</summary>
<param name="text">Text of the lexem.</param>
<param name="config">Configuration of the lexem.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.Lexem.AppendToXML(System.Xml.XmlElement)">
<summary>
Helps to append the lexem's data to xml.
</summary>
<param name="parent">Parent xml element, data must be written to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.Lexem.AppendToXML(System.Xml.XmlTextWriter)">
<summary>
Helps to append the lexem's data to xml.
</summary>
<param name="writer">XML writer, data must be written to.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.Lexem.Config">
<summary>
Gets or sets the configuration of the lexem. It also keeps it's format.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.Lexem.Text">
<summary>
Gets or sets the text of the lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.Lexem.Collapser">
<summary>
Gets or sets the collapsible region, to which the lexems belongs to.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.Lexem.Length">
<summary>
Gets the length of text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.Lexem.Column">
<summary>
Gets or sets the column index whether the lexem starts in line.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine">
<summary>
Represents a class that contains the line of the lexems.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine">
<summary>
Represents a class that implements ILexemLine, but does not support caches of parsed data.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine">
<summary>
Provides the functionality for lexem line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine.DeleteSelf">
<summary>
Deletes self and raises LineDeleted event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine.FindLexemByColumn(System.Int32)">
<summary>
Searches lexem, that contains given column index.
</summary>
<param name="column">Needed column.</param>
<returns>Found lexem, or null if needed column is in virtual space.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine.GetStackByColumn(System.Int32)">
<summary>
Gets stack copy for the lexem at the specified column.
</summary>
<param name="column">Needed column.</param>
<returns>Copy of the stack.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine.LineStartPoint">
<summary>
Gets the parse point at the beginning of the line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine.LineEndPoint">
<summary>
Gets the parse point at the end of the line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine.LineStartStack">
<summary>
Gets the stack at the beginning of the line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine.LineEndStack">
<summary>
Gets the stack at the end of the line. If line was not parsed, it will be reparsed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine.LineLexems">
<summary>
Gets the collection of all lexems, that belong to current line. If line was not parsed, it will be reparsed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine.Parsed">
<summary>
Gets or sets a value indicating whether line is parsed. If line is parsed, then LineEndStack property contains Stack for the end of the line
and LineLexems collection contains all lexems that belong to current line. If line was changed, then Parsed will be set to false.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine.IsValid">
<summary>
Gets or sets a value indicating whether the line is valid or not. If line was already disposed, it is no longer valid.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine.Parser">
<summary>
Gets the parser, to which the line belongs to.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine.LineLength">
<summary>
Gets the length of the line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine.LineIndex">
<summary>
Gets the index of the line.
</summary>
<remarks>
It can be different from the one, stored in m_point because it also includes data from collapsing.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine.LineDeleted">
<summary>
Occurs when line is deleted. If position of the LineStartPoint is changed, then line is invalid and must be deleted or LineStartPoint was deleted.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.m_point">
<summary>
ParsePoint at the beginning of the line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.m_stack">
<summary>
Stack at the beginning of the line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.m_parser">
<summary>
Parser, the line belongs to.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.m_lineIndex">
<summary>
Index of the line. It can be different from the one, stored in m_point because it also includes data from collapsing.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine"/> class.
</summary>
<param name="parser">Parent parser.</param>
<param name="pointLineStart">ParsePoint of the line start.</param>
<param name="stack">Stack at the beginning of the line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.Dispose">
<summary>
Disposes all used resources.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.RaiseLineIndexChangedEvent">
<summary>
Raises LineIndexChanged event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.GetLineEndStack">
<summary>
Gets stack at the end of line. Line will be reparsed.
</summary>
<returns>Stack at the end of line. It can be treated as start stack for the next line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.GetLineLexems(System.Int64@)">
<summary>
Collection of all lexems, that belongs to the line. Line will be reparsed.
</summary>
<returns>List of the lexems.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.DeleteSelf">
<summary>
Raises LineDeleted event and disposes line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.FindLexemByColumn(System.Int32)">
<summary>
Searches the lexem, that contains given column index.
</summary>
<param name="column">Needed column.</param>
<returns>Found lexem, or null if needed column is in virtual space.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.CompareTo(System.Object)">
<summary>
Compares two ILexemLine objects, or ILexemLine object and integer line number.
</summary>
<param name="obj">ILexemLine object or integer line number.</param>
<returns>Standart comparision result.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.GetStackByColumn(System.Int32)">
<summary>
Gets stack copy for the lexem at the specified column.
</summary>
<param name="column">Needed column.</param>
<returns>Copy of the stack.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.PointDeleted(Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint,System.Int64)">
<summary>
Handler of the Deleted event of the StartPoint.
</summary>
<param name="point"></param>
<param name="lNewOffset"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.PointPositionChanged(System.Object,Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs)">
<summary>
Handler of the ParsePointOffsetChanged event of the stream.
</summary>
<param name="sender">Changed ParsePoint.</param>
<param name="e">Change.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.LineStartPoint">
<summary>
Gets the parse point at the beginning of the line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.LineEndPoint">
<summary>
Gets the parse point at the end of the line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.LineStartStack">
<summary>
Gets the stack at the beginning of the line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.LineEndStack">
<summary>
Gets the stack at the end of the line. If line was not parsed, it will be reparsed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.LineLexems">
<summary>
Gets the collection of all lexems, that belong to current line. If line was not parsed, it will be reparsed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.Parsed">
<summary>
Gets a value indicating whether the line is parsed or not. If line is parsed, than LineEndStack property contains Stack for the end of the line
and LineLexems collection contains all lexems, that belong to current line. If line was changed, than Parsed will be set to false.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.Parser">
<summary>
Gets the parser, that the line belongs to.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.LineLength">
<summary>
Gets the length of the line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.IsValid">
<summary>
Gets a value indicating whether the line is valid or not. If line was already disposed, it is no longer valid.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.LineIndex">
<summary>
Gets or sets the index of the line.
</summary>
<remarks>
It can be different from the one, stored in m_point because it also includes data from collapsing.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine.LineDeleted">
<summary>
Occurs when line is deleted. If position of the LineStartPoint is changed, than line is considered to be invalid and must be deleted or LineStartPoint was deleted.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.m_lexems">
<summary>
List of lexems in line if line is parsed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.m_endStack">
<summary>
Stack at the end of the line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.m_endPoint">
<summary>
<see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/> to the end of the line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.m_positionBeforeNewLine">
<summary>
Position in stream before new-line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine"/> class.
</summary>
<param name="parser">Parent parser.</param>
<param name="pointLineStart">ParsePoint of the line start.</param>
<param name="stack">Stack at the beginning of the line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.Dispose">
<summary>
Clean up all the resources being used.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.AppendToXML(System.Xml.XmlElement)">
<summary>
Helps to writes the data to xml.
</summary>
<param name="parent">Parent xml element, data must be written to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.AppendToXML(System.Xml.XmlTextWriter)">
<summary>
Helps to writes the data to xml.
</summary>
<param name="writer">XML writer, data must be written to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.AppendEndPartToXML(System.Xml.XmlTextWriter,System.Int32)">
<summary>
Helps to writes the end part of line to XML.
</summary>
<param name="start">Index of line column to start reading data from.</param>
<param name="writer">XML writer, data must be written to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.AppendMiddlePartToXML(System.Xml.XmlTextWriter,System.Int32,System.Int32)">
<summary>
Helps to writes the middle part of line to XML.
</summary>
<param name="writer">XML writer, data must be written to.</param>
<param name="start">Index of line column to start reading data from.</param>
<param name="end">Index of line column to end reading data at.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.AppendStartPartToXML(System.Xml.XmlTextWriter,System.Int32)">
<summary>
Helps to writes the start part of line to XML.
</summary>
<param name="writer">XML writer, data must be written to.</param>
<param name="end">Index of line column to end reading data at.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.WriteStringToXML(System.Xml.XmlTextWriter,System.String,Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat)">
<summary>
Helps to writes the string to XML.
</summary>
<param name="writer">XML writer, data must be written to.</param>
<param name="text">string to write to XML.</param>
<param name="format"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.WriteLexemsToXML(System.Xml.XmlTextWriter,System.Int32,System.Int32)">
<summary>
Helps to writes the specified lexems to XML.
</summary>
<param name="writer">XML writer, data must be written to.</param>
<param name="start">Index of first lexem to write.</param>
<param name="end">Index of last lexem to write.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.GetStartPoint">
<summary>
Gets coordinate point that points to the start of the line.
</summary>
<returns>Start point of line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.GetEndPoint">
<summary>
Gets coordinate point that points to the end of the line.
</summary>
<returns>Coordinate point of the end of the line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.GetStackByColumn(System.Int32)">
<summary>
Gets stack copy for the lexem at the specified column.
</summary>
<param name="column">Needed column.</param>
<returns>Copy of the stack.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.GetFirstNonWitespaceLexem">
<summary>
Gets first line lexem that is not whitespace.
</summary>
<returns>First line lexem that is not whitespace.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.GetFirstNonWhitespaceLexem">
<summary>
Gets first line lexem that is not whitespace.
</summary>
<returns>First line lexem that is not whitespace.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.GetLineEndStack">
<summary>
Gets stack at the end of line. Line will be reparsed.
</summary>
<returns>Stack at the end of line. It can be treated as start stack for the next line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.GetLineLexems">
<summary>
Collection of all lexems, that belongs to the line. Line will be reparsed.
</summary>
<returns>List of line lexems.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.GetLineLexems(System.Int64@)">
<summary>
Collection of all lexems, that belongs to the line. Line will be reparsed.
</summary>
<returns>List of line lexems.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.DisposeEndPoint">
<summary>
Frees LineEndPoint.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.DisposePointBeforeNewline">
<summary>
Disposes m_positionBeforeNewLine: detaches all event handlers.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.OnEndPointOffsetChanged(System.Object,Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs)">
<summary>
Handler of OffsetChanged event of LineEndPoint.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.m_endPoint_Deleted(Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint,System.Int64)">
<summary>
Handler of the Deleted event of the line end point.
</summary>
<param name="point"></param>
<param name="lNewOffset"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.OnPositionBeforeNewLineOffsetChanged(System.Object,Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs)">
<summary>
Disposes m_positionBeforeNewLine.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.OnPositionBeforeNewLineDeleted(Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint,System.Int64)">
<summary>
Disposes m_positionBeforeNewLine.
</summary>
<param name="point"></param>
<param name="lNewOffset"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.Parsed">
<summary>
Gets or sets a value indicating whether line is parsed. If line is parsed, then LineEndStack property contains Stack for the end of the line
and LineLexems collection contains all lexems, that belong to current line. If line was changed, than Parsed will be set to false.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.LineEndPoint">
<summary>
Gets ParsePoint at the end of the line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemLine.PointBeforeNewline">
<summary>
Gets ParsePoint that points to the position before newline.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack">
<summary>
Represents a class that contains simple last-in-first-out (LIFO) non-generic collection of objects with configuration.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack.Push(System.Object)">
<summary>
Hides Push method.
</summary>
<param name="obj">Object to push.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack.Contains(System.Object)">
<summary>
Hides Contains method.
</summary>
<param name="obj">Object to check.</param>
<returns>True if stack contains object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack.Pop">
<summary>
Removes and returns the object at the top of the System.Collections.Stack.
</summary>
<returns>IStackData instance.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack.Peek">
<summary>
Returns the object at the top of the System.Collections.Stack without removing it.
</summary>
<returns>IStackData object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack.Push(Syncfusion.Windows.Forms.Edit.Implementation.Parser.IStackData)">
<summary>
Inserts an object at the top of the System.Collections.Stack.
</summary>
<param name="data">IStackData instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack.Push(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem,Syncfusion.Windows.Forms.Edit.Interfaces.ILexem,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem)">
<summary>
Inserts an object at the top of the System.Collections.Stack.
</summary>
<param name="config">Configurtion of the stack's element, can not be null.</param>
<param name="lexem">Lexem instance. Can be null.</param>
<param name="point">Location.</param>
<param name="firstConfig">Configuration of the first lexem in sequence.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack.Push(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem,Syncfusion.Windows.Forms.Edit.Interfaces.ILexem,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Inserts an object at the top of the System.Collections.Stack.
</summary>
<param name="config">Configurtion of the stack`s element, can not be null</param>
<param name="lexem">Lexem instance. Can be null.</param>
<param name="point">Location.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack.Contains(Syncfusion.Windows.Forms.Edit.Implementation.Parser.IStackData)">
<summary>
Checks whether the stack contains given data.
</summary>
<param name="data">IStackData instance.</param>
<returns>True if stack contains given data, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack.GetHashCode">
<summary>
Gets stack hashcode.
</summary>
<returns>Hash code.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack.Equals(System.Object)">
<summary>
Checks whether the two called stacks are equal.
</summary>
<param name="obj">Object to check.</param>
<returns>True of stacks are equal.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack.Clone">
<summary>
Helps to clones the object.
</summary>
<returns>Clone of the stack.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.ILexemEnumeratorParserInfo">
<summary>
Provides the functionality that helps to acquire the current parser state from lexem enumerator.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.ILexemEnumeratorParserInfo.CurrentStack">
<summary>
Gets current stack.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.ILexemEnumeratorParserInfo.CurrentPosition">
<summary>
Gets current stream position.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.IStackData">
<summary>
Provides the functionality for accessing data and storing in the parser's stack.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.IStackData.Location">
<summary>
Gets ParsePoint that points to the position of the lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.IStackData.Config">
<summary>
Gets configuration of the stack element.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.IStackData.FirstConfig">
<summary>
Gets configuration of the first lexem in sequence.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.IStackData.Lexem">
<summary>
Gets lexem instance. It can be null for language configuration.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser">
<summary>
Represents a class that is used to parse stream to lexems.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemParser">
<summary>
Provides the basic functionality of each Lexem parser for our control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemParser.NextLine">
<summary>
Reads the next line from input stream and set CurrentLine index to new value.
</summary>
<returns>array of lexems in line, null if end of stream reached</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemParser.PreviousLine">
<summary>
Read the previous line from input stream and set CurrentLine index to new value.
When method reach start of stream it will return first line lexems only and
will not change CurrentLine property to new value.
</summary>
<returns>array of lexems</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemParser.GetLine">
<summary>
Get the current line lexems.
</summary>
<returns>lexems array of current line</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemParser.GetCoordinatePoint(System.Int32,System.Int32)">
<summary>
Gets <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> class instance, that represents
some coordinates in stream.
</summary>
<param name="iLine">Virtual line.</param>
<param name="iColumn">Virtual column.</param>
<returns><see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> class instance.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemParser.GetCoordinatePoint(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,System.Boolean)">
<summary>
Gets <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> by given
<see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/>.
</summary>
<param name="point"><see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/> that points
to physical position in stream.</param>
<param name="bRedirectToStart"></param>
<returns><see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> that points to the given position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemParser.GetCoordinatePoint(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Gets <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> by given
<see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/>.
</summary>
<param name="point"><see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/> that points
to physical position in stream.</param>
<returns><see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> that points to the given position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemParser.GetCoordinatePoint(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,System.Boolean,System.Boolean)">
<summary>
Gets <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> by given
<see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/>.
</summary>
<param name="point"><see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/> that points
to physical position in stream.</param>
<param name="bRedirectToStart"></param>
<param name="bTrackPosition">Specifies whether coordinate point should track position.</param>
<returns><see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> that points to the given position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemParser.GetNearestParsePointRight(System.Int32,System.Int32)">
<summary>
Searches for the <see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/>
at the given position.
</summary>
<remarks>
If it can not be found (it is in virtual space), then
you will get parse point, pointing to the beginning of the
next line. If it can not be done, ParsePoint, pointing to
the end of current line will be returned.
</remarks>
<param name="iLine">Line index, the ParsePoint is needed for.</param>
<param name="iColumn">Column index, the ParsePoint is needed for. Can be 0.</param>
<returns>ParsePoint to the given position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemParser.GetNearestParsePointLeft(System.Int32,System.Int32)">
<summary>
Searches for the <see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/>
at the given position.
</summary>
<remarks>
If it can not be found ( or column is 0), and
if it is in virtual space, then you will get parse point
to the end of given line; If column is 0, then you will get
parse point to the end of the previous line( if it is one ).
</remarks>
<param name="iLine">Line index the ParsePoint is needed for.</param>
<param name="iColumn">Column index the ParsePoint is needed for. Can be 0.</param>
<returns>ParsePoint to the given position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemParser.GetEnumerator(Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack)">
<summary>
Gets the enumerator of lexems.
</summary>
<param name="stack">Stack for the current position.</param>>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemParser.GetEnumerator(Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Gets the enumerator of lexems.
</summary>
<param name="stack">Stack for the current position.</param>>
<param name="point">New current position.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemParser.GetLineEnumerator(Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine)">
<summary>
Gets the enumerator of the lexem lines.
</summary>
<param name="line">Starting line.</param>
<returns>Enumerator.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemParser.GetLineEnumerator">
<summary>
Gets the enumerator of the lexem lines.
</summary>
<returns>Enumerator.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemParser.Formats">
<summary>
Gets the collection of available formats. Reference on base collection of formats.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemParser.BaseStream">
<summary>
Gets the reference on base stream which used as source for Parser.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemParser.TotalLines">
<summary>
Gets the quantity of lines in input stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemParser.CurrentLine">
<summary>
Gets the current line index. This property can be used for fast move to need line in file.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.DEF_LINES_BEFORE_SPEEDUP">
<summary>
Maximal distance between last parsed line and requested line to make full text parsing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.DEF_COLLAPSE_NAME_MAX_LINES">
<summary>
Maximum count of the lines that can be parsed when reading name of the collapsed region.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.DEF_CONFIG_NAME_PLAIN_TEXT">
<summary>
Begin block used to identify stack item used to parse plain text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.m_streamsWrapper">
<summary>
Input source of data.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.m_language">
<summary>
Current language configuration.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.m_curLineIndex">
<summary>
Index of the current line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.m_linesList">
<summary>
List of the lines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.m_lastStack">
<summary>
Last stack.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.m_collapseList">
<summary>
List of the collapses.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.m_lastCollapseRegionIndex">
<summary>
Index of the last used collapse region. Used for optimization.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.m_collapsedLines">
<summary>
Count of collapsed line. If it is -1, it must be recalculated.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.m_bCollapsingEnabled">
<summary>
Flag that specifies, whether collapsing setting are used or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.m_bInitialCollapsing">
<summary>
Initial state of collapsing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.m_iCollapsingsLocks">
<summary>
Count of collapsing locks.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.m_stackPlainText">
<summary>
Stack, used to parse plain text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.m_parsingMode">
<summary>
Specifies text parsing mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.m_bConsistenceChecksLocked">
<summary>
Specifies whether consistence checks are locked.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.m_undoredoData">
<summary>
Specifies undo/redo data storage.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.IsApplyFormatsInCollapsibleRegion">
<summary>
To apply formats when lexemes contains collapsible region.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper,Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser"/> class.
</summary>
<param name="source">Input source.</param>
<param name="language">Language configuration.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper,Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage,Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.UndoRedoData)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser"/> class.
</summary>
<param name="source">Input source.</param>
<param name="language">Language configuration.</param>
<param name="undoData">Undo-Redo data storage to be used.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.DeleteLine(Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine)">
<summary>
Helsp to deletes the LexemLine from internal collection.
</summary>
<param name="line">Line to be deleted.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.FindLineInCache(System.Int32)">
<summary>
Helps to find line in cache.
</summary>
<param name="iLine">Index of the line.</param>
<returns>ILexemLine interface to the line, or null if nothing was found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetLine(System.Int32)">
<summary>
Gets the line by specified index. If line is in cache, then instance from cache will be returned. Otherwise it will be created and added to the cache.
</summary>
<param name="iLine">Line index.</param>
<returns>ILexemLine object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.NextLine">
<summary>
Moves to the next line and parses it.
</summary>
<returns>Array of lexems that represent line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.PreviousLine">
<summary>
Moves to the previous line and parses it.
</summary>
<returns>Array of lexems that represent line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetLine">
<summary>
Gets current line.
</summary>
<returns>Array of lexems that represent line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetStackCopy">
<summary>
Gets copy of the current parser's stack.
</summary>
<returns>Stack object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.CreateDefaultStack">
<summary>
Creates default stack, filled with language configuration
</summary>
<returns>Stack object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.CreatePlainTextStack">
<summary>
Creates fake configuration stack that can be used for plain text coloring.
</summary>
<returns>ConfigStack instance filled with language and configuration that parses all text as plain text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.SetStack(Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack)">
<summary>
Sets new stack.
</summary>
<param name="stack">Stack to be set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetEnumerator">
<summary>
Gets the enumerator of lexems
</summary>
<returns>IEnumerator.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetEnumerator(Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack)">
<summary>
Gets the enumerator of lexems.
</summary>
<param name="stack">Stack for the current position.</param>>
<returns>IEnumerator.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetEnumerator(Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Gets the enumerator of lexems.
</summary>
<param name="stack">Stack for the current position.</param>>
<param name="point">New current position.</param>
<returns>IEnumerator.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetLineEnumerator(Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine)">
<summary>
Gets the enumerator of the lexem lines.
</summary>
<param name="line">Starting line.</param>
<returns>Enumerator.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetLineEnumerator">
<summary>
Gets the enumerator of the lexem lines.
</summary>
<returns>Enumerator.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.Undo">
<summary>
Helps to undo the last change.
</summary>
<returns>Point of undo operation.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.Redo">
<summary>
Helps to redo the last change.
</summary>
<returns>Point of redo operation.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.Redo(System.Boolean)">
<summary>
Helps to redo the last change.
</summary>
<param name="bRaiseTextChanging">Indicates whether text changing events should be raised.</param>
<returns>Point of redo operation.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.InsertText(System.String,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Inserts the text into specified position.
</summary>
<param name="point">Point, text should be inserted to.</param>
<param name="str">Text to be inserted.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.DeleteText(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Deletes the given range of text.
</summary>
<param name="pointEnd">Start point of text to delete.</param>
<param name="pointStart">End point of text to delete.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetLastRegisteredLine">
<summary>
Retrieves the last line in the internal list (not the same as last line of text).
</summary>
<returns>Lexem line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetCollapsableRegion(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Searches for collapsible region by offset of the given parsepoint.
</summary>
<param name="point">ParsePoint, that specifies position in stream, region is needed for.</param>
<returns>Found region, or null if there is no such region.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetParsePoint(System.Int32,System.Int32)">
<summary>
Gets ParsePoint of the given coordinates.
</summary>
<remarks>
The main difference between this method, and those, presented by StreamsWrapper is that this method also checks collapsing.
</remarks>
<param name="iLine">Needed line.</param>
<param name="iColumn">Needed column.</param>
<returns>Statical <see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/> that points to specified coordinates.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetCollapsedRegionsList">
<summary>
Gets the list of top-level collapsed regions.
</summary>
<returns>List of collapsed regions.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.UpdateLineInformation">
<summary>
Updates the virtual line indexes according to current collapsing.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetCoordinatePoint(System.Int32,System.Int32)">
<summary>
Gets <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> class instance, that represents some coordinates in stream.
</summary>
<param name="iLine">Virtual line.</param>
<param name="iColumn">Virtual column.</param>
<returns><see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> class instance.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetCoordinatePoint(System.Int32,System.Int32,System.Boolean)">
<summary>
Gets <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> class instance, that represents some coordinates in stream.
</summary>
<param name="iLine">Virtual line.</param>
<param name="iColumn">Virtual column.</param>
<param name="bTrackPosition">Specifies whether coordinate point should track position.</param>
<returns><see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> class instance.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetCoordinatePoint(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Gets <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> by given <see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/>.
</summary>
<param name="point"><see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/> that points to physical position in stream.</param>
<returns><see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> that points to the given position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetCoordinatePoint(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,System.Boolean)">
<summary>
Gets <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> by given <see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/>.
</summary>
<param name="point"><see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/> that points to physical position in stream.</param>
<param name="bRedirectToStart">Indicates whether unavailable point should be redirected to the start of collapsed region.</param>
<returns><see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> that points to the given position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetCoordinatePoint(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,System.Boolean,System.Boolean)">
<summary>
Gets <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> by given <see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/>.
</summary>
<param name="point"><see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/> that points to physical position in stream.</param>
<param name="bRedirectToStart">Indicates whether unavailable point should be redirected to the start of collapsed region.</param>
<param name="bTrackPosition">Specifies whether coordinate point should track position.</param>
<returns><see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> that points to the given position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetNearestParsePointRight(System.Int32,System.Int32)">
<summary>
Searches for the <see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/> at the given position.
</summary>
<remarks>
If it can not be found (it is in virtual space), then you will get parse point, pointing to the beginning of the next line.
If it can not be done, ParsePoint, pointing to the end of current line will be returned.
</remarks>
<param name="iLine">Line index, the ParsePoint is needed for.</param>
<param name="iColumn">Column index, the ParsePoint is needed for. Can be 0.</param>
<returns>ParsePoint to the given position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetNearestParsePointLeft(System.Int32,System.Int32)">
<summary>
Searches for the <see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/> at the given position.
</summary>
<remarks>
If it can not be found ( or column is 0), and if it is in virtual space, then you will get parse point to the end of given line;
If column is 0, then you will get parse point to the end of the previous line( if it is one ).
</remarks>
<param name="iLine">Line index the ParsePoint is needed for.</param>
<param name="iColumn">Column index the ParsePoint is needed for. Can be 0.</param>
<returns>ParsePoint to the given position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetOuterCollapsableRegion(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,System.Boolean)">
<summary>
Gets the collapsible region that the specified point belongs to.
</summary>
<param name="point">Point, the region is to be looked for.</param>
<param name="bCollapsed">Specifies, whether region must be collapsed.</param>
<returns>Found region, or null.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetOuterCollapsableRegion(System.Int64,System.Boolean)">
<summary>
Gets the collapsible region that the specified point belongs to.
</summary>
<param name="offset">Offset of point, the region is to be looked for.</param>
<param name="bCollapsed">Specifies, whether region must be collapsed.</param>
<returns>Found region, or null.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.EnsureVisibility(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Expands all collapsible regions inside the specified range.
</summary>
<param name="pointStart">Start of the range.</param>
<param name="pointEnd">End of the range.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.EnsureVisibility(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Uncollapses all collapsed regions, the point is in.
</summary>
<param name="point">ParsePoint to ensure visibility of.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.IsPointVisible(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Checks visibility of the point.
</summary>
<param name="point">Point to check.</param>
<returns>True if point is visible.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.SetAllCollapsings(System.Boolean)">
<summary>
Toggles all collapsing to specified state.
</summary>
<param name="value">State of all collapsible regions to be set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.InitializeCollapse(System.Boolean,System.Boolean)">
<summary>
Initializes the collapser.
</summary>
<param name="SaveChanges">To set all CollapsedRegion as expand</param>
<param name="value">Set to Expand region or not</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.BeginUpdateRegions">
<summary>
Starts updating regions.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.EndUpdateRegions">
<summary>
Ends updating regions.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.AppendToXML(System.Xml.XmlElement)">
<summary>
Appends its data to some XML element.
</summary>
<param name="parent">Parent xml element, data must be written to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.AppendToXML(System.Xml.XmlTextWriter)">
<summary>
Appends specified data to xml.
</summary>
<param name="writer">XML writer, data must be written to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.AppendToXML(System.Xml.XmlTextWriter,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Writes to XML data situated between specified points.
</summary>
<param name="start">Point representing start of the text.</param>
<param name="end">Point representing end of the text.</param>
<param name="writer">XML writer, data must be written to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.WriteLinesToXML(System.Xml.XmlTextWriter,System.Int32,System.Int32)">
<summary>
Writes specified text lines to XML.
</summary>
<param name="writer">XML writer, data must be written to.</param>
<param name="start">Index of first line to write.</param>
<param name="end">Index of last line to write.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.StartOperation(System.String)">
<summary>
Starts new operation.
</summary>
<param name="name">Name of the operation.</param>
<returns>Operation.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetLexemLength(Syncfusion.Windows.Forms.Edit.Interfaces.ILexem)">
<summary>
Returns number of columns used by lexem.
</summary>
<param name="lexem">Lexem object to get the length of.</param>
<returns>Length of lexem.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.ResetLines(Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine)">
<summary>
Resets all lines starting from given one.
</summary>
<param name="startLine">First line that must be reset.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.ResetLines(Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine,System.Boolean)">
<summary>
Resets all lines starting from given one.
</summary>
<param name="delete">Specifies whether lines should be deleted or just their parsing information should be dropped.</param>
<param name="startLine">First line that must be reset.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.RaiseLineIndexChanged(Syncfusion.Windows.Forms.Edit.Implementation.Parser.UncachedLexemLine)">
<summary>
Raises LineIndexChanged event on line index changes.
</summary>
<param name="line">Line that was changed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.ClearEventHandlers">
<summary>
Removes all event handlers from events.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LockConsistenceChecks">
<summary>
Locks consistence checks.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.UnlockConsistenceChecks">
<summary>
Unlocks consistence checks.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.CheckConsistence">
<summary>
Checks line list integrity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.InsertLexemLineIntoList(Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine,System.Int32)">
<summary>
Insert lexem line in the lines list.
</summary>
<param name="line">Line to be inserted.</param>
<param name="index">Position the line is to be inserted to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.CreatePlainTextLine(System.Int32,System.Int32,System.Int32)">
<summary>
Creates lexem line with plain text formatting.
</summary>
<param name="iLineIndexVirtual">Virtual line index.</param>
<param name="iLineIndexPhysical">Phisical line index.</param>
<param name="index">Index of the line in the lines list.</param>
<returns>Newly created lexem line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.FindAndExpandRegion(System.Int64)">
<summary>
Looks for the collapsible region at the specified offset and expands it.
</summary>
<param name="offset">Offset of the position where collapsible region should be found.</param>
<returns>True if region was found and expanded.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.Syncfusion#Windows#Forms#Edit#Interfaces#ILongOperationControllerInternal#RaiseOperationStart(Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperation)">
<summary>
Raises OperationStarted event.
</summary>
<param name="operation">Operation, that is started.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.Syncfusion#Windows#Forms#Edit#Interfaces#ILongOperationControllerInternal#RaiseOperationEnd(Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperation)">
<summary>
Raises OperationStopped event.
</summary>
<param name="operation">Operation, that is stopped.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.BeginUpdateRegionsInternal">
<summary>
Starts updating regions.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.EndUpdateRegionsInternal">
<summary>
Ends updating regions.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.RaiseTextInsertedEvent(System.String,System.Int32,System.Int32)">
<summary>
Raiser for TextInserted event.
</summary>
<param name="text">Text, that is deleted.</param>
<param name="iStartLine">Virtual line, where the text starts.</param>
<param name="iStartColumn">Virtual column, where the text starts.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.RaiseTextDeletedEvent(System.String,System.Int32,System.Int32)">
<summary>
Raiser for TextDeleted event.
</summary>
<param name="text">Text, that is deleted.</param>
<param name="iStartLine">Virtual line, where the text starts.</param>
<param name="iStartColumn">Virtual column, where the text starts.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.RaiseTextInsertingEvent(System.String,System.Int32,System.Int32)">
<summary>
Raiser for TextInserting event.
</summary>
<param name="text">Text, that is deleted.</param>
<param name="iStartLine">Virtual line, where the text starts.</param>
<param name="iStartColumn">Virtual column, where the text starts.</param>
<returns>False if action was canceled, otherwise - true.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.RaiseTextDeletingEvent(System.String,System.Int32,System.Int32)">
<summary>
Raiser for TextDeleting event.
</summary>
<param name="text">Text, that is deleted.</param>
<param name="iStartLine">Virtual line, where the text starts.</param>
<param name="iStartColumn">Virtual column, where the text starts.</param>
<returns>False if action was canceled, otherwise - true.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.RaiseLinesCountChangedEvent(System.Int32)">
<summary>
Raisers of the LinesCountChanged event.
</summary>
<param name="oldValue">Old count of lines.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.RaiseLineInstanceCreatedEvent(Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine)">
<summary>
Raises LineInstanceCreated event;
</summary>
<param name="line">Line, that is created.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.RaiseLineInstanceDeletedEvent(Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine)">
<summary>
Raises LineInstanceDeleted event;
</summary>
<param name="line">Line, that is deleted.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.OnCollapsingEnabledChanged">
<summary>
Makes all needed updates after changing <see cref="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.CollapsingEnabled"/> state.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.CreateLine(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack)">
<summary>
Creates new object that implements ILexemLine interface. This function is intended to be
overridden to use other than default implementation of ILexemLine.
</summary>
<param name="pointLineStart">ParsePoint of the line start.</param>
<param name="stack">Stack at the beginning of the line.</param>
<returns>ILexemLine interface of the line</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.CreateLexem(System.String,Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem)">
<summary>
Creates new lexem. Can be overriden.
</summary>
<param name="text">Text for the lexem.</param>
<param name="config"></param>
<returns>New lexem.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetNextLine(Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine)">
<summary>
Parses line, that is next to given one. Cache is not used.
</summary>
<param name="line">Current line.</param>
<returns>New line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetLexemInternal(Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack)">
<summary>
Reads token and creates lexem with configuration, based on token and stack of configurations.
</summary>
<param name="openLexems">Configs stack of the opened lexems. It must have at least 1 element (Language).
After reading of the last element it will be empty.
</param>
<remarks>
Checking of the collapsed regions is done
</remarks>
<returns>Readed lexem or null if end of file reached.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.FillStack(Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack,Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack)">
<summary>
Fills destination stack by content of source stack.
</summary>
<remarks>
All content of the destination stack is erased and it is filled by items of the source stack in those
order as they are in source.
</remarks>
<param name="source">Source stack.</param>
<param name="destination">Destination stack.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetCollapsableRegion(System.Int64,Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack)">
<summary>
Gets or creates new <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion"/> by give offset.
</summary>
<remarks>
Note: if region does not exists, it will be created.
</remarks>
<param name="streamPosition">Offset in the stream.</param>
<param name="stackStart">Start stack of the region.</param>
<returns><see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion"/> for this offset.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.PeekLexemFromStack(Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack)">
<summary>
Peeks last lexem from stack.
</summary>
<param name="stack">Stack with lexems and their configurations.</param>
<returns>Peeked lexem, or null if there is stack contains just language,
or last entry is some delegated(with NextID) configuration.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.PeekConfigFromStack(Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack)">
<summary>
Peeks last lexem configuration from stack.
</summary>
<param name="stack">Stack with lexems and their configurations.</param>
<returns>Peeked lexem configuration, never returns null.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.ParseCollapsableRegion(Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion,Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack)">
<summary>
Parses collapsed <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion"/>
and represents it as one lexem.
</summary>
<param name="region">Region to parse.</param>
<param name="openLexems">Stack at the beginning of the region.</param>
<returns><see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.ILexem"/> with CollapsedText formatting.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.PopStack(Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack)">
<summary>
Pops from stack last item and all upper items, that does not wait ending.
</summary>
<param name="openLexems">Stack of the ConfigLexem_Lexem_Pair objects.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.TryReadNonComplexLexem(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem,System.String)">
<summary>
Tries to read lexem using specified non-complex config.
</summary>
<param name="config">Configuration to be used.</param>
<param name="token"></param>
<returns>Return null is configuration is not suitable in current context,
or string, that represents possibly expanded token.
(non-complex lexem configurations with continue or end blocks
must be represented with a single token and single lexem.)</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.SelectDefaultLexem(System.Collections.IList)">
<summary>
Selects lexem from the list which has DefaultInGroup set to true.
Needed when parser can not choose lexem config by priority.
</summary>
<param name="list">List with lexem configs.</param>
<returns>Default lexem config or list[0]</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.SelectConfigFromList(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem,System.Collections.IList,System.String@)">
<summary>
Selects configuration from the given list.
</summary>
<param name="parentconfig">Parent config.</param>
<param name="configList">List of the configurations, sorted by priorities.</param>
<param name="token">Token, the configuration is for.
In some cases this token can advance to some sentence
with the same configuration.</param>
<returns>Configuration, that was found,
or null if there were no suitable configuration found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetLexemInternalNoCollapse(Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack)">
<summary>
Reads one token, then looks for it`s format ( by stack )
If it is complex lexem, current lexem config will be added to stack;
</summary>
<param name="openLexems">Configs stack of the opened lexems.
It must have at least 1 element (Language).
After reading of the last element it will be empty.
</param>
<returns>Readed lexem or null if end of file reached.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.GetChangedLinesNumbers">
<summary>
Gets list of numbers of changed lines.
</summary>
<returns>List of indexes of changed lines.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.ClearChangedLines">
<summary>
Clears info abuot changed lines.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.OnSourceLinesCountChanged(System.Object,Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Handler of the LinesCountChanged event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.source_LineInserted(System.Object,Syncfusion.Windows.Forms.Edit.LinesEventArgs)">
<summary>
Handler of the LineInserted event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.source_LineDeleted(System.Object,Syncfusion.Windows.Forms.Edit.LinesEventArgs)">
<summary>
Handler of the LineDeleted event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.OnRegNewRegionDeleted(System.Object,System.EventArgs)">
<summary>
Handler of RegionDeleted event of all collapsible regions.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.OnRegNewCollapsedStateChanged(System.Object,System.EventArgs)">
<summary>
Handler of CollapsedStateChanged event for all collapsible regions.
</summary>
<param name="sender">Sender.</param>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.OnUndoBufferFlush(System.Object,System.EventArgs)">
<summary>
Handler for the UndoBufferFlushed event of the changes stream.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.OnRedoBufferFlush(System.Object,System.EventArgs)">
<summary>
Handler for the RedoBufferFlushed event of the changes stream.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.OnRegNewOutliningBeforeCollapse(System.Object,Syncfusion.Windows.Forms.Edit.OutliningEventArgs)">
<summary>
Handler for the OutliningBeforeCollapse event of the collapsible region.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.OnRegNewOutliningBeforeExpand(System.Object,Syncfusion.Windows.Forms.Edit.OutliningEventArgs)">
<summary>
Handler for the OutliningBeforeExpand event of the collapsible region.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.OnRegNewOutliningCollapse(System.Object,Syncfusion.Windows.Forms.Edit.CollapseEventArgs)">
<summary>
Handler for the OutliningCollapse event of the collapsible region.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.OnRegNewOutliningExpand(System.Object,Syncfusion.Windows.Forms.Edit.CollapseEventArgs)">
<summary>
Handler for the OutliningExpand event of the collapsible region.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.OnSourceBeforeTextChange(System.Object,System.EventArgs)">
<summary>
Locks consistence checks.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.OnSourceAfterTextChange(System.Object,System.EventArgs)">
<summary>
Unlocks consistence checks.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.ParsingMode">
<summary>
Gets or sets the text parsing mode. User can select between high parsing speed or high syntax highlighting accuracy.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.Formats">
<summary>
Gets the format manager.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.BaseStream">
<summary>
Gets the input source of data.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.TotalLines">
<summary>
Gets the total lines count after applying of collapsing.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.CurrentLine">
<summary>
Gets or sets the index of current line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.CanUndo">
<summary>
Gets a value indicating whether undo operation can be performed in EditControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.CanRedo">
<summary>
Gets a value indicating whether redo operation can be performed in EditControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.CollapsingEnabled">
<summary>
Gets or sets a value indicating whether the collapsing operation can be enabled or not in EditControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.UndoQueueLength">
<summary>
Gets the count of the actions that can be undone.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.RedoQueueLength">
<summary>
Gets the count of the undone actions that can be redone.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.TabLength">
<summary>
Gets or sets the length of one tab symbol.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.ConsistenceChecksLocked">
<summary>
Specifies whether consistence checks are turned off.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LinesList">
<summary>
List of the lines.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.IsCollapsingLocked">
<summary>
Shows whether collapsing are locked.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.UndoData">
<summary>
Gets undo-redo data storage.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LineInstanceCreated">
<summary>
Occurs when line was created and added to the internal list.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LineInstanceDeleted">
<summary>
Occurs when line was deleted.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LinesCountChanged">
<summary>
Occurs when count of lines has been changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LineInserted">
<summary>
Occurs when lines has been inserted.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LineDeleted">
<summary>
Occurs when line has been deleted.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.TextInserted">
<summary>
Occurs when text was inserted;
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.TextDeleted">
<summary>
Occurs when text was deleted;
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.TextInserting">
<summary>
Occurs when text is to be inserted;
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.TextDeleting">
<summary>
Occurs when text is to be deleted;
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.OperationStarted">
<summary>
Occurs when any operation like collapsing or expanding is performed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.OperationStopped">
<summary>
Occurs on the end of the long operation.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.OutliningBeforeExpand">
<summary>
Occurs before region is about to expand.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.OutliningExpand">
<summary>
Occurs when region expands.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.OutliningBeforeCollapse">
<summary>
Occurs before region is about to collapse.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.OutliningCollapse">
<summary>
Occurs when region collapses.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.OutliningStateChanged">
<summary>
Occurs when the state of some outlining region changes.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LineIndexChanged">
<summary>
Occurs after the index of line has changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LexemParserEnumerator">
<summary>
Reprsents a class that provides enumerator for lexem parser that is used to make lexem parsing of the file, based on some starting stack.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LexemParserEnumerator.m_stack">
<summary>
Currently opened complex lexems.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LexemParserEnumerator.m_parser">
<summary>
Calling parser instance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LexemParserEnumerator.m_initStack">
<summary>
Initial stack.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LexemParserEnumerator.m_initPosition">
<summary>
Initial position in stream.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LexemParserEnumerator.m_current">
<summary>
Current lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LexemParserEnumerator.m_currentPosition">
<summary>
Current position in stream. Used to ensure that reading of data is correct.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LexemParserEnumerator.m_streamVersion">
<summary>
Version of the stream. Used to ensure that data reading is correct.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LexemParserEnumerator.m_newLineSize">
<summary>
Size of the new-line symbol.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LexemParserEnumerator.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack,Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LexemParserEnumerator"/> class.
</summary>
<param name="stack">Stack, that will be used as start point for parsing.</param>
<param name="parser">Parser instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LexemParserEnumerator.Reset">
<summary>
Initializes enumerator and parser by initial parameters.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LexemParserEnumerator.MoveNext">
<summary>
Moves to the next level.
</summary>
<returns>True if moved successfully, false if end of the stream reached.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LexemParserEnumerator.CurrentStack">
<summary>
Gets the currently opened lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LexemParserEnumerator.CurrentPosition">
<summary>
Gets the current stream position.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.LexemParserEnumerator.Current">
<summary>
Gets the current lexem.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.UndoItem">
<summary>
Defines a structure that provides information about the single undo item.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.UndoItem.StartOffset">
<summary>
Gets the start offset.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.UndoItem.EndOffset">
<summary>
Gets the end offset.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.ConfigLexem_Lexem_Pair">
<summary>
Class that represents stack elements of the parser.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.ConfigLexem_Lexem_Pair.m_config">
<summary>
Configurtion of the stack`s element.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.ConfigLexem_Lexem_Pair.m_firstConfig">
<summary>
Configuration of the first lexem in sequence.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.ConfigLexem_Lexem_Pair.m_lexem">
<summary>
Lexem instance, for language`s configuration can be null.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.ConfigLexem_Lexem_Pair.m_point">
<summary>
ParsePoint that points to the position of the lexem.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.ConfigLexem_Lexem_Pair.#ctor(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem,Syncfusion.Windows.Forms.Edit.Interfaces.ILexem,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Creates instance of the the class and initializes it.
</summary>
<param name="config">Configurtion of the stack's element, can not be null</param>
<param name="lexem">Lexem instance. Can be null.</param>
<param name="point">Location.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.ConfigLexem_Lexem_Pair.#ctor(Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem,Syncfusion.Windows.Forms.Edit.Interfaces.ILexem,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem)">
<summary>
Creates instance of the the class and initializes it.
</summary>
<param name="config">Configurtion of the stack's element, can not be null</param>
<param name="lexem">Lexem instance. Can be null.</param>
<param name="point">Location.</param>
<param name="firstConfig">Configuration of the first lexem in sequence.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.ConfigLexem_Lexem_Pair.Location">
<summary>
Gets ParsePoint that points to the position of the lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.ConfigLexem_Lexem_Pair.Config">
<summary>
Gets configuration of the stack's element.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.ConfigLexem_Lexem_Pair.FirstConfig">
<summary>
Gets configuration of the first lexem in sequence.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.ConfigLexem_Lexem_Pair.Lexem">
<summary>
Gets lexem instance, for language`s configuration can be null.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.UndoRedoData">
<summary>
Class that keeps undo\redo stacks of the parser.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.UndoRedoData.m_undo">
<summary>
Stack of the undo.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.UndoRedoData.m_redo">
<summary>
Stack of the redo.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.UndoRedoData.Clone">
<summary>
Creates copy of the undo/redo data.
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.UndoRedoData.UndoStack">
<summary>
Gets undo stack.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.UndoRedoData.RedoStack">
<summary>
Gets redo stack.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser">
<summary>
Represents a class that contain Lexem parser that uses RenderedLine instead of LexemLine class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IPositionConverter">
<summary>
Provides the functionality for getting the converter positions.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IPositionConverter.VirtualToPhysical(System.Drawing.Point)">
<summary>
Converts the virtual point to physical.
</summary>
<param name="point">Virtual position.</param>
<returns>Physical position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IPositionConverter.PhysicalToVirtual(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Converts the physical point to virtual.
</summary>
<remarks>
Note for implementing: if given physical coordinates can not be directly
mapped to virtual, remapping of the coordinates must be done
to make this mapping possible. Example: if coordinates
belongs to collapsed region, it must be uncollapsed.
</remarks>
<param name="point">Physical position.</param>
<returns>Virtual position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IPositionConverter.GraphicalToVirtual(System.Drawing.Point)">
<summary>
Converts the graphical point to virtual.
</summary>
<param name="point">Graphical point.</param>
<returns>Virtual point.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IPositionConverter.GraphicalToVirtual(System.Drawing.Point,System.Boolean)">
<summary>
Converts the graphical point to virtual.
</summary>
<param name="point">Graphical point.</param>
<param name="allowWhiteSpace">Specifies if whitespace after last character in line should be treated like regular characters.</param>
<returns>Virtual point.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IPositionConverter.VirtualToGraphical(System.Drawing.Point)">
<summary>
Converts the virtual point to graphical cursor coordinates.
</summary>
<param name="point">Virtual point.</param>
<returns>Rectangle of the cursor.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IPositionConverter.CorrectVirtual(System.Drawing.Point,System.Boolean)">
<summary>
Corrects the virtual coordinates.
</summary>
<param name="point">Virtual coordinates to be corrected.</param>
<param name="virtualSpaceEnabled">Specifies whether virtual space is enabled.</param>
<returns>Virtual point with correct coordinates.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.DEF_ERROR_NOINFO">
<summary>
Text of the exception that is raised when line was not measured.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.DEF_DEFAULT_BITMAP_SIZE">
<summary>
Width and height of the bitmap used for creating default graphics.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.MousemovePoint">
<summary>
Gets the mouse move point.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.isEmptySpaceInserted">
<summary>
Holds the value indicating whether the Empty space inserted or not when mouse down.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.m_comparer">
<summary>
Comparer, used to compare lines by y.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.m_MaxWidth">
<summary>
Maximum width of the lines. Used for word wrapping.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.m_DefaultLineHeight">
<summary>
Default line height.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.m_GraphicsDefault">
<summary>
Default graphics object, used for measuring lines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.m_BitmapDefault">
<summary>
Bitmap, used to create default graphics object for measuring lines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.m_bCharWrap">
<summary>
Indicates whether word wrapping should be performed by chars.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.m_iParagraphOffset">
<summary>
Offset of paragraphs.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.m_iWrappedLinesOffset">
<summary>
Offset of wrapped lines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.m_bNativeDrawing">
<summary>
Indicates whether native GDI should be used for text output.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.m_spaceBetweenLines">
<summary>
Space between lines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.Language">
<summary>
Default language for the Config for particular lexem
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper,Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage,Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser.UndoRedoData)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser"/> class.
</summary>
<param name="source">Input source</param>
<param name="language">Language configuration</param>
<param name="undoData"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper,Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLanguage)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser"/> class.
</summary>
<param name="source">Input source</param>
<param name="language">Language configuration</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.Init">
<summary>
Initializes parser.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.Finalize">
<summary>
Calls Dispose method to dispose all used resources.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.Dispose">
<summary>
Disposes all used resources.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.BeginUpdateRegionsInternal">
<summary>
Starts updating regions.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.EndUpdateRegionsInternal">
<summary>
Ends updating regions.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.CreateLine(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack)">
<summary>
Creates new instance of the RenderedLine class.
</summary>
<param name="pointLineStart">ParsePoint of the line start.</param>
<param name="stack">Stack at the beginning of the line.</param>
<returns>ILexemLine interface of the line</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.CreateLexem(System.String,Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem)">
<summary>
Creates new lexem. Can be overriden.
</summary>
<param name="text">Text for the lexem.</param>
<param name="config">Config of lexem.</param>
<returns>New lexem.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.GetNextLine(Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine)">
<summary>
Parses line, that is next to given one. Cache is not used.
</summary>
<param name="line">Current line.</param>
<returns>New line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.OnRegNewCollapsedStateChanged(System.Object,System.EventArgs)">
<summary>
On every collapsing/uncollapsing of region moves graphical positions of the lines.
</summary>
<param name="sender">Sender.</param>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.OnCollapsingEnabledChanged">
<summary>
Makes all needed updates after changing CollapsingEnabled state.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.CreatePlainTextLine(System.Int32,System.Int32,System.Int32)">
<summary>
Creates lexem line with plain text formatting. Also calls FixLineRenderingPositions methods.
</summary>
<param name="iLineIndexVirtual">Virtual line index.</param>
<param name="iLineIndexPhysical">Phisical line index.</param>
<param name="index">Index of the line in the lines list.</param>
<returns>newly created lexem line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.CheckConsistence">
<summary>
Checks line list integrity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.SetDPIFromGraphics(System.Drawing.Graphics)">
<summary>
Helps to changes the dpi of the graphics object, that are used for measuring lines. If dpi is not equal to the currently used, new graphics object is created and all lines are remeasured.
</summary>
<param name="g">Graphics object with desired resolution.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.minimumLineHeight">
<summary>
Gets or set a minimum line height
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.CheckLine(Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine)">
<summary>
Checks whether the line was rendered and raises exception if the line was not measured.
</summary>
<param name="line">Line to be checked.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.MeasureLine(Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine)">
<summary>
Helps to measures line if needed.
</summary>
<param name="line">Line to be measured.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.GetLineByY(System.Single)">
<summary>
Gets the line by specified y position.
</summary>
<param name="y">Y position.</param>
<returns>RenderedLine object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.GetLineByY(System.Single,System.Int32)">
<summary>
Gets the line by specified y position.
</summary>
<param name="y">Y position.</param>
<param name="iMaxLines">Max. number of lines.</param>
<returns>RenderedLine object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.FixLineRenderingPositions">
<summary>
Helps to fixes y coordinates of all lines. All unparsed lines are treated to have default height.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.DropMeasuringInfo">
<summary>
Drops measuring info for all cached lines.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.RemeasureLines">
<summary>
Drops measuring info and remeasures all cached lines.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.VirtualToPhysical(System.Drawing.Point)">
<summary>
Converts Virtual position to physical positions.
</summary>
<param name="point">Virtual point.</param>
<returns><see cref="T:Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint"/> with reference to physical coordinates.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.PhysicalToVirtual(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Converts physical coordinates to virtual.
</summary>
<param name="point">ParsePoint with physical position.</param>
<returns>Point with virtual position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.GraphicalToVirtual(System.Drawing.Point)">
<summary>
Converts graphical coordinates to virtual.
</summary>
<param name="point">Point with graphical position.</param>
<returns>Point with virtual position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.CustomVirtualToGraphical(System.Drawing.Point)">
<summary>
Converts the virtual to Graphical coordinates.
</summary>
<param name="point">POints with virtual position</param>
<returns>Rectangle, occupied by character in given coordinates.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.GraphicalToVirtual(System.Drawing.Point,System.Boolean)">
<summary>
Converts graphical coordinates to virtual.
</summary>
<param name="point">Point with graphical position.</param>
<param name="allowWhiteSpace">Specifies if whitespace after last character in line should be treated like regular characters.</param>
<returns>Point with virtual position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.VirtualToGraphical(System.Drawing.Point)">
<summary>
Converts virtual coordinates to graphical.
</summary>
<param name="point">Point with virtual position.</param>
<returns>Rectangle, occupied by character in given coordinates.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.CorrectVirtual(System.Drawing.Point,System.Boolean)">
<summary>
Corrects virtual coordinates.
</summary>
<param name="point">Virtual coordinates to be corrected.</param>
<param name="virtualSpaceEnabled">Specifies whether virtual space is enabled.</param>
<returns>Virtual point with correct coordinates.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.OnSourceUndoBufferFlushed(System.Object,System.EventArgs)">
<summary>
Sets all lines to unchanged state.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.DefaultLineHeight">
<summary>
Gets the default height of the line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.MaxWidth">
<summary>
Gets or sets the maximum width for measuring lines.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.CharWrap">
<summary>
Gets or sets a value indicating whether word wrapping should be performed by chars in EditControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.ParagraphOffset">
<summary>
Gets or sets the offset of paragraphs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.WrappedLinesOffset">
<summary>
Gets or sets the offset of wrapped lines.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.UseNativeDrawing">
<summary>
Gets or sets a value indicating whether native GDI should be used for text output or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.SpaceBetweenLines">
<summary>
Gets or sets the space between lines.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.MinimumLineHeight">
<summary>
Gets or set a minimum line height value from Total line collection
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.ByYComparer">
<summary>
Comparer, used for the by-Y comparision of lines.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderableLexemParser.ByYComparer.Compare(System.Object,System.Object)">
<summary>
Compares rendered line object with float value.
</summary>
<param name="objLine">Rendered line</param>
<param name="objY">float</param>
<returns>Standart comparision results.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLexem">
<summary>
Represents a class that contains Lexem, that can be used for rendering.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IRenderedLexem">
<summary>
Provides the functionality for rendering the lexem.
If column is -1 then lexem is unrendered.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IRenderedLexem.Width">
<summary>
Gets or sets the width of the lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IRenderedLexem.SubLine">
<summary>
Gets or sets the sub lines in the lexems. If word-wrapping is enabled, then it is zero-based index of the sub line,
where lexem is drawn.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IRenderedLexem.XOffset">
<summary>
Gets the X offset of the lexem relative to the lexem's sub line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IRenderedLexem.YOffset">
<summary>
Gets the Y offset of the lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLexem.m_width">
<summary>
Width of the lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLexem.m_SubLine">
<summary>
If word-wrapping is enabled, then it is zero-based index of the sub line, where lexem is drawn.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLexem.m_xOffset">
<summary>
X offset of the lexem. Relative to the lexem`s sub line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLexem.m_yOffset">
<summary>
Y offset of the lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLexem.m_bIsPartOfCharWrap">
<summary>
Indicates whether lexem is not independent, but is a part of lexem wrapped by char wrapping.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLexem.#ctor(System.String,Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLexem"/> class.
</summary>
<param name="text">Text of the lexem.</param>
<param name="config">Config of the lexem.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLexem.Unite(Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLexem)">
<summary>
Helps to unites two lexems (adds 'lexem' to current).
</summary>
<param name="lexem">Lexem that has to be added.</param>
<returns>Result lexem.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLexem.Width">
<summary>
Gets or sets width of the lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLexem.SubLine">
<summary>
Gets or sets zero-based index of the sub line, where lexem is drawn.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLexem.XOffset">
<summary>
Gets or sets X offset of the lexem. Relative to the lexem's sub line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLexem.YOffset">
<summary>
Gets or sets Y offset of the lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLexem.IsPartOfCharWrap">
<summary>
Get or set a value indicating whether the lexem is not independent, but is a part of lexem wrapped by char wrapping.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine">
<summary>
Represents a class that provides the Lexem line which contains information, needed for faster rendering.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.m_y">
<summary>
Line render position
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.m_height">
<summary>
Height of the line
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.m_SubLineHeight">
<summary>
Array of heights of the sublines. SubLines indexes start from 0.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.m_bMeasured">
<summary>
Flag that determines whether line was already measured.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.m_width">
<summary>
Line width.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.m_bChanged">
<summary>
Indicates whether line was changed after the last save.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.m_bForcedChanged">
<summary>
Is set to true if line is changed and there's no other way to know about it than just directly set it.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.ToDraw">
<summary>
To restrict the drawing of text after the endregion once the region is collapsed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.heightList">
<summary>
Collection of Line item height
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine"/> class.
</summary>
<param name="parser">Parent parser.</param>
<param name="pointLineStart">ParsePoint of the line start.</param>
<param name="stack">Stack at the beginning of the line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.Dispose">
<summary>
Disposes all object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.GetLineItemHeight">
<summary>
Method to calculate the line item's height
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.GetEnumerator">
<summary>
Gets the enumerator of the lexems.
</summary>
<returns>Enumerator.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.Measure(System.Drawing.Graphics,System.Single,System.Boolean,System.Int32,System.Int32,System.Int32)">
<summary>
Helps to measures the line and also sets lexems parameters correctly.
</summary>
<param name="g">Graphics object.</param>
<param name="maxSize">Maximum width of the line.</param>
<param name="bCharWrap">Indicates whether line should be wrapped by chars.</param>
<param name="tabSize">Number of positions in tab symbol.</param>
<param name="iParagraphOffset">Offset of paragraphs.</param>
<param name="iWrappedLinesOffset">Offset of wrapped lines.</param>
<returns>Measured size.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.WrapLexem(Syncfusion.Windows.Forms.Edit.Interfaces.IRenderedLexem,System.Drawing.Graphics,System.Single,Syncfusion.Windows.Forms.Edit.Utils.TextInfo@)">
<summary>
Wraps lexem into two parts; first part has maximal width that can be drawn in available space.
</summary>
<param name="lexem">Lexem that as to be wrapped.</param>
<param name="g">Graphics object used for lexems measuring.</param>
<param name="availableSpace">Width of available space.</param>
<param name="info">TextInfo object what will be filled with information about new lexem.</param>
<returns>Lexem that is the second part of the initial lexem.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.UniteCharWrappedLexems(System.Collections.IList)">
<summary>
Unite lexems wrapped by char wrap.
</summary>
<param name="lexems">List of lexems.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.DropMeasureInfo">
<summary>
Drops all information about measuring.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.FindLexemByColumn(System.Int32)">
<summary>
Searches the lexem, that contains given column index.
</summary>
<param name="column">Needed column.</param>
<returns>Found lexem, or null if needed column is in virtual space.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.FindLexemByX(System.Single,System.Single)">
<summary>
Searches the lexem, that contains given x offset.
</summary>
<param name="x">Needed x offset.</param>
<param name="yOffset">Offset by y. Used when line is word-wrapped, so it can occupy more then one line.</param>
<returns>Found lexem, or null if needed offset is in virtual space.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.GetLineLexems(System.Int64@)">
<summary>
Collection of all lexems, that belongs to the line. Line will be reparsed.
</summary>
<returns>List of line lexems.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.GetLastSublineLexem(System.Single)">
<summary>
Gets the last lexem in the subline.
</summary>
<param name="y">Y offset of subline.</param>
<returns>Last lexem in the subline with offset Y.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.ResetChanged">
<summary>
Resets line's Changed state.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.GetTextHeight">
<summary>
Get the height of line text.
</summary>
<returns>Line's text height.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.GetSubLineTextHeight(System.Int32)">
<summary>
Get the height of subline's text.
</summary>
<param>Number of subline.</param>
<returns>Subline's text height.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.OnLineDelete(System.Object,System.EventArgs)">
<summary>
Handler of LineDeleted event.
</summary>
<param name="sender">Line, that was deleted.</param>
<param name="e">Empty EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.OnPointLineStartLineChanged(System.Object,Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs)">
<summary>
Handler of the LineChanged event of the LineStartPoint.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.Y">
<summary>
Gets or sets render position of line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.Height">
<summary>
Gets or sets height of the line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.SubLineHeight">
<summary>
Gets or sets the array of heights of the sublines. SubLines indexes start from 0.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.LineLength">
<summary>
Gets the length of the line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.IsMeasured">
<summary>
Gets a value indicating whether the line was already measured.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.Parsed">
<summary>
Gets or sets a value indicating, whether line is parsed. If line is parsed, than LineEndStack property contains Stack for the end of the line
and LineLexems collection contains all lexems, that belong to current line. If line was changed, than Parsed will be set to false.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.Width">
<summary>
Gets the width of the line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.Changed">
<summary>
Gets a value indicating whether the line was changed after the last save.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.SubLinesCount">
<summary>
Gets the count of sublines.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine.ForcedChanged">
<summary>
Gets or sets value indicating whether line is changed or not.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.ScrollableCursorManager">
<summary>
Represents a class that contains cursor manager that supports scrolling.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ScrollableCursorManager.#ctor(Syncfusion.Windows.Forms.Edit.HybridScrollControl,Syncfusion.Windows.Forms.Edit.Interfaces.IPositionConverter)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.ScrollableCursorManager"/> class.
</summary>
<param name="owner">Owner of the cursor.</param>
<param name="converter">IPositionConverter.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ScrollableCursorManager.Dispose">
<summary>
Disposes cursor manager and detaches all event handlers.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ScrollableCursorManager.ProcessScrollEvent(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary>
Handler of the VerticalScroll and HorizontalScroll events.
</summary>
<param name="sender">Sender.</param>
<param name="e">ScrollEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ScrollableCursorManager.UpdatePosition">
<summary>
Updates position of the cursor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ScrollableCursorManager.UpdateVisibility">
<summary>
Updates visibility of the cursor.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IAutoFormatter">
<summary>
Provides the functionality for custom autoformatters.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IAutoFormatter.Format(System.Collections.IList)">
<summary>
Formats the given list of lexem wrappers.
</summary>
<param name="lexems">List of ILexemWrapper instances.</param>
<returns>String with formatted text.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IBookmark">
<summary>
Provides the functionality for single bookmark.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IBookmark.Line">
<summary>
Gets the line in which the bookmark points to.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IBookmark.Index">
<summary>
Gets the index of the bookmark. If bookmark is not indexed, index will be negative.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IBookmark.BookmarkBrush">
<summary>
Gets the BrushInfo object that is using for painting the bookmarks. User can change it's members.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IBookmark.BorderColor">
<summary>
Gets or sets the border color of bookmark.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.ChangeType">
<summary>
Defines the constants that specifies the type of change in stream.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Interfaces.ChangeType.Insert">
<summary>
Specifies whether the text was inserted.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Interfaces.ChangeType.Replace">
<summary>
Specifies whether the text was replaced.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Interfaces.ChangeType.Delete">
<summary>
Specifies whether the text was deleted.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController">
<summary>
Provides the functionality for context choice controller.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController.AddImage(System.String,System.Drawing.Image,System.Drawing.Color)">
<summary>
Adds image to the internal image list.
</summary>
<param name="name">Name of the image. Must be unique.</param>
<param name="img">The image to be added.</param>
<param name="transparent">Transparent color.</param>
<returns>Index of the added image.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController.AddImage(System.String,System.Drawing.Image)">
<summary>
Adds image to the internal image list.
</summary>
<param name="name">Name of the image. Must be unique.</param>
<param name="img">The image to be added.</param>
<returns>Index of the added image.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController.AddImage(System.Drawing.Image,System.Drawing.Color)">
<summary>
Adds image to the internal image list.
</summary>
<param name="img">The image to be added.</param>
<param name="transparent">Transparent color.</param>
<returns>Index of the added image.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController.AddImage(System.Drawing.Image)">
<summary>
Adds image to the internal image list.
</summary>
<param name="img">The image to be added.</param>
<returns>Index of the added image.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController.UseAutocomplete">
<summary>
Gets or sets a value indicating whether autocomplete technique should be used with current context choice or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController.ExtendItemsFilteringString">
<summary>
Gets or sets a value indicating whether autocomplete string should be extended or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController.SelectedItem">
<summary>
Gets or sets the currently selected item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController.Items">
<summary>
Gets the collection of the context choice items.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController.Images">
<summary>
Gets the collection of the INamedImage items.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController.IsVisible">
<summary>
Gets a value indicating whether context choice window associated with current controller is visible or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController.FormSize">
<summary>
Gets or sets the size of the context choice form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController.Dropper">
<summary>
Gets or sets the dropping lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController.LexemBeforeDropper">
<summary>
Gets or sets the lexem situated before dropper.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceItem">
<summary>
Provides the functionality for context choice item contained in ContextChoice window.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceItem.Text">
<summary>
Gets the text of the context choice item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceItem.ForeColor">
<summary>
Gets or sets fore color of the context choice item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceItem.BackColor">
<summary>
Gets or sets back color of the context choice item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceItem.ToolTip">
<summary>
Gets the tooltip, assigned to the context choice item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceItem.Image">
<summary>
Gets or sets the named image, assigned to the context choice item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceItem.Visible">
<summary>
Gets or sets a value indicating whether context choice item is visible or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceItem.ID">
<summary>
Gets the ID of the context choice item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceItem.Type">
<summary>
Gets or sets the type of context choice item.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.ICustomBookmark">
<summary>
Provides the functionality for drawing the custom bookmark.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Interfaces.ICustomBookmark.DrawBookmark">
<summary>
Occurs when bookmark needs to be drawn.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICustomBookmark.UseInBookmarkSearch">
<summary>
Gets or sets a value indicating whether bookmark can be found while searching for next/previous bookmark.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ICustomBookmark.tag">
<summary>
Gets or sets the data about the bookmark
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.FindNextResult">
<summary>
Defines a constant that specifies the result of FindNext method.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Interfaces.FindNextResult.Ok">
<summary>
Specifies whether the text was found.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Interfaces.FindNextResult.NotFound">
<summary>
Specifies whether the text wasn't found.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Interfaces.FindNextResult.Error">
<summary>
Specifies whether the error has occurred while searching the text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemWrapper">
<summary>
Provides the functionality for lexem wrapper that are used in autoformatting.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemWrapper.Text">
<summary>
Gets the text of the lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemWrapper.Config">
<summary>
Gets the configuration of the lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILexemWrapper.Stack">
<summary>
Gets the configuration stack of the lexem.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperation">
<summary>
Provides the functionality for Long operation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperation.Stop">
<summary>
Stops the current ongoing operation.
</summary>
<remarks>
Operation is no longer valid.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperation.ID">
<summary>
Gets the ID of the operation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperation.RunningTime">
<summary>
Gets the time of operation activity.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperation.Name">
<summary>
Gets the name of the operation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperation.IsRunning">
<summary>
Gets a value indicating whether operation is running now or not.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.INamedImage">
<summary>
Provides an interface that contains named image.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.INamedImage.Delete">
<summary>
Deletes the image from collection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.INamedImage.Name">
<summary>
Gets the name of the image that contained in the context choice popup window.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.INamedImage.Image">
<summary>
Gets the image in the context choice popup window.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.INamedImage.TransparentColor">
<summary>
Gets the transparent color of the image.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Interfaces.INamedImagesCollection">
<summary>
Provides the read-write access functionality to the collection of the named images.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.INamedImagesCollection.AddImage(System.String,System.Drawing.Image)">
<summary>
Creates and adds a new named image to the collection.
</summary>
<param name="name">Name of the image to be added.</param>
<param name="image">Image to be added.</param>
<returns>INamedImage object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Interfaces.INamedImagesCollection.AddImage(System.String,System.Drawing.Image,System.Drawing.Color)">
<summary>
Creates and adds a new named image to the collection.
</summary>
<param name="name">Name of the image to be added.</param>
<param name="image">Image to be added.</param>
<param name="transparent">Transparent color of the image.</param>
<returns>INamedImage object.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.INamedImagesCollection.Item(System.String)">
<summary>
Gets the image by its name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Interfaces.INamedImagesCollection.Item(System.Int32)">
<summary>
Gets the image by its index.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer">
<summary>
Represents a class that contains Localizer for exceptions.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_1">
<summary>Unknown</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_2">
<summary>Line is unreliable and cannot be used.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_3">
<summary>Parse point must point to the first column in line.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_4">
<summary>This feature is not supported in uncached mode.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_5">
<summary>Value cannot be less than 1.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_6">
<summary>formatName - string cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_7">
<summary>sourceName - string cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_8">
<summary>Invalid coordinates</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_9">
<summary>Text can be replaced only with text with the same length.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_10">
<summary>Parameter cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_11">
<summary>Control already has cursor!</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_12">
<summary>Control does not have cursor!</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_13">
<summary>Format was not created.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_14">
<summary>name - string cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_15">
<summary>If you are using your own measuring that use your own drawing.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_16">
<summary>Text cannot be null or empty.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_17">
<summary>Value cannot be less 0</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_18">
<summary>ParsePoint Manager is in update state.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_19">
<summary>Value cannot be less 0 and greater list count</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_20">
<summary>Wrong value</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_21">
<summary>Value cannot be less 0 and greater list count - 1</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_22">
<summary>Do not use it for nothing.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_23">
<summary>Start point is not available.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_24">
<summary>Parse points are wrong</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_25">
<summary>Range does not exists.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_26">
<summary>Value cannot be less than 1</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_27">
<summary>Position cannot be zeroless and greater stream Length</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_28">
<summary>AutoPush property value must be greater than 0.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_29">
<summary>stream must support Read and Seek operations</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_30">
<summary>Value cannot be less 0 and greater or equal buffer length</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_31">
<summary>Value cannot be less than 0 and greater than buffer length - offset</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_32">
<summary>insert position is larger then Lenght</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_33">
<summary>Cannot flush changes: underlying stream is readonly.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_34">
<summary>Stream cannot be read-only.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_35">
<summary>Value cannot be less 0 and greater this.Length</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_36">
<summary>Value cannot be less 0 and greater data.Length</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_37">
<summary>Value cannot be less window.Position and greater window.Size</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_38">
<summary>Layer \"" + name + "\" does not exists.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_39">
<summary>No fragments were not found.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_40">
<summary>NotifyText - string cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_41">
<summary>CheckText - string cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_42">
<summary>DialogCaption - string cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_43">
<summary>There is no language.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_44">
<summary>Language configuration was not found.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_45">
<summary>Lexem with id=" + m_iNextID.ToString() + " does not exists</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_46">
<summary>Referenced lexem must be complex.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_47">
<summary>Referenced lexem must have no begin block.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_48">
<summary>Referenced lexem must have end block.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_49">
<summary>Referenced lexem cannot be collapsible.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_50">
<summary>Choice list dropper can be assigned only to non-complex lexems.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_51">
<summary>Context prompt dropper can be assigned only to non-complex lexems.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_52">
<summary>You cannot access unreliable point.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_53">
<summary>Start cannot be zeroless</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_54">
<summary>Size cannot be zeroless</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_55">
<summary>Position cannot be zeroless</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_56">
<summary>Cannot Close Disposed object</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_57">
<summary>buffer - string cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_58">
<summary>Stream offset is out of range.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_59">
<summary>Add LineCount update, fix positions update!</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_60">
<summary>Cannot delete unaccessible text.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_61">
<summary>str - string cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_62">
<summary>Y cannot be less then 0.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_63">
<summary>Lines list cannot contain null value.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_64">
<summary>Line must be inherited from RenderedLine class.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_65">
<summary>Cannot map this physical point.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_66">
<summary>End of the group cannot be less or equal to its start.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_67">
<summary>Parser cannot be null!</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_68">
<summary>fileName - string cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_69">
<summary>currentFilePath - string cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_70">
<summary>Line number is out of range.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_71">
<summary>Undo group has been already opened.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_72">
<summary>Undo group has not been opened.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_73">
<summary>Line number is invalid.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_74">
<summary>Stack points to the data after the end of the stream.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_75">
<summary>Wrong Stack</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_76">
<summary>No current stack</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_77">
<summary>Parser is not available.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_78">
<summary>Input stream is not available.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_79">
<summary>Configuration is not available.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_80">
<summary>Cursor manager is not available.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_81">
<summary>Wrong position given.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_82">
<summary>Parser is null.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_83">
<summary>Cannot be less than 1 or greater than lines count.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_84">
<summary>Loading of just one file at a time is supported.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_85">
<summary>Line number should be in range [1.." + m_parser.TotalLines.ToString() + "].</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_86">
<summary>Column number should be greater than 0.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_87">
<summary>No undo actions can be performed while recording undo group.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_88">
<summary>No redo actions can be performed while recording undo group.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_89">
<summary>Rendered lexem data is not correct.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_90">
<summary>Start and end coordinates should belong to one virtual line.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_91">
<summary>End coordinates should be AFTER start coordinate.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_92">
<summary>Specified drawing format is not supported.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_93">
<summary>Printing start page does not exists.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_94">
<summary>text - string cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_95">
<summary>Operation has already stopped.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_96">
<summary>Empty params are not allowed</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_97">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_98">
<summary>Something is wrong: lexem index cannot be found!</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_99">
<summary>Lexem parser should support ILexemEnumeratorParserInfo interface, otherwise getting stack by column is not supported.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_100">
<summary>value can't be less 0.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_101">
<summary>position can't be less 0.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_102">
<summary>LineLabelFormat - string cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_103">
<summary>Something is wrong!!!!!</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_104">
<summary>Duplicated</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_105">
<summary>m_arrCL</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_106">
<summary>iIndex > m_arrCL.Length - 1 </summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_107">
<summary>name - it's wrong lang name</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_108">
<summary>extension - string cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_109">
<summary>strFileName - string cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_110">
<summary>configFile - string cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_111">
<summary>Merging of </summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_112">
<summary>This feature is not implemented yet</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_113">
<summary>Two languages has reference on the same filename extension</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_114">
<summary>Coordinate convertion operation is supported only on CoordinatePoints that have a parser assigned.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_115">
<summary>No ParsePoint available.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_116">
<summary>No virtual position available.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_117">
<summary>You are trying to create CoordinatePoint, that does not point to any position in editor. Please, check your code.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_118">
<summary>value - string cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_119">
<summary>Name of the menu item cannot be empty or null.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_120">
<summary>Event handler cannot be null.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_121">
<summary>Value cannot be less 0 and greater Length</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_122">
<summary>data cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_123">
<summary>size</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_124">
<summary>Config Has Wrong Format : ConfigLanguage Is Not Closed</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_125">
<summary>name</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_126">
<summary>Name must be unique.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_127">
<summary>Value cannot be less 0 and greater m_list.Count - 1</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_128">
<summary>Coordinate point should be attached to physical coordinates.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_129">
<summary>start and end are in wrong order.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_130">
<summary>Wrong range.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_131">
<summary>Wrong Points Order</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_132">
<summary>Key processor was not initialized.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_133">
<summary>Binding`s key is already initialized.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_134">
<summary>Processor cannot be null.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_135">
<summary>Parent cannot be set to null.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_136">
<summary>Value cannot be less 0 and greater keySequence.Length - 1</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_137">
<summary>Configurator cannot be null.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_138">
<summary>stream does not support Seek operation</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_139">
<summary>stream does not support seek operation</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_140">
<summary>stream read/write operations is closed.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_141">
<summary>stream</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_142">
<summary>stream does not support read operation</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_143">
<summary>stream does not support Read operation</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_144">
<summary>stream does not support write operation</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_145">
<summary>stream does not support Write operation</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_146">
<summary>Call first Reset() and then ModeNext() methods. Incorrect use of interface.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_147">
<summary>File open flags make seek operation unavailable.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_148">
<summary>m_chPeekChar</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_149">
<summary>file opened not in read mode</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_150">
<summary>file opened not without seek operation support</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_151">
<summary>Position is out of buffer array bounds</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_152">
<summary>Length or Position has wrong value. Buffer size is too smal for specified values</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_153">
<summary>Value cannot be less 0 and greater buffer.Length</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_154">
<summary>Value cannot be less 0 and greater buffer.Length - offset</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_155">
<summary>Size of input array must be equal or greater to MaxMultiTokenLength property value</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_156">
<summary>must be unreachable code</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_158">
<summary>endOfLine - string cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_159">
<summary>Value cannot be 0 less </summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_160">
<summary>file open mode does not suport read operations</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_161">
<summary>file open mode does not support seek operations</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_162">
<summary>You must initialize enumerator by calling Reset() method</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_163">
<summary>Version of the stream changed.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_164">
<summary>Current line index is wrong( no such location in stream )</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_165">
<summary>Given line does not belong to this parser.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_166">
<summary>Line with a specified index cannot be found in stream.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_167">
<summary>This line does not belong to this parser.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_168">
<summary>Cannot insert after the line end.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_169">
<summary>End line cannot be prior to start line. </summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_170">
<summary>Line is invalid.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_171">
<summary>Reference to null detected.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_172">
<summary>Lexem config stack cannot be empty!</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_173">
<summary>Stack cannot be empty, first element is always LanguageConfig without lexem.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_174">
<summary>token - string cannot be empty</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_175">
<summary>Configuration list member cannot be null.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_177">
<summary>
Unknown.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_178">
<summary>Point cannot be empty.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_179">
<summary>The position specified cannot be translated to the virtual coordinates system.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_180">
<summary>Start point does not point to any lexem.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.DEF_EXCEPTION_UNNAMED_181">
<summary>Wrong value for TabSize property.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Localization.ExceptionTextLocalizer"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Localization.StrLocalized">
<summary>
Represents a class that specifies the name of the localizable item.
</summary>
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.StrLocalized.m_name">
<summary>
Name of the localizable item.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.StrLocalized.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Localization.StrLocalized"/> class.
</summary>
<param name="localizedStringName">Name of the localizable item.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Localization.StrLocalized.Name">
<summary>
Gets or sets the name of the localizable item.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Localization.Localizer">
<summary>
Represents a class that contains localizer that provides localized access to string resources specific from the assembly manifest Syncfusion.Windows.Forms.Localization.SR.resources.
Can be used from any assembly, resources will be loaded from the calling assembly.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_RESOURCE_BASENAME_ENDING_REGEX">
<summary>
Localizable resources namespace.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.Localizer.#cctor">
<summary>
Statis constructor, calls LoadLocalizedMembers() method.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.resources">
<summary>
Resources manager.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.m_nonLocalizedNames">
<summary>
List of items that where not localized at all.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.m_nonLocalizedForCurrentCulture">
<summary>
List of items that where not localized for current culture.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.m_assemblies">
<summary>
Hashtable of localizers for different assemblies.
Key - assembly name, Value - localizer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.m_regexAssemblyName">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer._besenameEndingRegex">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_PROMPT_INDEX">
<summary>
ID of the localizable string with "{0} of {1}" format.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_ERROR_ENUMEXPECTED">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_ERROR_ENUM_VALUE_NOT_DEFINED">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_COLOR_EMPTY">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_NONE_HATCH">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_SOLID_FILL">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_ERROR_INVALID_ENUM_VALUE_NAME">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_LEXEM_TREE_ROOT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_FORMAT_SETTINGS_SAMPLE_TEXT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_CONFIG_CREATE_LANGUAGE">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_CONFIG_SAVE_OTHERS_CHANGES">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_CONFIG_SAVE_CHANGES">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_ERROR_NOTIMPLEMENTED">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_GOTO_CAPTION_FORMAT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_EDIT">
<exclude/>
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_FILE">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_ADVANCED">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_BOOKMARKS">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_OPTIONS">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_CUT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_COPY">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_PASTE">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_DELETE">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_UNDO">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_REDO">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_FIND">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_REPLACE">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_GOTO">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_SELECTALL">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_DELETEALL">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_NEW">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_OPEN">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_CLOSE">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_SAVE">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_SAVEAS">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_PRINTPREVIEW">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_PRINT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_TABIFYSELECTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_UNTABIFYSELECTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_INDENTSELECTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_UNINDENTSELECTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_COMMENTSELECTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_UNCOMMENTSELECTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_COLLAPSEALL">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_EXPANDALL">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_TOGGLEBOOKMARK">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_NEXTBOOKMARK">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_PREVBOOKMARK">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MENU_CLEARBOOKMARKS">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MSG_LINE_NUMBERING_PROBLEMS">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MSG_SAVE_MODIFIED">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MSG_SAVE_MODIFIED_CAPTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MSG_KEYBINDINGS_SET_DEFAULT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MSG_KEYBINDINGS_SET_DEFAULT_CAPTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MSG_FOUND_NOTHING">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MSG_FOUND_NOTHING_CAPTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MSG_XML_CONFIG_LOAD_ERROR">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_PRINT_PAGE_PREFIX">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_PRINT_FILE_PREFIX">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_PRINT_NONAME_DOCUMENT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MSG_SAVE_FILE_USING_ENCODING">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MSG_SAVE_FILE_USING_ENCODING_CAPTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MSG_SAVE_STREAM_USING_ENCODING">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MSG_SAVE_STREAM_USING_ENCODING_CAPTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_STATUSBAR_READONLY">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_STATUSBAR_NOT_READONLY">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_STATUSBAR_OVERWRITE">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_STATUSBAR_INSERT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_STATUSBAR_POSITION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MSG_REGEX_INCORRECT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MSG_REGEX_INCORRECT_CAPTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_OPTS_APPEARANCE">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_OPTS_APPEARANCEAREAS">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_OPTS_APPEARANCETEXT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_OPTS_APPEARANCECONTROL">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_OPTS_BEHAVIOUR">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_OPTS_BEHAVIOURGENERAL">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_OPTS_BEHAVIOURTABS">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.ERROR">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.DEF_MSG_ENCODING_CHANGED">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.StringFindCompleteEventArgs">
<exclude/>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.Localizer.GetString(System.Reflection.Assembly,System.Globalization.CultureInfo,System.String)">
<summary>
Get localized version of the string.
</summary>
<param name="name">Name of the localized resource.</param>
<param name="asm">Calling assembly.</param>
<param name="culture">Culture to be used for getting localized version of the resource.</param>
<returns>Localized version of the string.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.Localizer.GetObject(System.Reflection.Assembly,System.Globalization.CultureInfo,System.String)">
<summary>
Get localized version of the object.
</summary>
<param name="name">Name of the localized resource.</param>
<param name="asm">Calling assembly.</param>
<param name="culture">Culture to be used for getting localized version of the resource.</param>
<returns>Localized version of the object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.Localizer.GetEnumNames(System.Reflection.Assembly,System.Globalization.CultureInfo,System.Type)">
<summary>
Gets localized names of the enum.
</summary>
<param name="enumType">Type of the enum.</param>
<param name="assembly">Calling assembly.</param>
<param name="culture">Culture to be used for getting localized version of the resource.</param>
<returns>Array of item names in enumeration.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.Localizer.PullLocalizableTypeDescriptor(Syncfusion.Windows.Forms.Localization.ILocalizableTypeDescriptor)">
<summary>
Tryies to read all localizable data of the localizable type descriptor.
</summary>
<param name="descriptor">Localizable type descriptor.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.Localizer.WriteResourcesListFromEnumerator(System.Collections.IEnumerable,System.Resources.ResXResourceWriter,System.Type)">
<summary>
</summary>
<param name="enumerableList"></param>
<param name="writer"></param>
<param name="typeComponent"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.Localizer.WriteResourcesList(Syncfusion.Windows.Forms.Localization.ILocalizableTypeDescriptor,System.Resources.ResXResourceWriter)">
<summary>
</summary>
<param name="descriptor"></param>
<param name="writer"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.Localizer.GetControlDescriptionResourceName(System.String,System.String)">
<summary>
Gets resource name for control's property description.
</summary>
<param name="controlName">Control type name.</param>
<param name="propertyName">Property name.</param>
<returns>Resource name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.Localizer.GetControlPropertyResourceName(System.String,System.String)">
<summary>
Gets resource name for control's name.
</summary>
<param name="controlName">Control type name.</param>
<param name="propertyName">Property name.</param>
<returns>Resource name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.Localizer.GetControlEventResourceName(System.String,System.String)">
<summary>
Gets resource name for control's event.
</summary>
<param name="controlName">Control type name.</param>
<param name="eventName">Event name.</param>
<returns>Resource name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.Localizer.GetCategoryResourceName(System.String)">
<summary>
Gets resource name for category.
</summary>
<param name="categoryName">Category name.</param>
<returns>Resource name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.Localizer.LocalizeFields(System.Type,System.Object)">
<summary>
Loads values for all instance or static fields of the class that have StrLocalized attribute.
</summary>
<param name="localizerType">Type to be localized.</param>
<param name="instance">Type instance to be localized. If null, static fields of class will be localized.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.Localizer.GetString(System.String)">
<summary>
Get localized version of the string.
</summary>
<param name="name">Name of the localized resource.</param>
<returns>Localized version of the string.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.Localizer.GetObject(System.Globalization.CultureInfo,System.String)">
<summary>
Get localized version of the object.
</summary>
<param name="name">Name of the localized resource.</param>
<returns>Localized version of the object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.Localizer.GetEnumNames(System.Type)">
<summary>
Gets localized names of the enum.
</summary>
<param name="enumType">Type of the enum.</param>
<returns>Array of item names in enumeration.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.Localizer.GetNativeEnumValueName(System.Type,System.String)">
<summary>
Gets native name of the enum value.
</summary>
<param name="enumType">Enum type.</param>
<param name="localizedName">Localized name of the item.</param>
<returns>Native name of the enum value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.Localizer.GetEnumValue(System.Type,System.String)">
<summary>
Gets native name of the enum value.
</summary>
<param name="enumType">Enum type.</param>
<param name="localizedName">Localized name of the item.</param>
<returns>Native name of the enum value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.Localizer.GetEnumValueName(System.Type,System.Object)">
<summary>
Gets localized name of the enum value.
</summary>
<param name="enumType">Enumeration type.</param>
<param name="value">Enum value.</param>
<returns>Enum value localized name.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers">
<summary>
Represents a class that contains the EditResourceIdentifiers which provides Ids specific to the <see cref="N:Syncfusion.Windows.Forms.Edit"/> namespace.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_PROMPT_INDEX">
<summary>
Holds the ID of the localizable string with "{0} of {1}" format.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_ERROR_ENUMEXPECTED">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_ERROR_ENUM_VALUE_NOT_DEFINED">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_COLOR_EMPTY">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_NONE_HATCH">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_SOLID_FILL">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_ERROR_INVALID_ENUM_VALUE_NAME">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_LEXEM_TREE_ROOT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_FORMAT_SETTINGS_SAMPLE_TEXT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_CONFIG_CREATE_LANGUAGE">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_CONFIG_SAVE_OTHERS_CHANGES">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_CONFIG_SAVE_CHANGES">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_ERROR_NOTIMPLEMENTED">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_GOTO_CAPTION_FORMAT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_EDIT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_FILE">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_ADVANCED">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_BOOKMARKS">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_OPTIONS">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_CUT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_COPY">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_PASTE">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_DELETE">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_UNDO">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_REDO">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_FIND">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_REPLACE">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_GOTO">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_SELECTALL">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_DELETEALL">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_NEW">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_OPEN">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_CLOSE">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_SAVE">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_SAVEAS">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_PRINTPREVIEW">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_PRINT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_TABIFYSELECTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_UNTABIFYSELECTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_INDENTSELECTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_UNINDENTSELECTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_COMMENTSELECTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_UNCOMMENTSELECTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_COLLAPSEALL">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_EXPANDALL">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_TOGGLEBOOKMARK">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_NEXTBOOKMARK">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_PREVBOOKMARK">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MENU_CLEARBOOKMARKS">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MSG_LINE_NUMBERING_PROBLEMS">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MSG_SAVE_MODIFIED">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MSG_SAVE_MODIFIED_CAPTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MSG_KEYBINDINGS_SET_DEFAULT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MSG_KEYBINDINGS_SET_DEFAULT_CAPTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MSG_FOUND_NOTHING">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MSG_FOUND_NOTHING_CAPTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MSG_XML_CONFIG_LOAD_ERROR">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_PRINT_PAGE_PREFIX">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_PRINT_FILE_PREFIX">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_PRINT_NONAME_DOCUMENT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MSG_SAVE_FILE_USING_ENCODING">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MSG_SAVE_FILE_USING_ENCODING_CAPTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MSG_SAVE_STREAM_USING_ENCODING">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MSG_SAVE_STREAM_USING_ENCODING_CAPTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_STATUSBAR_READONLY">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_STATUSBAR_NOT_READONLY">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_STATUSBAR_OVERWRITE">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_STATUSBAR_INSERT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_STATUSBAR_POSITION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MSG_REGEX_INCORRECT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MSG_REGEX_INCORRECT_CAPTION">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_OPTS_APPEARANCE">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_OPTS_APPEARANCEAREAS">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_OPTS_APPEARANCETEXT">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_OPTS_APPEARANCECONTROL">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_OPTS_BEHAVIOUR">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_OPTS_BEHAVIOURGENERAL">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_OPTS_BEHAVIOURTABS">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ERROR">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.DEF_MSG_ENCODING_CHANGED">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FDMain">
<summary>
Holds the main text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FDbtnFind">
<summary>
Holds the find button text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FDbtnClose">
<summary>
Holds the close button text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FDbtnTempaltes">
<summary>
Holds the tempaltes button text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FDbtnMarkAll">
<summary>
Holds the MarkAll button text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FDchkWholeWord">
<summary>
Holds the check whole word label text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FDchkHidden">
<summary>
Holds the check hidden label text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FDchkUp">
<summary>
Holds the checkup label text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FDchkRegular">
<summary>
Holds the check regular label text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FDchkWrap">
<summary>
Holds the check wrap label text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FDrdbDocument">
<summary>
Holds the searching current document label text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FDrdbSelection">
<summary>
Holds the selection label text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FDchkCase">
<summary>
Holds the match label text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FDTitle">
<summary>
Holds the form title text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FDGroupTitle">
<summary>
Holds the form group title text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FGoNumber">
<summary>
Holds the form group title text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.GoToDialogErrorInfo">
<summary>
Holds the invalid input error information of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FGobtnCancel">
<summary>
Holds the Cancel button text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FGobtnOK">
<summary>
Holds the Ok button text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FGoTitle">
<summary>
Holds the form title text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FRchkCase">
<summary>
Holds the check case text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FRbtnClose">
<summary>
Holds the close button text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FRlblFind">
<summary>
Holds the find label text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FRGroupTitle">
<summary>
Holds the group title text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FRrdbSelection">
<summary>
Holds the selection text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FRlblReplace">
<summary>
Holds the label text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FRbtnReplace">
<summary>
Holds the replace button text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FRbtnReplaceAll">
<summary>
Holds the replace all button text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FRTitle">
<summary>
Holds the form title text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.RegexSingleChar">
<summary>
Holds the regex single character of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.RegexZeroOrMore">
<summary>
Holds the ZeroOrMore regular expression character of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.RegexOneorMore">
<summary>
Holds the OneorMore regular expression character of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.RegexLineBegining">
<summary>
Holds the regex line beginning text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.RegexLineEnd">
<summary>
Holds the regex line end text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.RegexBeginEndWord">
<summary>
Holds the regex begin end word text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.RegexLineBreak">
<summary>
Holds the regex line break label text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.RegexAnyOneCharset">
<summary>
Holds the regex any one-character set label text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.RegexAnyCharset">
<summary>
Holds the regex any character set label text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.RegexOr">
<summary>
Holds the regex or label text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.RegexEscapeChar">
<summary>
Holds the regex escape character label text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.RegexTag">
<summary>
Holds the regex tag label text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.RegexIdentifier">
<summary>
Holds the regex identifier label text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.RegexQuotedString">
<summary>
Holds the regex quoted string of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.RegexSpaceorTab">
<summary>
Holds the regex space or tab label text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.RegexInteger">
<summary>
Holds the regex integer label text of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.StringFindCompleteEventArgs">
<summary>
Holds the FindCompleteEventArgs string.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog">
<summary>
Represents a class that contains the localizer variables of format configuration dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.FormTitle">
<summary>
Holds the form title text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.ApplyButton">
<summary>
Holds the apply button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.OkButton">
<summary>
Holds the ok button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.CancelButton">
<summary>
Holds the cancel button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.AddButton">
<summary>
Holds the add button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.RemoveButton">
<summary>
Holds the remove button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.LanguageLabel">
<summary>
Holds the language label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.FormatLabel">
<summary>
Holds the format label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.TextSettingsGroupBox">
<summary>
Holds the text settings groupbox text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.FillAndBordersGroupBox">
<summary>
Holds the fill and borders groupbox text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.UnderlineGroupBox">
<summary>
Holds the underlining groupbox text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.FontNameLabel">
<summary>
Holds the font name label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.UnderlineStyleLabel">
<summary>
Holds the underline style label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.StrikeOutColorLabel">
<summary>
Holds the strikeout color label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.FontSizeLabel">
<summary>
Holds the font size label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.FontStyleLabel">
<summary>
Holds the font style label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.FontColorLabel">
<summary>
Holds the font color label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.UnderlineWeightLabel">
<summary>
Holds the underline weight label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.UnderlineColorLabel">
<summary>
Holds the underline color label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.BackgroundColorLabel">
<summary>
Holds the background color label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.BorderColorLabel">
<summary>
Holds the border color label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.FormatEditorDialog.BackgroundStyleLabel">
<summary>
Holds the background style label text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.CreateNewFormatDialog">
<summary>
Represents a class contains the localizer variables of new format dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.CreateNewFormatDialog.FormTitle">
<summary>
Holds the form title text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.CreateNewFormatDialog.OkButton">
<summary>
Holds the ok button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.CreateNewFormatDialog.CancelButton">
<summary>
Holds the cancel button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.CreateNewFormatDialog.NameLabel">
<summary>
Holds the name label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.CreateNewFormatDialog.SettingsLabel">
<summary>
Holds the settings label text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog">
<summary>
Represents a class contains the localizer variables of configuration dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.FormTitle">
<summary>
Holds the form title text
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.OkButton">
<summary>
Holds the ok button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.CancelButton">
<summary>
Holds the cancel button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.HelpButton">
<summary>
Holds the help button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.FileExtensionTabPageText">
<summary>
Holds the file extension tabpage text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.OneCharLabel">
<summary>
Holds the one char label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.MultiCharsLabel">
<summary>
Holds the multi char label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.FileExtensionLabel">
<summary>
Holds the file extension label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.FormatTabPageText">
<summary>
Holds the format tabpage text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.FontColorLabel">
<summary>
Holds the forecolor label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.FontFormatButton">
<summary>
Holds the font format button text,
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.SampleLabel">
<summary>
Holds the sample label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.AddFormatButton">
<summary>
Holds the add format button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.FormatListLabel">
<summary>
Holds the format list label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.RemoveFormatButton">
<summary>
Holds the remove format text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.ForeColorLabel">
<summary>
Holds the forecolor label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.BackColorLabel">
<summary>
Holds the backcolor label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.LineColorLabel">
<summary>
Holds the line color label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.HatchStyleLabel">
<summary>
Holds the hatch style label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.UnderlineStyleLabel">
<summary>
Holds the underline style label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.UnderlineWeightLabel">
<summary>
Holds the underline weight label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.RestoreButton">
<summary>
Holds the restore button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.SetFontButton">
<summary>
Holds the set font button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.LexemTabPageText">
<summary>
Holds the lexem tabpage text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.OnlyLocalCheckBox">
<summary>
Holds the only local checkbox text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.FormatLabel">
<summary>
Holds the format label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.BeginTokenCheckBox">
<summary>
Holds the begin token checkbox text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.OpenDialogTitle">
<summary>
Holds the open dialog title text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.SaveDialogTitle">
<summary>
Holds the save dialog title text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.BeginTokenLabel">
<summary>
Holds the begin token label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.AddSubLexemButton">
<summary>
Holds the add sublexem button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.LexemLabel">
<summary>
Holds the lexem label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.RemoveLexemButton">
<summary>
Holds the remove lexem button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.AddLexemButton">
<summary>
Holds the add lexem button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.ContinueTokenCheckBox">
<summary>
Holds the continue token checkbox text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.ContinueTokenLabel">
<summary>
Holds the continue token label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.EndTokenLabel">
<summary>
Holds the end token label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.EndTokenCheckBox">
<summary>
Holds the end token checkbox text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.PriorityLabel">
<summary>
Holds the priority label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.IsComplexCheckBox">
<summary>
Holds the iscomplex checkbox text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.LanguageLabel">
<summary>
Holds the language label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.SaveAsButton">
<summary>
Holds the save as button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.DeleteButton">
<summary>
Holds the delete button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.OpenButton">
<summary>
Holds the open button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.ListEditorAddButton">
<summary>
Holds the list editor add button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.LanguageColoringConfigurationDialog.ListEditorRemoveButton">
<summary>
Holds the list editor remove button text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.NewFormatItemDialog">
<summary>
Represents a class contains the localizer variables of simple add form.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.NewFormatItemDialog.FormTitle">
<summary>
Holds the form title text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.NewFormatItemDialog.ValueLabel">
<summary>
Holds the value label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.NewFormatItemDialog.ExampleLabel">
<summary>
Holds the example label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.NewFormatItemDialog.OkButton">
<summary>
Holds the ok button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.NewFormatItemDialog.CancelButton">
<summary>
Holds the cancel button text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.CreateNewLanguageColoringDialog">
<summary>
Represents a class contains the localizer variables of create new language coloring option dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.CreateNewLanguageColoringDialog.FormTitle">
<summary>
Holds the form title text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.CreateNewLanguageColoringDialog.OkButton">
<summary>
Holds the ok button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.CreateNewLanguageColoringDialog.CancelButton">
<summary>
Holds the cancel button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.CreateNewLanguageColoringDialog.NameLabel">
<summary>
Holds the name label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.CreateNewLanguageColoringDialog.LanguagesListLabel">
<summary>
Holds the languages list label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.CreateNewLanguageColoringDialog.ConfigurationFileLabel">
<summary>
Holds the configuration file label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.CreateNewLanguageColoringDialog.FilePathTextBox">
<summary>
Holds the filepath textbox text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.CreateNewLanguageColoringDialog.FilePathButton">
<summary>
Holds the filepath button text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.KeyBindingDialog">
<summary>
Represents a class contains the localizer variables of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.KeyBindingDialog.FormTitle">
<summary>
Holds the form title text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.KeyBindingDialog.CommandsLabel">
<summary>
Holds the command label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.KeyBindingDialog.ShortcutLabel">
<summary>
Holds the shortcuts label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.KeyBindingDialog.CommandShortcutsLabel">
<summary>
Holds the command shortcuts label text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.KeyBindingDialog.AssignButton">
<summary>
Holds the assign button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.KeyBindingDialog.RemoveButton">
<summary>
Holds the remove button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.KeyBindingDialog.OkButton">
<summary>
Holds the ok button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.KeyBindingDialog.DefaultButton">
<summary>
Holds the default button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.KeyBindingDialog.CancelButton">
<summary>
Holds the cancel button text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog">
<summary>
Represents a class contains the localizer variables of <see cref="T:Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.FormTitle">
<summary>
Holds the form title text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.OkButton">
<summary>
Holds the ok button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.CancelButton">
<summary>
Holds the cancel button text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.HorizontalScrollBarText">
<summary>
Holds the checkbox text of Horizontal ScrollBar option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.VerticalScrollBarText">
<summary>
Holds the checkbox text of Vertical ScrollBar option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.StatusBarText">
<summary>
Holds the checkbox text of Status Bar option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.XPStyleText">
<summary>
Holds the checkbox text of XP Style option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.IndicatorAreaText">
<summary>
Holds the checkbox text of Indicator Area.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.WordWrapAreaText">
<summary>
Holds the checkbox text of Word Wrap Area option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.SelectionAreaText">
<summary>
Holds the checkbox text of Selection Area option
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.UserAreaText">
<summary>
Holds the checkbox text of User Area option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.LineNumbersText">
<summary>
Holds the checkbox text of Line numbers option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.ChangedLinesMarking">
<summary>
Holds the checkbox text of Changed Lines marking option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.LinesWrappingMarksText">
<summary>
Holds the checkbox text of Lines Wrapping Marks option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.WrappedLinesMarksText">
<summary>
Holds the checkbox text of Wrapped Lines Marks option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.IndentationGuidelinesText">
<summary>
Holds the checkbox text of Indentation Guidelines option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.IndentationBlockBordersText">
<summary>
Holds the checkbox text of Indentation Block Borders option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.ColumnGuidesText">
<summary>
Holds the checkbox text of Column Guides option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.OutliningCollapsersText">
<summary>
Holds the checkbox text of Outlining Collapsers option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.TransparentSelectionText">
<summary>
Holds the checkbox text of Transparent Selection option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.VirtualSpaceModeText">
<summary>
Holds the checkbox text of Virtual Space Mode option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.InsertModeText">
<summary>
Holds the checkbox text of Insert Mode option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.ViewWhiteSpaceText">
<summary>
Holds the checkbox text of View White Space option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.WordWrapText">
<summary>
Holds the checkbox text of Word Wrap option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.GroupUndoText">
<summary>
Holds the checkbox text of Group Undo option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.UseTabsText">
<summary>
Holds the checkbox text of Use Tabs option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.TabStopsText">
<summary>
Holds the checkbox text of Tab Stops option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.TabSizeLabel">
<summary>
Holds the label text of Tab Size option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.AutoIndentModeLabel">
<summary>
Holds the label text of Auto Indent Mode option.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.AutoIndentModeNoneText">
<summary>
Holds the value of AutoIndentMode as None.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.AutoIndentModeBlockText">
<summary>
Holds the value of AutoIndentMode as Block.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Localization.Localizer.EditResourceIdentifiers.ControlOptionsDialog.AutoIndentModeSmartText">
<summary>
Holds the value of AutoIndentMode as Smart.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.EditLocalizationResourceAccessor">
<inheritdoc cref="T:Syncfusion.Windows.Forms.LocalizationResourceAccessor"/>
</member>
<member name="F:Syncfusion.Windows.Forms.EditLocalizationResourceAccessor.Instance">
<summary>
Instance of <see cref="T:Syncfusion.Windows.Forms.EditLocalizationResourceAccessor"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.EditLocalizationResourceAccessor.GetControlAssembly">
<inheritdoc cref="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.GetControlAssembly"/>
</member>
<member name="M:Syncfusion.Windows.Forms.EditLocalizationResourceAccessor.GetControlAssemblyDefaultNamespace">
<inheritdoc cref="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.GetControlAssemblyDefaultNamespace"/>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ScrollMode">
<summary>
Specifies how vertical scrolling is processed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ScrollMode.Immediate">
<summary>
Scrolls the control to the new value immediately.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ScrollMode.Deferred">
<summary>
Scrolls the control when thumb track is completed. Not Implemented.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ScrollMode.Pixel">
<summary>
Scrolls line by line.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ContextPromptStyleInfo">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt"/> popup.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ContextPromptStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.ContextPromptStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextPromptStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ContextPromptStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextPromptStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ContextPromptStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.ContextPromptStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.ContextPromptStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextPromptStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ContextPromptStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.ContextPromptStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.ContextPromptStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextPromptStyleInfo.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.ContextPromptStyleInfo"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextPromptStyleInfo.ShouldSerializeFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.Font"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextPromptStyleInfo.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextPromptStyleInfo.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextPromptStyleInfo.ShouldSerializeBorderThickness">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.BorderThickness"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextPromptStyleInfo.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextPromptStyleInfo.ShouldSerializeUpArrowImage">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.UpArrowImage"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextPromptStyleInfo.ShouldSerializeDownArrowImage">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.DownArrowImage"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt"/> popup.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value of the
<see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt"/> popup.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.BackColor">
<summary>
Gets or sets the background <see cref="T:System.Drawing.Color"/> value of the
<see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt"/> popup.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.ForeColor">
<summary>
Gets or sets the foreground <see cref="T:System.Drawing.Color"/> value of the
<see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt"/> popup.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.IconForeColor">
<summary>
Gets or sets the forecolor of the up arrow and down arrow icon.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.BorderColor">
<summary>
Gets or sets the border <see cref="T:System.Drawing.Color"/> value of the
<see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt"/> popup.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.BorderThickness">
<summary>
Gets or sets the border thickness of the <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt"/> popup.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.UpArrowImage">
<summary>
Gets or sets the up arrow image of <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt"/> popup.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.DownArrowImage">
<summary>
Gets or sets the down arrow image of <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt"/> popup.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ContextPromptStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.ContextPromptStyleInfo"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextPromptStyleInfoIdentity.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ContextPromptStyleInfoIdentity"/> class.
</summary>
<param name="ContextPrompt">
<see cref="!:Syncfusion.Windows.Forms.Tools.ContextPrompt"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextPromptStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextPromptStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.ContextPromptStyleInfo"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.ContextPromptStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.Windows.Forms.ContextPromptStyleInfo"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ContextPromptStyleInfoStore.FontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.Font"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ContextPromptStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ContextPromptStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.BorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ContextPromptStyleInfoStore.BorderThicknessProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.BorderThickness"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ContextPromptStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ContextPromptStyleInfoStore.IconForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.IconForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ContextPromptStyleInfoStore.UpArrowImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.UpArrowImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ContextPromptStyleInfoStore.DownArrowImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ContextPromptStyleInfo.DownArrowImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ContextPromptStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="!:Syncfusion.WinForms.Styles.ContextPromptStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextPromptStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ContextPromptStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextPromptStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ContextPromptStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextPromptStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.ContextPromptStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextPromptStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="!:Syncfusion.WinForms.Controls.Style.ContextPromptStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.DialogBoxStyleInfo">
<summary>
Represents the class to define the style for dialog boxes in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DialogBoxStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.DialogBoxStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.DialogBoxStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.DialogBoxStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.DialogBoxStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.DialogBoxStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.DialogBoxStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfo.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.DialogBoxStyleInfo"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ShouldSerializeListBoxBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.SuggestionItemStyleInfo.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ShouldSerializeListBoxForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="!:SuggestionItemStyleInfo.SelectedBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ShouldSerializeListBoxSelectionBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="!:SuggestionItemStyleInfo.ListBoxSelectionBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ShouldSerializeListBoxSelectionForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="!:SuggestionItemStyleInfo.ListBoxSelectionForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ShouldSerializeFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.Font"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ShouldSerializeListBoxFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ListBoxFont"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ShouldSerializeBorderThickness">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.BorderThickness"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.DefaultStyle">
<summary>
Gets the default style value for the dialog boxes in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.BackColor">
<summary>
Gets or sets the background <see cref="T:System.Drawing.Color"/> value of the dialog boxes in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ForeColor">
<summary>
Gets or sets the foreground <see cref="T:System.Drawing.Color"/> value of the dialog boxes in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.BorderColor">
<summary>
Gets or sets the border <see cref="T:System.Drawing.Color"/> value of the dialog boxes in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.BorderThickness">
<summary>
Gets or sets the border thickness of the dialog boxes in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> of the DialogBox.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ListBoxFont">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> of the ListBox in the DialogBox.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ListBoxBackColor">
<summary>
Gets or sets the background color of the <see cref="T:System.Windows.Forms.ListBox"/> present in dialog boxes in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ListBoxForeColor">
<summary>
Gets or sets the foreground color of the <see cref="T:System.Windows.Forms.ListBox"/> present in dialog boxes in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ListBoxSelectionBackColor">
<summary>
Gets or sets the background color of the <see cref="T:System.Windows.Forms.ListBox"/> present in dialog boxes in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> in selected state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ListBoxSelectionForeColor">
<summary>
Gets or sets the foreground color of the <see cref="T:System.Windows.Forms.ListBox"/> present in dialog boxes in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> in selected state.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.DialogBoxStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.DialogBoxStyleInfo"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfoIdentity.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.DialogBoxStyleInfoIdentity"/> class.
</summary>
<param name="DialogBox">
<see cref="!:Syncfusion.Windows.Forms.Tools.DialogBox"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.DialogBoxStyleInfo"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.Windows.Forms.DialogBoxStyleInfo"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.BorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore.ListBoxBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore.ListBoxForeColorProperty">
<summary>
Provides information about the <see cref="!:DialogBoxStyleInfo.SelectedBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore.ListBoxSelectionBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ListBoxSelectionBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore.ListBoxSelectionForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ListBoxSelectionForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore.FontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.Font"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore.ListBoxFontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.ListBoxFont"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore.BorderThicknessProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.DialogBoxStyleInfo.BorderThickness"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="!:Syncfusion.WinForms.Styles.DialogBoxStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.DialogBoxStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="!:Syncfusion.WinForms.Controls.Style.DialogBoxStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.EditControlVisualStyle">
<summary>
Represents the class to define the style for <see cref="!:Syncfusion.Windows.Forms.Tools.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="!:Syncfusion.Windows.Forms.Tools.EditControlVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.EditControlVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.#ctor(Syncfusion.Windows.Forms.EditControlStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.EditControlVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.EditControlStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.#ctor(Syncfusion.Windows.Forms.EditControlStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.EditControlVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.EditControlStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.EditControlStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.#ctor(Syncfusion.Windows.Forms.EditControlStyleInfoIdentity,Syncfusion.Windows.Forms.EditControlStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.EditControlVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.EditControlStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.EditControlStyleInfoStore"/>.</param>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.EditControlStyleInfoStore"/> class </param>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the<see cref="!:ComboBoxStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeSplitterBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.SplitterBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeDisabledSplitterBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.DisabledSplitterBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeSplitterForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.SplitterForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeDisabledSplitterForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.DisabledSplitterForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeLineNumberForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.LineNumberForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeDisabledLineNumberForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.DisabledLineNumberForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeDisabledLineNumberFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.LineNumberFont"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeCollapsedButtonForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.CollapsedButtonForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeDisabledCollapseButtonForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.DisabledCollapseButtonForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeLineNumberFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.LineNumberFont"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeCollapseButtonBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.CollapseButtonBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeDisabledCollapseButtonBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.DisabledCollapseButtonBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeUserMarginBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.UserMarginBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeUserMarginBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.UserMarginBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeBookmarkMarginBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.BookmarkMarginBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeSelectionMarginBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.SelectionMarginBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeLineNumberMarginBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.LineNumberMarginBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeSelectionMarginForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.SelectionMarginForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeCollapseMarginBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.CollapseMarginBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeLineChangedIndicatorColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.LineChangedIndicatorColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeLineSavedIndicatorColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.LineSavedIndicatorColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeContextChoiceStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.ContextChoiceStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeContextPromptStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.ContextChoiceStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeToolTipStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.ToolTipStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlVisualStyle.ShouldSerializeDialogBoxStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.DialogBoxStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.SplitterBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the background of the
splitter of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> in default state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.DisabledSplitterBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the background of the
splitter of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.SplitterForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the foreground of the
splitter of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control in default state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.DisabledSplitterForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the foreground of the
splitter of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.LineNumberForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the line number foreground color of the
in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.DisabledLineNumberForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the line number foreground color of the
in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.LineNumberFont">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value used to draw the line number of the
in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.CollapseButtonBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the collapse button background color of the
in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.DisabledCollapseButtonBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the collapse button disabled background color of the
<see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.CollapsedButtonForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the collapse button foreground color of the
in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.DisabledCollapseButtonForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the collapse button disabled foreground color of the
in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> .
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.UserMarginBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the UserMargin background color of the
in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.UserMarginBorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the UserMargin border color of the
<see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.BookmarkMarginBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the bookmark margin background color of the
<see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.SelectionMarginBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the selection margin background color of the
<see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> .
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.SelectionMarginForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the selection margin foreground color of the
<see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.CollapseMarginBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the collapse/expand icon margin foreground color of the
<see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.LineNumberMarginBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the linenumber margin background color of the
<see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.LineChangedIndicatorColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the line changed indicator color of the
<see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.LineSavedIndicatorColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the line saved indicator color of the
<see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.ContextChoiceStyle">
<summary>
Gets or sets style for <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice"/> of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.ContextPromptStyle">
<summary>
Gets or sets style for <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt"/> of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.ToolTipStyle">
<summary>
Gets or sets style for <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ToolTipEx"/> of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlVisualStyle.DialogBoxStyle">
<summary>
Gets or sets style for dialog boxes of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.EditControlStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.EditControlVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoIdentity.editControl">
<summary>
Maintains the EditControl for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.Edit.EditControl)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.EditControlStyleInfoIdentity"/> class.
</summary>
<param name="EditControl">
<see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.EditControlVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="!:Syncfusion.WinForms.Core.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="!:Syncfusion.WinForms.Core.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.EditControlStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.Windows.Forms.EditControlVisualStyle"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.SplitterBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.SplitterBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.DisabledSplitterBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.DisabledSplitterBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.SplitterForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.SplitterForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.DisabledSplitterForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.DisabledSplitterForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.LineNumberForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.LineNumberForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.DisabledLineNumberForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.DisabledLineNumberForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.LineNumberFontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.LineNumberFont"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.CollapseButtonBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.CollapseButtonBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.DisabledCollapseButtonBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.DisabledCollapseButtonBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.CollapsedButtonForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.CollapsedButtonForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.DisabledCollapseButtonForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.DisabledCollapseButtonForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.UserMarginBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.UserMarginBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.UserMarginBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.UserMarginBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.BookmarkMarginBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.BookmarkMarginBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.SelectionMarginBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.SelectionMarginBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.SelectionMarginForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.SelectionMarginForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.LineNumberMarginBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.LineNumberMarginBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.CollapseMarginBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.CollapseMarginBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.LineChangedIndicatorColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.LineChangedIndicatorColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.LineSavedIndicatorColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.LineSavedIndicatorColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.ContextChoiceStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.ContextChoiceStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.ContextPromptStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.ContextChoiceStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.ToolTipStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.ContextChoiceStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.DialogBoxStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.EditControlVisualStyle.DialogBoxStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.EditControlStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.EditControlStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.EditControlStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.EditControlStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="T:Syncfusion.Styles.StaticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.EditControlStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.Windows.Forms.EditControlStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.EditControlInfoSubObjectIdentity">
<summary>
Represents a class that provides style identity information for nested objects of the
<see cref="!:Syncfusion.WinForms.DataGrid.Styles.CellStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.EditControlInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.EditControlInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.
</param>
<param name="sip">
The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable
sub-object.
</param>
</member>
<member name="T:Syncfusion.Windows.Forms.ContextChoiceStyleInfo">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice"/> Popup.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.ContextChoiceStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ContextChoiceStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ContextChoiceStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.ContextChoiceStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.ContextChoiceStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ContextChoiceStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.ContextChoiceStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.ContextChoiceStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.ContextChoiceStyleInfo"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.ShouldSerializeFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.Font"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.ShouldSerializeHoverBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.HoverBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.ShouldSerializeHoverForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.HoverForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.ShouldSerializeBorderThickness">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.BorderThickness"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice"/> Popup.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value of the
<see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice"/> PopUp.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.BackColor">
<summary>
Gets or sets the background <see cref="T:System.Drawing.Color"/> value of the
<see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice"/> PopUp.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.ForeColor">
<summary>
Gets or sets the foreground <see cref="T:System.Drawing.Color"/> value of the
<see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice"/> PopUp.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.HoverBackColor">
<summary>
Gets or sets the background <see cref="T:System.Drawing.Color"/> value of the hovered element in the
<see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice"/> Popup.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.HoverForeColor">
<summary>
Gets or sets the foreground <see cref="T:System.Drawing.Color"/> value of the hovered element in the
<see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice"/> component.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.BorderColor">
<summary>
Gets or sets the border <see cref="T:System.Drawing.Color"/> value of the
<see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice"/> component.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.BorderThickness">
<summary>
Gets or sets the border thickness of the <see cref="T:Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice"/> component.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ContextChoiceStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.ContextChoiceStyleInfo"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextChoiceStyleInfoIdentity.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ContextChoiceStyleInfoIdentity"/> class.
</summary>
<param name="ContextChoice">
<see cref="!:Syncfusion.Windows.Forms.Tools.ContextChoice"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextChoiceStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextChoiceStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.ContextChoiceStyleInfo"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.ContextChoiceStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.Windows.Forms.ContextChoiceStyleInfo"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ContextChoiceStyleInfoStore.FontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.Font"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ContextChoiceStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ContextChoiceStyleInfoStore.HoverBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.HoverBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ContextChoiceStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.BorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ContextChoiceStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ContextChoiceStyleInfoStore.HoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.HoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ContextChoiceStyleInfoStore.BorderThicknessProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfo.BorderThickness"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ContextChoiceStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="!:Syncfusion.WinForms.Styles.ContextChoiceStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextChoiceStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ContextChoiceStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextChoiceStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ContextChoiceStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextChoiceStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.ContextChoiceStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextChoiceStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="!:Syncfusion.WinForms.Controls.Style.ContextChoiceStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.AutoFormattingManager">
<summary>
Represents a class that helps to manage text autoformatting in EditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.AutoFormattingManager.m_hashFormatters">
<summary>
Hashtable for storing registered formatters. Keys are members of KnownLanguages enumeration.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.AutoFormattingManager.m_parser">
<summary>
Underlying lexem parser.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.AutoFormattingManager.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.AutoFormattingManager"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.AutoFormattingManager.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.AutoFormattingManager"/> class.
</summary>
<param name="parser">Underlying lexem parser.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.AutoFormattingManager.RegisterFormatter(Syncfusion.Windows.Forms.Edit.Enums.KnownLanguages,Syncfusion.Windows.Forms.Edit.Interfaces.IAutoFormatter)">
<summary>
Registers a new formatter for specified language in EditControl.
</summary>
<param name="lang">Language to register formatter for.</param>
<param name="formatter">IAutoFormatter instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.AutoFormattingManager.UnregisterFormatter(Syncfusion.Windows.Forms.Edit.Enums.KnownLanguages)">
<summary>
Unregisters formatter for specified language in EditControl.
</summary>
<param name="lang">Language to unregister formatter for.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.AutoFormattingManager.FormatText(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Formats the given range of text using registered language formatter. Range limits can be changed. If there's no formatter registered for the language, throws an exception.
</summary>
<param name="startPoint">Start point of text range to format.</param>
<param name="endPoint">End point of text range to format.</param>
<returns>String with formatted text.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.AutoFormattingManager.Parser">
<summary>
Gets or sets instance of the underlying parser.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter">
<summary>
Represents a class that provides auto formatter for CSharp.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.Format(System.Collections.IList)">
<summary>
Formats the given list of lexem wrappers.
</summary>
<param name="lexems">List of ILexemWrapper instances.</param>
<returns>String with formatted text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.RemoveEndWhitespace(System.Text.StringBuilder,System.Boolean)">
<summary>
Removes whitespace from the end of string builder.
</summary>
<param name="s">StringBuilder instance to remove whitespace from.</param>
<param name="bRemoveNewLineMarks">Indicates whether new line marks should be removed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.AddNewLineAndIndent(System.Text.StringBuilder,System.Int32,System.String,System.Collections.IList)">
<summary>
Adds a new lines and its required indentation whitespace at the beginning of the next line.
</summary>
<param name="s">StringBuildet instance to work with.</param>
<param name="iIndents">Number of required indents at the beginning of the next line.</param>
<param name="strStartLineWhitespace">Whitespace to insert at the beginning
of the next line (indentation follows it).</param>
<param name="lexems">List of lexems. Used for checking whether current line is the last one.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.RemoveStartWhitespace(System.Collections.IList,System.Boolean)">
<summary>
Removes all whitespace lexems from the beginning of lexems list.
</summary>
<param name="lexems">List of lexems.</param>
<param name="bRemoveNewLineMarks">Indicates whether new line marks should be removerd.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.GetStartWhitespace(System.Collections.IList)">
<summary>
Gets whitespace at the beginning of first line.
</summary>
<param name="lexems">List of lexem wrappers.</param>
<returns>String with required whitespace.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.AddFirstLexem(System.Text.StringBuilder,System.Collections.IList)">
<summary>
Adds first lexem of list to string builder and removes it from list.
</summary>
<param name="s">StringBuilder instance to add lexem to.</param>
<param name="lexems">List of lexems.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.ClearStack(Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.IndentStack)">
<summary>
Removes all single indentations from the head of the stack.
</summary>
<param name="stack">IndentStack instance to be cleared.</param>
<returns>Number of elements removed.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.AddLexemsInBrackets(System.Text.StringBuilder,System.Collections.IList)">
<summary>
Adds lexems in brackets without changes.
</summary>
<param name="s">String builder to work with.</param>
<param name="lexems">List of lexems.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.AddUntilLexem(System.Text.StringBuilder,System.Collections.IList,System.String)">
<summary>
Adds lexems without any change until specefied
</summary>
<param name="s">String builder instance to add text to.</param>
<param name="lexems">List of lexems.</param>
<param name="lexem">Text of lexem that should and operation.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.IsLastLine(System.Collections.IList)">
<summary>
Checks whether given line is the last in given list of lexems..
</summary>
<param name="lexems">List of lexems.</param>
<returns>True if current line is the last; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.RemoveFirstNewLineMark(System.Collections.IList)">
<summary>
Removes all whitespace until the second new line mark.
</summary>
<param name="lexems">List of lexems.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.IndentType">
<summary>
Type of indentation. Used for work with indentation stack.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.IndentType.Permanent">
<summary>
Lines are indented until some indentation closing lexem is found.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.IndentType.Single">
<summary>
Only one line is indented.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.IndentStackDatum">
<summary>
Data to be stored in indentation stack.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.IndentStackDatum.IndentType">
<summary>
????
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.IndentStackDatum.LexemText">
<summary>
?????
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.IndentStackDatum.#ctor(Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.IndentType,System.String)">
<summary>
Creates and initializes new instance of IndentStackDatum
</summary>
<param name="indentType">Type of indentation.</param>
<param name="strLexemText">Text of indentation lexem.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.IndentStack">
<summary>
Indentation stack.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.IndentStack.Peek">
<summary>
Peeks the stack and casts result to IndentStackDatum.
</summary>
<returns>Peeked object casted to IndentStackDatum.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.CSFormatter.IndentStack.Pop">
<summary>
Pops the stack and casts result to IndentStackDatum.
</summary>
<returns>Popped object casted to IndentStackDatum.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.LexemWrapper">
<summary>
Represents a class that provides Lexem wrapping that are used in autoformatting.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.LexemWrapper.m_strText">
<summary>
Text of the lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.LexemWrapper.m_config">
<summary>
Configuration of the lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.LexemWrapper.m_stack">
<summary>
Configuration stack of the lexem.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.LexemWrapper.#ctor(Syncfusion.Windows.Forms.Edit.Interfaces.ILexem,Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.LexemWrapper"/> class.
</summary>
<param name="lexem">Lexem to create wrapper for.</param>
<param name="stack"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.LexemWrapper.#ctor(System.String,Syncfusion.Windows.Forms.Edit.Interfaces.IConfigLexem,Syncfusion.Windows.Forms.Edit.Implementation.Parser.ConfigStack)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.LexemWrapper"/> class.
</summary>
<param name="text">Text of the lexem.</param>
<param name="config">Configuration of the lexem.</param>
<param name="stack">Configuration stack of the lexem.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.LexemWrapper.Text">
<summary>
Gets the text of the lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.LexemWrapper.Config">
<summary>
Gets the configuration of the lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting.LexemWrapper.Stack">
<summary>
Gets the configuration stack of the lexem.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.AutoReplaceTrigger">
<summary>
Represents a class that stores information about one autoreplace trigger.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.AutoReplaceTrigger.m_strFrom">
<summary>
Text that should be deleted.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.AutoReplaceTrigger.m_strTo">
<summary>
Text that should be inserted.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoReplaceTrigger.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.AutoReplaceTrigger"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.AutoReplaceTrigger.#ctor(System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.AutoReplaceTrigger"/> class.
</summary>
<param name="strFrom">Text that should be deleted.</param>
<param name="strTo">Text that should be inserted.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.AutoReplaceTrigger.From">
<summary>
Gets or sets the text that should be deleted.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.AutoReplaceTrigger.To">
<summary>
Gets or sets the text that should be inserted.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.CustomBookmark">
<summary>
Bookmark with custom drawing.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Bookmark">
<summary>
Represents a class that provides Bookmark.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.BOOKMARK_FONT_HEIGHT">
<summary>
Height of font of indexed bookmark.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Bookmark._brushDefault">
<summary>
Default brush info.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.PaintBookmarkHelper(System.Drawing.Graphics,System.Drawing.Rectangle,System.IntPtr,System.Boolean)">
<summary>
Helps to paint bookmark.
</summary>
<param name="g">Graphics.</param>
<param name="rect">Rectangle for bookmark.</param>
<param name="wndHandle">Handle of window.</param>
<param name="bUseXPStyle">Indicates whether XP style should be used.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.PaintBookmarkHelper(System.Drawing.Graphics,System.Drawing.Rectangle,System.IntPtr,System.Boolean,System.Boolean,System.Int32,Syncfusion.Drawing.BrushInfo,Syncfusion.Drawing.BrushInfo,System.Drawing.Color)">
<summary>
Helps to paint bookmark.
</summary>
<param name="g">Graphics.</param>
<param name="rect">Rectangle for bookmark.</param>
<param name="wndHandle">Handle of window.</param>
<param name="bUseXPStyle">Indicates whether XP style should be used.</param>
<param name="bForPrint">Indicates whether drawing is being performed for printing.</param>
<param name="index">Index of bookmark.</param>
<param name="fakeXPBrushBookmarks">Brush for emulating XP style.</param>
<param name="defaultBrushInfo">Default brush.</param>
<param name="frameBorderColor">Color for border.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.m_point">
<summary>
ParsePoint, bookmark is connected to.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.m_endPoint">
<summary>
ParsePoint situated at the end of the bookmarked line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.m_index">
<summary>
Fast access index of bookmark.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.m_lastIndex">
<summary>
Index of last unindexed bookmark.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.m_parent">
<summary>
Parent
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.m_converter">
<summary>
Position converter, used to convert parsepoint to virtual coordinates.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.m_brushInfo">
<summary>
BrushInfo object for bookmarks painting.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.m_brushBookmarks">
<summary>
Brush used to draw bookmarks when XP style is used but there's no XP themes available.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.m_clrBorder">
<summary>
Color of bookmark border.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.style">
<summary>
Holds the style
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.PaintBookmark(System.Drawing.Graphics,System.Drawing.Rectangle,System.IntPtr,System.Boolean,System.Boolean)">
<summary>
Draws bookmark.
</summary>
<param name="g">Graphics to be used for drawing.</param>
<param name="rect"></param>
<param name="wndHandle">Handle of window to draw at.</param>
<param name="bUseXPStyle">Indicates whether XP style must be used.</param>
<param name="bForPrint">Indicates whether g is printer's graphics.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.CompareTo(System.Object)">
<summary>
Compares two bookmarks by offsets of their parsepoints.
</summary>
<param name="obj">Bookmark object or IParsePoint.</param>
<returns>Standard CompareTo result.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper,Syncfusion.Windows.Forms.Edit.Interfaces.IPositionConverter,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.Bookmark"/> class.
</summary>
<param name="wrapper">Underlying StreamsWrapper.</param>
<param name="converter">IPositionConverter.</param>
<param name="point">Point, bookmark is associated with.</param>
<param name="endPoint">ParsePoint situated at the end of the bookmarked line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper,Syncfusion.Windows.Forms.Edit.Interfaces.IPositionConverter,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.Bookmark"/> class.
</summary>
<param name="wrapper">Underlying StreamsWrapper.</param>
<param name="converter">IPositionConverter.</param>
<param name="point">Point, bookmark is associated with.</param>
<param name="endPoint">ParsePoint situated at the end of the bookmarked line.</param>
<param name="index">Fast access index of the bookmark.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.BrushDefault">
<summary>
Gets or sets a default brush info value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.XPBrushInfo">
<summary>
Gets the brush used to draw bookmarks when XP style is used.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.Point">
<summary>
Gets or sets the parse point where bookmark is connected to.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.EndPoint">
<summary>
Gets or sets the parse point situated at the end of the bookmarked line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.Index">
<summary>
Gets the fast access index of bookmark.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.Line">
<summary>
Gets bookmark location in text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.BookmarkBrush">
<summary>
Gets or sets the brush info object that is using for painting bookmarks.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.BorderColor">
<summary>
Gets or sets color of bookmark border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.Style">
<summary>
Gets or Sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.Bookmark.EditControlRenderer">
<summary>
Gets the Office 2016 colors respective to style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CustomBookmark.m_bUseInSearch">
<summary>
Specifies whether this bookmark can be found by BookmarkNext or BookmarkPrevious
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CustomBookmark.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.IO.StreamsWrapper,Syncfusion.Windows.Forms.Edit.Interfaces.IPositionConverter,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Creates bookmark.
</summary>
<param name="wrapper"></param>
<param name="converter"></param>
<param name="point">Point, bookmark is associated with.</param>
<param name="endPoint"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CustomBookmark.PaintBookmark(System.Drawing.Graphics,System.Drawing.Rectangle,System.IntPtr,System.Boolean,System.Boolean)">
<summary>
Draws bookmark.
</summary>
<param name="g">Graphics to be used for drawing.</param>
<param name="rect"></param>
<param name="wndHandle">Handle of window to draw at.</param>
<param name="bUseXPStyle">Indicates whether XP style must be used.</param>
<param name="bForPrint"></param>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.CustomBookmark.DrawBookmark">
<summary>
Event that is raised when bookmark is to be draw.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CustomBookmark.UseInBookmarkSearch">
<summary>
Gets or sets value indicating whether bookmark
can be found while searching for next/previous bookmark.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CustomBookmark.IsEventHandlerListEmpty">
<summary>
Gets value indicating whether the list of the customdrawing delegates is empty.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CustomBookmark.tag">
<summary>
Gets or Sets data about the bookmark
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.BookMarkIndexSearch">
<summary>
Represents a class that is used as a comparer for Bookmarks to search by index.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.BookMarkIndexSearch.Compare(System.Object,System.Object)">
<summary>
Helps to compare bookmarks.
</summary>
<param name="x">First bookmark.</param>
<param name="y">Second bookmark.</param>
<returns>Standard comparing result.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper">
<summary>
Represents a class that implements bookmarks support for the EditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.m_bookmarks">
<summary>
List of bookmarks.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.m_customMarks">
<summary>
List of custom bookmarks.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.m_editcontrol">
<summary>
Parent editcontrol.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.m_updateBookmarksInvoker">
<summary>
Invoker for UpdateBookmarksPoints method.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.style">
<summary>
Holds the style
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.#ctor(Syncfusion.Windows.Forms.Edit.StreamEditControl)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper"/> class.
</summary>
<param name="control">StreamEditControl.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.DrawBookmark(Syncfusion.Windows.Forms.Edit.Implementation.Parser.RenderedLine,System.Drawing.Graphics,System.IntPtr,System.Boolean,System.Boolean)">
<summary>
Draws rectangle with plus or minus sign in the collapsers area if line supports collapsing.
</summary>
<param name="line">Line, to draw sign for.</param>
<param name="g">Graphics object, where sign can be drawn.</param>
<param name="wndHandle">Handle of window to draw at.</param>
<param name="bUseXPStyle">Indicates whether XP style must be used.</param>
<param name="bForPrint">Indicates whether g is printer's graphics.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.BookmarkGet(System.Int32)">
<summary>
Get bookmark at the specified line.
</summary>
<param name="line">Line index.</param>
<returns>IBookmark.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.BookmarkAdd(System.Int32)">
<summary>
Sets bookmark at the specified line.
</summary>
<param name="line">Line index.</param>
<returns>IBookmark.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.BookmarkRemove(System.Int32)">
<summary>
Removes bookmark at the specified line.
</summary>
<param name="line">Line index.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.GetCustomBookmark(System.Int32)">
<summary>
Gets custom bookmark for the line.
</summary>
<param name="iLine">Number of the line to be checked for the bookmark.</param>
<returns>ICustomBookmark interface to the line's bookmarks or null if there is no custom bookmarks on a line.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.SetCustomBookmark(System.Int32,Syncfusion.Windows.Forms.Edit.BookmarkPaintEventHandler)">
<summary>
Creates a custom bookmark that allows the users to locate a section or a line of a document for quick access to any part of the contents
</summary>
<param name="iLine">Physical line index.</param>
<param name="painter">Paint handler.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.RemoveCustomBookmark(System.Int32,Syncfusion.Windows.Forms.Edit.BookmarkPaintEventHandler)">
<summary>
Removes the custom bookmark from the specified line.
</summary>
<param name="iLine">Physical line index.</param>
<param name="painter">Paint handler.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.BookmarkClear(System.Boolean)">
<summary>
Clears all bookmarks.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.BookmarkPointDeleted(Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint,System.Int64)">
<summary>
Removes bookmark, assigned to the deleted parsepoint.
</summary>
<param name="point"></param>
<param name="lNewOffset"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.CustomMarkPointDeleted(Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint,System.Int64)">
<summary>
Deletes custom bookmark.
</summary>
<param name="point"></param>
<param name="lNewOffset"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.InvalidateAll">
<summary>
Invalidates parent control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.CancelEditorSelection">
<summary>
Cancels parent control's selection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.BookmarkToggleInternal">
<summary>
Toggles bookmark on the current line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.BookmarkNextInternal">
<summary>
Jumps to the next bookmark.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.BookmarkPreviousInternal">
<summary>
Jumps to the previous bookmark.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.ToggleIndexedBookmark(System.Int32)">
<summary>
Toggles indexed bookmark in current line.
</summary>
<param name="iIndex"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.GetPreviousSearchableCustomBookmark(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Gets previous searchable custom bookmark.
</summary>
<param name="point">Start point for search.</param>
<returns>Index of found bookmark.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.GetNextSearchableCustomBookmark(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Gets next searchable custom bookmark.
</summary>
<param name="point">Start point for search.</param>
<returns>Index of found bookmark.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.SwitchIndexedBookmark(System.Int32)">
<summary>
Switches indexed bookmark in current line.
</summary>
<param name="iIndex">Index of bookmark to switch.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.UpdateBookmark(System.Collections.ArrayList,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Updates start or end point of the bookmark when one of edges is deleted.
</summary>
<param name="bookmarks">Collection of bookmarks to search.</param>
<param name="point">Deleted parse point.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.UpdateBookmarksPoints">
<summary>
Updates start and end points of bookmarked line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.UpdateBookmarksCollection(System.Collections.ArrayList,Syncfusion.Windows.Forms.Edit.ParsePointDeletedEventHandler)">
<summary>
Updates collection of bookmarks.
</summary>
<param name="bookmarks">Collection of bookmarks to be updated.</param>
<param name="deletedhandler">handler for ParsePoint's deleted event.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.BookmarkClear">
<summary>
Clears all bookmarks.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.BookmarkNext">
<summary>
Moves the cursor position towards the next bookmark in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.BookmarkPrevious">
<summary>
Moves the cursor position towards the previous bookmark in EditControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.BookmarkToggle">
<summary>
Sets bookmark to the current line for quick access to any part of the contents in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.ToggleIndexedBookmark1">
<summary>
Toggles cursor position towards the bookmark with index 1 in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.ToggleIndexedBookmark2">
<summary>
Toggles bookmark with index 2.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.ToggleIndexedBookmark3">
<summary>
Toggles cursor position towards the bookmark with index 3 in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.ToggleIndexedBookmark4">
<summary>
Toggles cursor position towards the bookmark with index 4 in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.ToggleIndexedBookmark5">
<summary>
Toggles cursor position towards the bookmark with index 5 in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.ToggleIndexedBookmark6">
<summary>
Toggles cursor position towards the bookmark with index 6 in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.ToggleIndexedBookmark7">
<summary>
Toggles cursor position towards the bookmark with index 7 in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.ToggleIndexedBookmark8">
<summary>
Toggles cursor position towards the bookmark with index 8 in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.ToggleIndexedBookmark9">
<summary>
Toggles cursor position towards the bookmark with index 9 in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.ToggleIndexedBookmark0">
<summary>
Toggles cursor position towards the bookmark with index 0 in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.SwitchIndexedBookmark1">
<summary>
Switchs bookmark with index 1.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.SwitchIndexedBookmark2">
<summary>
Switchs bookmark with index 2.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.SwitchIndexedBookmark3">
<summary>
Switchs bookmark with index 3.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.SwitchIndexedBookmark4">
<summary>
Switchs bookmark with index 4.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.SwitchIndexedBookmark5">
<summary>
Switchs bookmark with index 5.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.SwitchIndexedBookmark6">
<summary>
Switchs bookmark with index 6.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.SwitchIndexedBookmark7">
<summary>
Switchs bookmark with index 1.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.SwitchIndexedBookmark8">
<summary>
Switchs bookmark with index 8.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.SwitchIndexedBookmark9">
<summary>
Switchs bookmark with index 9.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.SwitchIndexedBookmark0">
<summary>
Switchs bookmark with index 0.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.Bookmarks">
<summary>
Gets the read-only copy of the bookmarks collection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.CustomBookmarks">
<summary>
Gets the read-only copy of the custom bookmarks collection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.CurrentLine">
<summary>
Gets current line index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.Parser">
<summary>
Parent control's parser.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.BaseStream">
<summary>
Parent control's parser basestream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.CursorManager">
<summary>
Parent control's cursor manager.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.PositionConverter">
<summary>
Parent control's position converter.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.EditControlRenderer">
<summary>
Gets the office 2016 colors respective to style
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.BookmarksHelper.DrawLineMark">
<summary>
Occurs when line mark should be drawn.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.ClipboardHTML">
<summary>
Represents a class for converting valid html to "HTML Clipboard Format".
HTML Clipboard Format:
http://msdn.microsoft.com/workshop/networking/clipboard/htmlclipboard.asp?frame=true
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ClipboardHTML.DEF_HTML_HEADER">
<summary>
Common header for clipboard.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ClipboardHTML.DEF_HTML_HEADER_FRAGMENT">
<summary>
Header of the fragment.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ClipboardHTML.DEF_HTML_FRAGMENT_START">
<summary>
Holds the start fragment text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ClipboardHTML.DEF_HTML_FRAGMENT_END">
<summary>
Holds the end fragment text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ClipboardHTML.GetHTMLForClipboard(System.String)">
<summary>
Converts html to "HTML Clipboard Format".
</summary>
<remarks>
Input HTML must have <!--StartFragment -->
and <!--EndFragment --> marks.
</remarks>
<param name="text">HTML to convert.</param>
<returns>HTML with special headers.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet">
<summary>
Represents a class that provides same functionalities as VS2005-like code snippet.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.DEF_STR_CODESNIPPET">
<summary>
Code snippet Xml element name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.DEF_STR_TITLE">
<summary>
Code snippet title Xml element name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.DEF_STR_LITERAL">
<summary>
Code snippet literal Xml element name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.DEF_STR_OBJECT">
<summary>
Code snippet object Xml element name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.DEF_STR_CODE">
<summary>
Code snippet code Xml element name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.DEF_STR_ID">
<summary>
Literal ID Xml element name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.DEF_STR_DEFAULT">
<summary>
Literal default text Xml element name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.DEF_STR_HEADER">
<summary>
Header Xml element name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.DEF_STR_SNIPPET">
<summary>
Snippet Xml element name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.DEF_STR_DECLARATIONS">
<summary>
Declarations Xml element name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.DEF_STR_FORMAT">
<summary>
Format Xml attribute name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.DEF_STR_SHORTCUT">
<summary>
Shortcut Xml element name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.DEF_STR_DESCRIPTION">
<summary>
Description Xml element name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.DEF_STR_AUTHOR">
<summary>
Author Xml element name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.DEF_STR_TOOLTIP">
<summary>
ToolTip Xml element name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.DEF_STR_LANGUAGE">
<summary>
Language Xml attribute name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.m_strTitle">
<summary>
Title of code snippet.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.m_arrLiterals">
<summary>
List of code snippet literals.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.m_strCode">
<summary>
Text of code snippet.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.m_strFormat">
<summary>
CodeSnippet format identifier.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.m_strShortcut">
<summary>
CodeSnippet shortcut.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.m_strDescription">
<summary>
Snippet description.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.m_strAuthor">
<summary>
Snippet author.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.m_strLanguage">
<summary>
CodeSnippet language.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.#ctor(System.String,System.Collections.ArrayList,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet"/> class.
</summary>
<param name="title">Snippet title.</param>
<param name="literals">List of literals.</param>
<param name="code">Snippet code.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.GetLiteralDefault(System.String)">
<summary>
Gets the literal's default text by specified ID.
</summary>
<param name="id">Literal ID.</param>
<returns>Literal text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.GetLiteralToolTip(System.String)">
<summary>
Gets the literal's default text by specified ID.
</summary>
<param name="id">Literal ID.</param>
<returns>Literal toolTip text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.GetSchema">
<summary>
Gets the schema (Not used for proper interface implementation).
</summary>
<returns>XmlSchema.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.ReadXml(System.Xml.XmlReader)">
<summary>
Performs custom Xml deserialization.
</summary>
<param name="reader">XmlReader.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.WriteXml(System.Xml.XmlWriter)">
<summary>
Performs custom Xml serialization.
</summary>
<param name="writer">XmlWriter</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.ReadXmlCode(System.Xml.XmlReader)">
<summary>
Reads code snippet text from Xml.
</summary>
<param name="reader"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.ReadXmlLiteral(System.Xml.XmlReader)">
<summary>
Reads code snippet literal from Xml.
</summary>
<param name="reader"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.ReadXmlTitle(System.Xml.XmlReader)">
<summary>
Reads code snippet title from Xml.
</summary>
<param name="reader"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.ReadFormat(System.Xml.XmlReader)">
<summary>
Reads code snippet format from Xml.
</summary>
<param name="reader"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.ReadXmlShortcut(System.Xml.XmlReader)">
<summary>
Reads code snippet shortcut from Xml.
</summary>
<param name="reader"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.ReadXmlDescription(System.Xml.XmlReader)">
<summary>
Reads code snippet description from Xml.
</summary>
<param name="reader"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.ReadXmlAuthor(System.Xml.XmlReader)">
<summary>
Reads code snippet author from Xml.
</summary>
<param name="reader"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.StringOK(System.String)">
<summary>
Checks whether string is assigned.
</summary>
<param name="s">String to check.</param>
<returns>Result.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.Title">
<summary>
Gets or sets the title of code snippet.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.Literals">
<summary>
Gets the list of code snippet literals.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.Code">
<summary>
Gets or sets the text of code snippet.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.Format">
<summary>
Gets or sets the snippet format identifier.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.Shortcut">
<summary>
Gets or sets the snippet shortcut.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.Description">
<summary>
Gets or sets the snippet description.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.Author">
<summary>
Gets or sets the snippet author.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.Language">
<summary>
Gets or sets the snippet language.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet.TitleChanging">
<summary>
Occurs when title of the snippet is going to be changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer">
<summary>
Represents a class containing code snippets and inner code snippets containers.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.DEF_CONTAINERS_EXCEPTION">
<summary>
Text of ambiguous container name exception.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.DEF_SNIPPETS_EXCEPTION">
<summary>
Text of ambiguous snippet title exception.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.m_snippets">
<summary>
List of snippets.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.m_containers">
<summary>
List of inner containers.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.m_name">
<summary>
Name of container.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.m_snippetsNames">
<summary>
List of names of code snippets.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.m_containersNames">
<summary>
List of names of inner containers.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.m_parent">
<summary>
Parent container.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.GetSnippetByTitle(System.String)">
<summary>
Gets code snippet by its title.
</summary>
<param name="title">Title of code snippet that has to be found.</param>
<returns>Needed code snippet or null if there's no snippet with given title.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.GetSnippetByShortcut(System.String)">
<summary>
Gets code snippet by its shortcut.
</summary>
<param name="shortcut">Shortcut of code snippet that has to be found.</param>
<returns>Needed code snippet or null if there's no snippet with given shortcut.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.GetContainerByName(System.String)">
<summary>
Gets inner container by its name.
</summary>
<param name="name">Name of container.</param>
<returns>Found container or null is nothing was found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.AddSnippet(Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet)">
<summary>
Adds new code snippet to the collection.
</summary>
<param name="snippet">Code snippet to add.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.AddContainer(Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer)">
<summary>
Adds new inner container to the collection.
</summary>
<param name="container">Container to add.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.RemoveContainer(System.String)">
<summary>
Removes container with given name from collection of inner containers.
</summary>
<param name="name">Name of container to remove.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.RemoveSnippet(System.String)">
<summary>
Removes snippet with given title from collection of code snippets.
</summary>
<param name="title">Title of snippet to remove.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.container_NameChanging(System.Object,Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Checks for containers names ambiguity.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.snippet_TitleChanging(System.Object,Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Checks for snippets names ambiguity.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.ResetSnippetsNames">
<summary>
Resets collection of snippets names.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.ResetContainersNames">
<summary>
Resets collection of inner containers names.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.GetSchema">
<summary>
Gets the schema (Not used for proper interface implementation).
</summary>
<returns>XmlSchema.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.ReadXml(System.Xml.XmlReader)">
<summary>
Performs custom Xml deserialization.
</summary>
<param name="reader">XmlReader.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.WriteXml(System.Xml.XmlWriter)">
<summary>
Performs custom Xml serialization.
</summary>
<param name="writer">XmlWriter.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.GetEnumerator">
<summary>
Gets enumerator for collection of snippets.
</summary>
<returns>IEnumerator.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.Name">
<summary>
Gets or sets the name of container.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.IsEmpty">
<summary>
Gets a value indicating whether the container is empty or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.SnippetsNames">
<summary>
Gets the names of code snippets.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.ContainersNames">
<summary>
Gets the names of inner containers in code snippet popup window.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.ContainersNumber">
<summary>
Gets the number of containers in the form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.Parent">
<summary>
Gets or sets parent container.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer.NameChanging">
<summary>
Raised when name of the container is going to be changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox">
<summary>
Represent a class that contain Edit TextBox that provides the same functionalities as like VS 2005 code snippets.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.m_lblCaption">
<summary>
Caption label.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.m_labels">
<summary>
Collection of intermediate labels.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.m_txtEdit">
<summary>
Textbox for editing the last chain.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.m_contextChoiceController">
<summary>
Underlying ContextChoiceController.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.m_parent">
<summary>
Parent of the CodeSnippetEditBox
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.#ctor(System.String,System.Windows.Forms.Control)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox"/> class.
</summary>
<param name="caption">Caption of CodeSnippetsEditBox.</param>
<param name="parent">Parent control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.AddLabel(System.String)">
<summary>
Helps to adds new intermediate label.
</summary>
<param name="text">Text of new label.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.OnBackColorChanged(System.EventArgs)">
<summary>
Assigns backcolor to editbox.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Lays out labels and edit.
</summary>
<param name="levent">LayoutEventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.OnVisibleChanged(System.EventArgs)">
<summary>
Performs visibility changing.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.WndProc(System.Windows.Forms.Message@)">
<summary>
Processes Windows messages.
</summary>
<param name="m">The Windows Message to process.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.CreateLabel(System.String)">
<summary>
Creates label and initializes it with proper settings.
</summary>
<param name="text">Text of new label.</param>
<returns>Created label.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.ActivateLabel(System.Windows.Forms.Label)">
<summary>
Transforms given label to editable textbox and destroys all the labels after it.
</summary>
<param name="lbl">Label to activate.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.HidePopup">
<summary>
Hides current popup window.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.OnTxtEditKeyPress(System.Object,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Handles keys.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.OnLblMouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Transforms clicked label into editable textbox.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.OnTxtEditKeyDown(System.Object,System.Windows.Forms.KeyEventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.Caption">
<summary>
Gets or sets caption of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.CurrentText">
<summary>
Gets current text of edit textbox.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.ContextChoiceController">
<summary>
Gets or sets underlying ContextChoiceController.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.CurrentTextChanged">
<summary>
Occurs after text in edit textbox has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox.CreateParams">
<summary>
Adds needed parameters to window.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager">
<summary>
Represents a class that manages to work with code snippets.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.DEF_TEMPLATE_MEMBER_REGEX">
<summary>
Regular expresson for template members search.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.DEF_TEMPLATE_OPEN_CHARS_COUNT">
<summary>
Number of symbols in template member opening string.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.DEF_TEMPLATE_CLOSE_CHARS_COUNT">
<summary>
Number of symbols in template member closing string.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.DEF_STR_TEMPLATE_SELECTED">
<summary>
Mark of selected text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.DEF_STR_TEMPLATE_END">
<summary>
Mark of ending cursor point.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.DEF_CHARS_ARRAY_TO_TRIM">
<summary>
Chars that should be trimmed in literal name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager._templateMemberRegex">
<summary>
Regex instance for template members search.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager._templateHighlightBorderPen">
<summary>
Pen for drawing template highlight border.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager._templateHighlightBrush">
<summary>
Brush for drawing template highlight.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.m_bActivated">
<summary>
Indicates whether code snippets manager is active and processes keys.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.m_control">
<summary>
Underlying StreamEditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.m_curSnippetMembers">
<summary>
List of members of current snippet.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.m_curTemplateMembers">
<summary>
List of members of current snippet template.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.m_curTemplateMemberIndex">
<summary>
Index of current snippet member that is edited.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.m_startPoint">
<summary>
Start parse point of current active snippet.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.m_endPoint">
<summary>
End parse point of current active snippet.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.m_bTemplateJustSelected">
<summary>
Indicates whether template member is just selected.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.m_startOffset">
<summary>
Offset of start point. Used when start point is deleted and should be reassigned.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.m_curCodeSnippet">
<summary>
Currently activated code snippet.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.m_cursorEndPoint">
<summary>
Place to put cursor to after snippet deactivation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.m_bTemplateMembersChanging">
<summary>
Determines whether code snippet template member text is currently being changed.
Snippet shouldn't be deactivated on start point deleting in this case.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.m_bPutCursorToEndPoint">
<summary>
If set to false, cursor isn't put to the end point of code snippet after deactivating.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.#ctor(Syncfusion.Windows.Forms.Edit.StreamEditControl)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager"/> class.
</summary>
<param name="control">Underlying stream edit control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.Activate(Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet,System.String)">
<summary>
Helps to activates code snippets manager.
</summary>
<param name="snippet">Code snippet.</param>
<param name="selected">Selected text.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.FindNextTemplateMember">
<summary>
Finds the next template member in text and puts cursor there.
</summary>
<returns>True if succeeds, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.ProcessKeys(System.Windows.Forms.KeyEventArgs)">
<summary>
Processes keys.
</summary>
<param name="keys">Keys enum to process.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.ProcessKeys(System.Windows.Forms.KeyPressEventArgs)">
<summary>
Processes keys.
</summary>
<param name="keys">Keys enum to process.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.MarkCodeSnippet(System.Drawing.Graphics)">
<summary>
Marks area of code snippet.
</summary>
<param name="g">Graphics object to draw at.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.DeleteSnippetMemberText">
<summary>
Deletes currently active highlighted text of code snippet manager.
</summary>
<returns>True if succeeds.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.AddCodeSnippet(System.String,System.Collections.ArrayList,System.String)">
<summary>
Adds new code snippet to current language.
</summary>
<param name="title">Title of code snippet.</param>
<param name="literals">List of literals.</param>
<param name="code">Code of snippet.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.GetSnippetByTitle(System.String)">
<summary>
Gets code snippet by its title.
</summary>
<param name="title">Title of code snippet that has to be found.</param>
<returns>Needed code snippet or null if there's no snippet with given name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.ChangeTemplateText(System.String,System.String)">
<summary>
Changes text of all template members with defined name.
</summary>
<param name="memberName">Name of template member.</param>
<param name="newText">New text.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.AllowedKey(System.Windows.Forms.KeyEventArgs)">
<summary>
Checks whether key is allowed when code snippets manager is activated.
</summary>
<param name="keys">Key to check.</param>
<returns>True if the key is allowed, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.ExtractSnippetMembers(Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet,System.String)">
<summary>
Extracts snippet members and fills list of snippet members.
</summary>
<param name="snippet">Code snippet to extract members of.</param>
<param name="selected">Selected text.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.ReinitParsePoints">
<summary>
Reinitializes start parse points of template members using start offset.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.UpdateTemplateNames">
<summary>
Updates text for named snippets.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.PutCursorToEndPoint">
<summary>
Puts control cursor to the end point.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.ParsePointDeleted(Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint,System.Int64)">
<summary>
Deactivates manager.
</summary>
<param name="point"></param>
<param name="lNewOffset"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.EndPoint_Deleted(Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint,System.Int64)">
<summary>
Deactivates snippet.
</summary>
<param name="point"></param>
<param name="lNewOffset"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.NewSnippetMemberHighlighting">
<summary>
Occurs when new snippet member has to be highlighted.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.CodeSnippetTemplateTextChanging">
<summary>
Occurs when text of template member is to be changed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.CodeSnippetActivating">
<summary>
Occurs when code snippet is to be activated.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.CodeSnippetDeactivating">
<summary>
Occurs when code snippet is to be deactivated.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.Activated">
<summary>
Gets or sets a value indicating whether code snippets manager is activated and processes keys.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.StartPoint">
<summary>
Gets or sets the start parse point of current active snippet.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.EndPoint">
<summary>
Gets or sets end parse point of current active snippet.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMembers">
<summary>
Gets the list of current snippet members.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.CursorEndPoint">
<summary>
Gets or sets place to put cursor to after snippet deactivation.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember">
<summary>
Represent a class that contain information about one snippet member.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember.m_bIsTemplateMember">
<summary>
Indicates whether this instance is a member of templete.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember.m_strText">
<summary>
Text of snippet member.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember.m_strToolTip">
<summary>
Text of snippet ToolTip.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember.m_strName">
<summary>
Name of template member. Can be empty.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember.m_startPoint">
<summary>
Start parse point of snippet member in parser.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember.m_endPoint">
<summary>
End parse point of snippet member in parser.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember.m_startOffset">
<summary>
Offset of start point of the snippet member.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember.#ctor(System.Boolean,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember"/> class.
</summary>
<param name="bIsTemplateMember">Bool indicating whether this is a member of template.</param>
<param name="strText">Text of the snippet member.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember.#ctor(System.Boolean,System.String,System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember"/> class.
</summary>
<param name="bIsTemplateMember">Bool indicating whether this is a member of template.</param>
<param name="strText">Text of the snippet member.</param>
<param name="strName">Name of the template member.</param>
<param name="strTooltip">tooltip.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember.IsTemplateMember">
<summary>
Gets or sets a value indicating whether the instance is a member of template or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember.Text">
<summary>
Gets or sets the text of snippet member.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember.Name">
<summary>
Gets or sets the name of template member.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember.ToolTip">
<summary>
Gets or sets the name of template member.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember.StartPoint">
<summary>
Gets or sets the start parse point of snippet member in parser.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember.EndPoint">
<summary>
Gets or sets the end parse point of snippet member in parser.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember.StartOffset">
<summary>
Gets or sets offset of start point of the snippet member.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.EndSnippetMember">
<summary>
Represents a class that contains Snippet member which indicates place for cursor after work with code snippet.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.EndSnippetMember.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.EndSnippetMember"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsPopupController">
<summary>
Represents a controller for code snippets popup form.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController">
<summary>
Class used to control context choice dialog and context choice items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.DEF_UNKNOWN_IMAGE_NAME">
<summary>
Name of the unnamed images.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.DEF_FORM_DEFAULT_WIDTH">
<summary>
Default form width.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.DEF_FORM_DEFAULT_HEIGHT">
<summary>
Default form height.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.m_formSize">
<summary>
Size of the context choice form.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.m_control">
<summary>
Parent control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.m_form">
<summary>
Context choice form.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.m_items">
<summary>
Context choice items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.m_images">
<summary>
Named images list.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.m_bUseAutocomplete">
<summary>
Specifies value indicating whether autocomplete should be used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.m_itemSelected">
<summary>
Last selected item.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.m_iUnnamedImageIndex">
<summary>
Index of the last unnamed image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.m_strCommonPart">
<summary>
Common part of words to auto complete.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.m_bAutoCompleteStringShown">
<summary>
Indicates whether auto complete string is shown and selected in control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.m_droppingLexem">
<summary>
Dropping lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.m_lexemBeforeDroper">
<summary>
Lexem situated before dropper.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.m_clrFormBorder">
<summary>
Form border color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.m_bExtendItemsFilteringString">
<summary>
Specifies value indicating whether items filtering string should be extended back to the whitespace.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.style">
<summary>
Holds the style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.isFormBorderColorChanged">
<summary>
Gets or sets a value indicating whether the FormBorderColor is changed or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.m_ContextChoiceBackColor">
<summary>
Gets/Sets the back color of the Context Choice.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.m_ContextChoiceForeColor">
<summary>
Gets/Sets the fore color of the Context Choice.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.m_ContextChoiceFont">
<summary>
Gets/Sets the Font for the ContextMenu.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.#ctor(Syncfusion.Windows.Forms.Edit.StreamEditControl,System.Boolean)">
<summary>
Creates and initializes context choice controller.
</summary>
<param name="control">Edit control, the controller is attached to.</param>
<param name="autocomplete">Indicates whether autocomplete should be used.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.Dispose">
<summary>
Frees resources.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.AddImage(System.String,System.Drawing.Image,System.Drawing.Color)">
<summary>
Adds named image to the image list.
</summary>
<param name="name">Name of the image. Must be unique.</param>
<param name="img">The image to be added.</param>
<param name="transparent">Transparent color.</param>
<returns>INamedImage object that identifies the image.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.AddImage(System.String,System.Drawing.Image)">
<summary>
Adds named image to the image list.
</summary>
<param name="name">Name of the image. Must be unique.</param>
<param name="img">The image to be added.</param>
<returns>INamedImage object that identifies the image.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.AddImage(System.Drawing.Image,System.Drawing.Color)">
<summary>
Adds unnamed image to the image list.
</summary>
<param name="img">The image to be added.</param>
<param name="transparent">Transparent color.</param>
<returns>INamedImage object that identifies the image.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.AddImage(System.Drawing.Image)">
<summary>
Adds unnamed image to the image list.
</summary>
<param name="img">The image to be added.</param>
<returns>INamedImage object that identifies the image.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.Show">
<summary>
Shows context choice list.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.Close">
<summary>
Closes form if visible.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.Close(System.Boolean)">
<summary>
Closes form if visible.
</summary>
<param name="cancel">Specifies whether cancel action should be simulated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.Update">
<summary>
Updates form.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.GetVisibleItems">
<summary>
Gets array of the visible context choice items.
</summary>
<returns>IContextChoiceController array.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.GetAutoCompleteStringInfo">
<summary>
Gets lexem that should be auto-completed.
</summary>
<returns>IRenderedLexem.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.ProcessMouseClick(System.Drawing.Point)">
<summary>
Selects node corresponding in the context choice tree if possible.
</summary>
<param name="p">Point to select node at in screen coordinates.</param>
<returns>True if succeeds; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.OnNewFormCreated(Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice)">
<summary>
Called when new form is created.
</summary>
<param name="form"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.OnStyleChanged">
<summary>
Occurs when the control style changes
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.GetContextChoiceForm">
<summary>
Creates new ContextChoice form.
</summary>
<returns>ContextChoice form.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.UpdateFormInternal">
<summary>
Raises ContextChoiceUpdate
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.GetAutoCompleteStringInfoInternal">
<summary>
Gets lexem that should be auto-completed.
</summary>
<returns>IRenderedLexem.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.ShowFormInternal">
<summary>
Shows context choice list.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.FilterItemsByAutocomplete">
<summary>
Filters context choice items depending on the autocomplete state.
</summary>
<returns>Common part of items that has to be proposed for autocompliting.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.GetIndexedImageName">
<summary>
Generates name for the unnamed indexed image.
</summary>
<returns>string that indentifies the image.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.RaiseCloseEvent">
<summary>
Raises ContextChoiceClose event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.ProccessKeys(System.Windows.Forms.KeyEventArgs)">
<summary>
</summary>
<param name="keys"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.GetCommonPart(System.String,System.String)">
<summary>
Returns common start part of two strings.
</summary>
<param name="s1">First string.</param>
<param name="s2">Second string.</param>
<returns>Common start part of two srings.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.OnFormClosed(System.Object,System.EventArgs)">
<summary>
Raises ContextChoiceClose event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.OnFormLoad(System.Object,System.EventArgs)">
<summary>
Redirects form loading event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.OnFormItemSelected(Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceController,Syncfusion.Windows.Forms.Edit.ContextChoiceItemSelectedEventArgs)">
<summary>
Updates reference to the selected item.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.OnItemsViewMouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Raises ContextChoiceRightClick event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.OnFormClosing(System.Object,System.ComponentModel.CancelEventArgs)">
<summary>
Raises Closing event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.SelectedItem">
<summary>
Gets or sets currently selected item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.IsVisible">
<summary>
Gets value indicating whether context choice form is visible.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.Images">
<summary>
Gets named images collection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.Items">
<summary>
Gets items collection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.UseAutocomplete">
<summary>
Gets or sets value that specifies whether autocomplete is used with current context choice.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.ExtendItemsFilteringString">
<summary>
Gets or sets value that specifies whether items filtering string should be extended back to the whitespace.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.CommonPart">
<summary>
Gets common part of words to auto complete.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.AutoCompleteStringShown">
<summary>
Gets or sets value indicating whether auto complete string is shown and selected in control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.FormSize">
<summary>
Gets or sets size of the context choice form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.Dropper">
<summary>
Gets or sets dropping lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.LexemBeforeDropper">
<summary>
Gets or sets lexem situated before dropper.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.FormBorderColor">
<summary>
Gets or sets form border color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.ContextChoiceBackColor">
<summary>
Gets/Sets the back color of the context choice.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.ContextChoiceForeColor">
<summary>
Gets/Sets the fore color of the context choice.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.EditControlRenderer">
<summary>
Gets the Office 2016 colors respective to style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.ContextChoiceFont">
<summary>
Gets/Sets the Font for the ContextMenu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.FormBounds">
<summary>
Gets bounds of ContextChoice form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.Form">
<summary>
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.ItemSelected">
<summary>
Event, that is raised when some context choice list item gets selected.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.ContextChoiceBeforeOpen">
<summary>
Event that is raised before the ContextChoice dialog is shown to user.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.ContextChoiceUpdate">
<summary>
Event that is raised when auto-complete dialog should be updated.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.ContextChoiceOpen">
<summary>
Event that is raised when auto-complete dialog has been opened.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.ContextChoiceClose">
<summary>
Event that is raised when auto-complete dialog has been closed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.ContextChoiceBeforeClosing">
<summary>
Event that is raised when auto-complete dialog is being closed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.ContextChoiceAutoComplete">
<summary>
Event that is raised when auto-complete sring should be inserted.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.FormLoad">
<summary>
Event that is raised when context choice form is loaded. User can set it's coordinates at that time.
Sender parameter will refer to the loaded form.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.ContextChoiceRightClick">
<summary>
Raised when context choice window is right clicked.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.AutoCompleteStringInfo">
<summary>
Data about auto complete string.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.AutoCompleteStringInfo.Text">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.AutoCompleteStringInfo.Column">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceController.AutoCompleteStringInfo.IsEmpty">
<summary>
Checks whether string is empty.
</summary>
<returns>false if string is empty.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsPopupController.DEF_SNIPPET_IMAGE_NAME">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsPopupController.DEF_CONTAINER_IMAGE_NAME">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsPopupController.DEF_UPLEVEL_IMAGE_NAME">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsPopupController.m_curContainer">
<summary>
Current code snippets container.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsPopupController.m_editBox">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsPopupController.#ctor(Syncfusion.Windows.Forms.Edit.StreamEditControl,Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsEditBox)">
<summary>
Creates and initializes new instance of CodeSnippetsPopupController.
</summary>
<param name="control">StreamEditControl.</param>
<param name="editBox">CodeSnippetsEditBox.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsPopupController.Activate(Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsContainer)">
<summary>
Activates controller.
</summary>
<param name="snippetsContainer">Container to activate.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsPopupController.ProccessKeys(System.Windows.Forms.KeyEventArgs)">
<summary>
Processes keys.
</summary>
<param name="keys">Keys to process.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsPopupController.OnNewFormCreated(Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice)">
<summary>
Proforms form creation-specific operations.
</summary>
<param name="form">Created form.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsPopupController.UpdateFormInternal">
<summary>
Updates form.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsPopupController.GetContextChoiceForm">
<summary>
Creates new ContextChoice form.
</summary>
<returns>ContextChoice form.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsPopupController.ProcessItemActivation">
<summary>
Processes activation of popup item (by keyboard or mouse).
</summary>
<returns>True if container was activated; otherwise - false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsPopupController.OnFormDoubleClick(System.Object,System.EventArgs)">
<summary>
Handles mouse double click.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsPopupController.RaiseCloseEvent">
<summary>
Raises ContextChoiceClose event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsPopupController.OnSnippetsEditBoxEditBoxKeyDown(System.Object,System.Windows.Forms.KeyEventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsPopupController.OnSnippetsEditBoxCurrentTextChanged(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsPopupController.CurrentContainer">
<summary>
Gets current snippets container.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.Literal">
<summary>
Defines a structure that provides information about literal for code snippet.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.Literal.ID">
<summary>
Holds the literal ID.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.Literal.Default">
<summary>
Holds the literal default text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.Literal.ToolTip">
<summary>
Holds the literal tooltip.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.BookmarksCollection">
<summary>
Represents a class that contains the read-only copy for bookmarks collection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.BookmarksCollection.m_list">
<summary>
Internal list exposed with the collection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.BookmarksCollection.#ctor(System.Collections.IList)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.BookmarksCollection"/> class.
</summary>
<param name="baseCollection">Base Collection of bookmarks.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.BookmarksCollection.CopyTo(System.Array,System.Int32)">
<summary>
Copies items to the specified array.
</summary>
<param name="array">Array that will contain copy of the collection.</param>
<param name="index">Item of the first item in array.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.BookmarksCollection.GetEnumerator">
<summary>
Gets the enumerator for the collection items.
</summary>
<returns>IEnumerator.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.BookmarksCollection.Item(System.Int32)">
<summary>
Gets the bookmark by the index in collection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.BookmarksCollection.System#Collections#ICollection#IsSynchronized">
<summary>
Gets value indication whether collection is synchronized. Always returns false.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.BookmarksCollection.Count">
<summary>
Gets the count of the bookmarks.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.BookmarksCollection.System#Collections#ICollection#SyncRoot">
<summary>
Gets syncroot of the collection.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.CollectionEventHandler">
<exclude/>
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.Cleared"/>, <see cref="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection.Setting"/> events of <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.EventBaseCollection"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.CollectionEventArgs">
<summary>
Represents a class that was used for sending messages between collection and user.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CollectionEventArgs.m_bCancel">
<summary>
storage of Cancel property
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CollectionEventArgs.m_iIndex">
<summary>
storage of Index property
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CollectionEventArgs.m_value">
<summary>
storage of Value property
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CollectionEventArgs.m_oldValue">
<summary>
storage of OldValue proeprty
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CollectionEventArgs.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CollectionEventArgs"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CollectionEventArgs.#ctor(System.Int32,System.Object)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CollectionEventArgs"/> class with set Value and index.
</summary>
<param name="index">Index of item</param>
<param name="value">Value - refernce to collection item</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CollectionEventArgs.#ctor(System.Int32,System.Object,System.Object)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CollectionEventArgs"/> class with set value, index and old value.
</summary>
<param name="index">Index of item</param>
<param name="value">Value - refernce to collection item</param>
<param name="old">Old value of item</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CollectionEventArgs.Cancel">
<summary>
Gets or sets a value indicating whether the class will skip call to base Collection method, otherwise CollectionBase class override methods will be called.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CollectionEventArgs.Index">
<summary>
Gets the index of item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CollectionEventArgs.Value">
<summary>
Gets the value of item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CollectionEventArgs.OldValue">
<summary>
Gets the old value collection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CollectionEventArgs.Empty">
<summary>
Gets the empty instance of this class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.CustomBookmarksCollection">
<summary>
Represents a class that contains custom bookmarks collection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CustomBookmarksCollection.#ctor(System.Collections.IList)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CustomBookmarksCollection"/> class.
</summary>
<param name="baseCollection">Base Collection of bookmarks.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CustomBookmarksCollection.Item(System.Int32)">
<summary>
Gets the custom bookmark by the index in collection.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary">
<summary>
Represents a class that contains the various dictionary events.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.OnClear">
<summary>
Fires corresponding events.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.OnClearComplete">
<summary>
Fires corresponding events.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.OnGet(System.Object,System.Object)">
<summary>
Fires corresponding events.
</summary>
<param name="key">The key of the element to get.</param>
<param name="currentValue">The current value of the element associated with key.</param>
<returns>An Object containing the element with the specified key and value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.OnSet(System.Object,System.Object,System.Object)">
<summary>
Fires corresponding events.
</summary>
<param name="key">The key of the element to locate.</param>
<param name="oldValue">The old value of the element associated with key.</param>
<param name="newValue">The new value of the element associated with key.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.OnSetComplete(System.Object,System.Object,System.Object)">
<summary>
Fires corresponding events.
</summary>
<param name="key">The key of the element to locate.</param>
<param name="oldValue">The old value of the element associated with key.</param>
<param name="newValue">The new value of the element associated with key.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.OnInsert(System.Object,System.Object)">
<summary>
Fires corresponding events.
</summary>
<param name="key">The key of the element to insert.</param>
<param name="value">The value of the element to insert.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.OnInsertComplete(System.Object,System.Object)">
<summary>
Fires corresponding events.
</summary>
<param name="key">The key of the element to insert.</param>
<param name="value">The value of the element to insert.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.OnRemove(System.Object,System.Object)">
<summary>
Fires corresponding events.
</summary>
<param name="key">The key of the element to remove.</param>
<param name="value">The value of the element to remove.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.OnRemoveComplete(System.Object,System.Object)">
<summary>
Fires corresponding events.
</summary>
<param name="key">The key of the element to remove.</param>
<param name="value">The value of the element to remove.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.QuietMode">
<summary>
Gets or sets a value indicating whether events should be fired or not.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.Clearing">
<summary>
Occurs when <see cref="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.OnClear"/> method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.Cleared">
<summary>
Occurs when <see cref="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.OnClearComplete"/> method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.Get">
<summary>
Occurs when <see cref="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.OnGet(System.Object,System.Object)"/> method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.Setting">
<summary>
Occurs when <see cref="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.OnSet(System.Object,System.Object,System.Object)"/> method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.Set">
<summary>
Occurs when <see cref="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.OnSetComplete(System.Object,System.Object,System.Object)"/> method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.Inserting">
<summary>
Occurs when <see cref="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.OnInsert(System.Object,System.Object)"/> method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.Inserted">
<summary>
Occurs when <see cref="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.OnInsertComplete(System.Object,System.Object)"/> method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.Removing">
<summary>
Occurs when <see cref="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.OnRemove(System.Object,System.Object)"/> method is called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.Removed">
<summary>
Occurs when <see cref="M:Syncfusion.Windows.Forms.Edit.Utils.EventBaseDictionary.OnRemoveComplete(System.Object,System.Object)"/> method is called.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.DictionaryEventHandler">
<exclude/>
<summary>
Represents the method that will handle the throwing events.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.DictionaryEventArgs">
<summary>
Represents a class that provides the message or data sender class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.DictionaryEventArgs.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.DictionaryEventArgs"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.DictionaryEventArgs.#ctor(System.Object,System.Object)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.DictionaryEventArgs"/> class.
</summary>
<param name="key">Key.</param>
<param name="value">Value.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.DictionaryEventArgs.#ctor(System.Object,System.Object,System.Object)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.DictionaryEventArgs"/> class.
</summary>
<param name="key">Key.</param>
<param name="value">Value.</param>
<param name="old">Old value.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.DictionaryEventArgs.Cancel">
<summary>
Gets or sets a value indicating whether to cancel current action or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.DictionaryEventArgs.Key">
<summary>
Gets the key value of dictionary Item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.DictionaryEventArgs.Value">
<summary>
Gets the dictionary item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.DictionaryEventArgs.OldValue">
<summary>
Gets the dictionary item which will be replaced
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.DictionaryEventArgs.Empty">
<summary>
Gets the empty instance of this class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx">
<summary>
Represents a class that contains the SortedList collection. Instead of keeping two arrays one for keys and one for values, we change values array on Hashtable collection, and only keep keys collection sorted.
Performance of this collection greater that SortedList.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx._defaultCapacity">
<summary>
Default capacity of internal buffers
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.keys">
<summary>
array which store keys in sorted order
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.values">
<summary>
collection store value
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx._size">
<summary>
size of collection
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.version">
<summary>
version of collection data
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.comparer">
<summary>
default comparer for keys
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.keyList">
<summary>
List of keys
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.valueList">
<summary>
list of values
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.#ctor(System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx"/> class with the specified initial capacity.
</summary>
<param name="initialCapacity">initial capacity</param>
<exception cref="T:System.ArgumentOutOfRangeException">
When initialCapacity is less than zero
</exception>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.#ctor(System.Collections.IComparer)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx"/> class with the default initial capacity and specified comparer.
</summary>
<param name="comparer">
The IComparer to use to determine whether two keys are equal.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.#ctor(System.Collections.IComparer,System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx"/> class with the specified initial capacity and specified comparer.
</summary>
<param name="comparer">Initial capacity</param>
<param name="capacity">
The IComparer to use to determine whether two keys are equal
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.#ctor(System.Collections.IDictionary)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx"/> class.
</summary>
<param name="d">The IDictionary to copy</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.#ctor(System.Collections.IDictionary,System.Collections.IComparer)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx"/> class. Copies the elements from the specified dictionary to a new list with the same initial capacity as the number of elements copied and with the specified comparer
</summary>
<param name="d">The IDictionary to copy</param>
<param name="comparer">
The IComparer to use to determine whether two keys are equal.
</param>
<exception cref="T:System.ArgumentNullException">
When argument d is null
</exception>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.Synchronized(Syncfusion.Windows.Forms.Edit.Utils.SortedListEx)">
<summary>
Returns a synchronized ( thread-safe ) wrapper for the SortedList.
</summary>
<param name="list">The SortedList to synchronize</param>
<returns>A synchronized ( thread-safe ) wrapper for the SortedList</returns>
<exception cref="T:System.ArgumentNullException">
When list is null
</exception>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.Add(System.Object,System.Object)">
<summary>
Helps to adds an element with the provided key and value to the list.
</summary>
<param name="key">The Object to use as the key of the element to add</param>
<param name="value">The Object to use as the value of the element to add</param>
<exception cref="T:System.ArgumentNullException">
When key is null
</exception>
<exception cref="T:System.ArgumentException">
When list already contains specified key
</exception>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.Clear">
<summary>
Helps to removes all elements from the collection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.Clone">
<summary>
Creates a new object that is a copy of the current instance.
</summary>
<returns>Copy of the current instance</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.Contains(System.Object)">
<summary>
Determines whether the list contains an element with the specified key.
</summary>
<param name="key">key of the element to search</param>
<returns>TRUE if list contains specified key</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ContainsKey(System.Object)">
<summary>
Determines whether the list contains an element with the specified key.
</summary>
<param name="key">key of the element to search</param>
<returns>TRUE if list contains specified key</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ContainsValue(System.Object)">
<summary>
Determines whether the list contains the specified value.
</summary>
<param name="value">value of the element to search</param>
<returns>TRUE if list contains specified value</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.CopyTo(System.Array,System.Int32)">
<summary>
Copies all the elements of the SortedListEx to the specified one-dimensional Array
starting at the specified destination Array index.
</summary>
<param name="array">The one-dimensional Array that is the destination of the
elements copied from the current list</param>
<param name="arrayIndex">The index in array at which copying begins</param>
<exception cref="T:System.ArgumentNullException">
If specified array is null
</exception>
<exception cref="T:System.ArgumentException">
If rank of the array is not 1 or there is not enough elements
</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
If specified arrayIndex is less than zero
</exception>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.GetByIndex(System.Int32)">
<summary>
Gets the value at the specified index of the SortedListEx.
</summary>
<param name="index">The zero-based index of the value to get</param>
<returns>The value at the specified index of the SortedListEx</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
When index is less than zero or greater than size of the list
</exception>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.GetKey(System.Int32)">
<summary>
Gets the key at the specified index of the SortedListEx.
</summary>
<param name="index">The zero-based index of the key to get</param>
<returns>The key at the specified index of the SortedListEx</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
When index is less than zero or greater than size of the list
</exception>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.GetKeyList">
<summary>
Gets the keys in the SortedListEx.
</summary>
<returns>An IList containing the keys in the SortedListEx</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.GetValueList">
<summary>
Gets the values in the SortedListEx.
</summary>
<returns>An IList containing the values in the SortedListEx</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.IndexOfKey(System.Object)">
<summary>
Gets the zero-based index of the specified key.
</summary>
<param name="key">The key to locate</param>
<returns>The zero-based index of key, if key is found; otherwise, -1</returns>
<exception cref="T:System.ArgumentNullException">
If specified key is null
</exception>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.IndexOfValue(System.Object)">
<summary>
Gets the zero-based index of the first occurrence of the specified value.
</summary>
<param name="value">The value to locate ( can be NULL )</param>
<returns>
The zero-based index of the first occurrence of value, if value is found;
otherwise, -1.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.RemoveAt(System.Int32)">
<summary>
Removes the element at the specified index.
</summary>
<param name="index">The zero-based index of the element to remove</param>
<exception cref="T:System.ArgumentOutOfRangeException">
When index is less than zero or greater than size of the list
</exception>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.Remove(System.Object)">
<summary>
Removes the element with the specified key from SortedListEx.
</summary>
<param name="key">The key of the element to remove</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SetByIndex(System.Int32,System.Object)">
<summary>
Replaces the value at the specific index.
</summary>
<param name="index">The zero-based index at which to save value</param>
<param name="value">The Object to save into. Can be NULL</param>
<exception cref="T:System.ArgumentOutOfRangeException">
When index is less than zero or greater than size of the list
</exception>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.TrimToSize">
<summary>
Sets the capacity to the actual number of elements.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.GetEnumerator">
<summary>
Returns an IDictionaryEnumerator that can iterate through the SortedListEx.
</summary>
<returns>An IDictionaryEnumerator for the SortedListEx</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.System#Collections#IEnumerable#GetEnumerator">
<summary>
Returns an IEnumerator that can iterate through the SortedListEx
</summary>
<returns>An IEnumerator for the SortedListEx</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.Insert(System.Int32,System.Object,System.Object)">
<summary>
Inserts element with specified key and value at specified index
</summary>
<param name="index">The zero-based index to insert element at</param>
<param name="key">The key of the element to insert</param>
<param name="value">The value of the element to insert</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.EnsureCapacity(System.Int32)">
<summary>
Ensures that the capacity of this instance is at least the specified value
</summary>
<param name="min">The minimum capacity to ensure</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.Capacity">
<summary>
Gets or sets the capacity of internal buffers.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.Count">
<summary>
Gets the size of the collection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.Keys">
<summary>
Gets the read-only list of keys.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.Values">
<summary>
Gets the read-only list of values.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.IsReadOnly">
<summary>
Gets a value indicating whether the list is read-only or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.IsFixedSize">
<summary>
Gets a value indicating whether the collection has fixed size or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.IsSynchronized">
<summary>
Gets a value indicating whether the collection is synchronized or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncRoot">
<summary>
Gets the object that can be used to synchronize access to the collection.
Read-only.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.Item(System.Object)">
<summary>
Gets or sets the value associated with the specified key.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx._list">
<summary>
Wrapped SortedListEx
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx._root">
<summary>
Sync object
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.#ctor(Syncfusion.Windows.Forms.Edit.Utils.SortedListEx)">
<summary>
Creates SyncSortedListEx for specified SortedListEx
</summary>
<param name="list">SortedListEx that will be wrapped</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.Add(System.Object,System.Object)">
<summary>
Adds an element with the provided key and value to the list
</summary>
<param name="key">The Object to use as the key of the element to add</param>
<param name="value">The Object to use as the value of the element to add</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.Clear">
<summary>
Removes all elements from collection
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.Clone">
<summary>
Creates a new object that is a copy of the current instance.
</summary>
<returns>A new object that is a copy of the current instance.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.Contains(System.Object)">
<summary>
Determines whether the list contains an element with the specified key
</summary>
<param name="key">key of the element to search</param>
<returns>TRUE if list contains specified key</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.ContainsKey(System.Object)">
<summary>
Determines whether the list contains an element with the specified key
</summary>
<param name="key">key of the element to search</param>
<returns>TRUE if list contains specified key</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.ContainsValue(System.Object)">
<summary>
Determines whether the list contains the specified value
</summary>
<param name="value">value of the element to search</param>
<returns>TRUE if list contains specified value</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.CopyTo(System.Array,System.Int32)">
<summary>
Copies all the elements of the list to the specified one-dimensional Array
starting at the specified destination Array index
</summary>
<param name="array">The one-dimensional Array that is the destination of the
elements copied from the current list</param>
<param name="index">The index in array at which copying begins</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.GetByIndex(System.Int32)">
<summary>
Gets the value at the specified index of the list
</summary>
<param name="index">The zero-based index of the value to get</param>
<returns>The value at the specified index of the SortedListEx</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.GetEnumerator">
<summary>
Returns an IDictionaryEnumerator that can iterate through the list
</summary>
<returns>An IDictionaryEnumerator for the list</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.GetKey(System.Int32)">
<summary>
Gets the key at the specified index of the list
</summary>
<param name="index">The zero-based index of the key to get</param>
<returns>The key at the specified index of the list</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.GetKeyList">
<summary>
Gets the keys in the list
</summary>
<returns>An IList containing the keys in the list</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.GetValueList">
<summary>
Gets the values in the list
</summary>
<returns>An IList containing the values in the list</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.IndexOfKey(System.Object)">
<summary>
Returns the zero-based index of the specified key
</summary>
<param name="key">The key to locate</param>
<returns>The zero-based index of key, if key is found; otherwise, -1</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.IndexOfValue(System.Object)">
<summary>
Returns the zero-based index of the first occurrence of the specified value
</summary>
<param name="value">The value to locate ( can be NULL )</param>
<returns>
The zero-based index of the first occurrence of value, if value is found;
otherwise, -1.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.RemoveAt(System.Int32)">
<summary>
Removes the element at the specified index
</summary>
<param name="index">The zero-based index of the element to remove</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.Remove(System.Object)">
<summary>
Removes the element with the specified key from list
</summary>
<param name="key">The key of the element to remove</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.SetByIndex(System.Int32,System.Object)">
<summary>
Replaces the value at a specific index
</summary>
<param name="index">The zero-based index at which to save value</param>
<param name="value">The Object to save into. Can be NULL</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.TrimToSize">
<summary>
Sets the capacity to the actual number of elements
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.Capacity">
<summary>
Capacity of internal buffers
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.Count">
<summary>
Size of the collection. Read-only
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.SyncRoot">
<summary>
Returns the object that can be used to synchronize access to the collection.
Read-only.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.IsReadOnly">
<summary>
Returns TRUE if list is readonly, FALSE otherwise. Read-only
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.IsFixedSize">
<summary>
Returns TRUE if collection has fixed size, FALSE otherwise.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.IsSynchronized">
<summary>
Returns TRUE if the collection is synchronized, FALSE otherwise
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SyncSortedListEx.Item(System.Object)">
<summary>
Gets or sets the value associated with the specified key.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.Keys">
<summary>
If it is assumed to getObjectRetType then Current will return key
of the current element
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.Values">
<summary>
If it is assumed to getObjectRetType then Current will return value
of the current element
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.DictEntry">
<summary>
If it is assumed to getObjectRetType then Current will return both -
key and value ( as DictionaryEntry )
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.SortedListEx">
<summary>
List for which is this enumerator
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.key">
<summary>
Key of the current element
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.value">
<summary>
Values of the current element
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.index">
<summary>
Index of current element
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.startIndex">
<summary>
Starting index for the enumerator
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.endIndex">
<summary>
Ending index for this enumerator
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.version">
<summary>
version of collection data
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.current">
<summary>
TRUE if current element is correct, FALSE otherwise
( before beginning or after end )
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.getObjectRetType">
<summary>
Specifies what should return method Current ( Key, Value or both )
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.#ctor(Syncfusion.Windows.Forms.Edit.Utils.SortedListEx,System.Int32,System.Int32,System.Int32)">
<summary>
Creates enumerator for specified list, starting from specified index
and with specified count
</summary>
<param name="SortedListEx">list for which to create enumerator</param>
<param name="index">starting index</param>
<param name="count">number of elements to enumerate</param>
<param name="getObjRetType">type of enumerating values ( keys, value, DicEntry )</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.Clone">
<summary>
Creates a new object that is a copy of the current instance.
</summary>
<returns>copy of the current instance</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.MoveNext">
<summary>
Advances the enumerator to the next element of the collection
</summary>
<returns>
TRUE if the enumerator was successfully advanced to the next element;
FALSE if the enumerator has passed the end of the collection
</returns>
<exception cref="T:System.InvalidOperationException">
When the current version is not equal to the SortedListEx version
</exception>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.Reset">
<summary>
Sets the enumerator to its initial position, which is before
the first element in the collection.
</summary>
<exception cref="T:System.InvalidOperationException">
When the current version is not equal to the SortedListEx version
</exception>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.Key">
<summary>
Returns key of the current element. Read-only.
</summary>
<exception cref="T:System.InvalidOperationException">
When the current version is not equal to the SortedListEx version
or if current is false
</exception>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.Entry">
<summary>
Return DictionaryEntry for the current element
</summary>
<exception cref="T:System.InvalidOperationException">
When the current version is not equal to the SortedListEx version
or if current is false
</exception>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.Current">
<summary>
The current element in the collection. Read-only.
</summary>
<exception cref="T:System.InvalidOperationException">
If current is false
</exception>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.SortedListExEnumerator.Value">
<summary>
Returns value for the current element
</summary>
<exception cref="T:System.InvalidOperationException">
When the current version is not equal to the SortedListEx version
or if current is false
</exception>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.KeyList.SortedListEx">
<summary>
List for which this collection was created
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.KeyList.#ctor(Syncfusion.Windows.Forms.Edit.Utils.SortedListEx)">
<summary>
Creates KeyList for specified SortedListEx
</summary>
<param name="SortedListEx">SortedListEx for which KeyList must be created</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.KeyList.Add(System.Object)">
<summary>
Adds an element with the provided key to the list
</summary>
<param name="key">The Object to use as the key of the element to add</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.KeyList.Clear">
<summary>
Removes all elements from the collection
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.KeyList.Contains(System.Object)">
<summary>
Determines whether the list contains an element with the specified key
</summary>
<param name="key">key of the element to search</param>
<returns>TRUE if list contains specified key</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.KeyList.CopyTo(System.Array,System.Int32)">
<summary>
Copies all the elements of the list to the specified one-dimensional Array
starting at the specified destination Array index
</summary>
<param name="array">The one-dimensional Array that is the destination of the
elements copied from the current list</param>
<param name="arrayIndex">The index in array at which copying begins</param>
<exception cref="T:System.ArgumentException">
If array is null or rank of the array is not 1
</exception>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.KeyList.Insert(System.Int32,System.Object)">
<summary>
Insert the value at the specific index
</summary>
<param name="index">The zero-based index at which to save value</param>
<param name="value">The Object to save into. Can be NULL</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.KeyList.GetEnumerator">
<summary>
Returns an IEnumerator that can iterate through the list
</summary>
<returns>An IEnumerator for the list</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.KeyList.IndexOf(System.Object)">
<summary>
Returns the zero-based index of the specified key
</summary>
<param name="key">The key to locate</param>
<returns>The zero-based index of the key, if the key is found; otherwise, -1</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.KeyList.Remove(System.Object)">
<summary>
Removes the element with the specified key from list
</summary>
<param name="key">The key of the element to remove</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.KeyList.RemoveAt(System.Int32)">
<summary>
Removes the element at the specified index from the list
</summary>
<param name="index">The zero-based index of the element to remove</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.KeyList.Count">
<summary>
Size of the collection. Read-only
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.KeyList.IsReadOnly">
<summary>
Returns TRUE if list is readonly, FALSE otherwise. Read-only
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.KeyList.IsFixedSize">
<summary>
Returns TRUE if collection has fixed size, FALSE otherwise.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.KeyList.IsSynchronized">
<summary>
Returns TRUE if the collection is synchronized, FALSE otherwise
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.KeyList.SyncRoot">
<summary>
Returns the object that can be used to synchronize access to the collection.
Read-only.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.KeyList.Item(System.Int32)">
<summary>
Gets or sets the key at the specified index
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ValueList.SortedListEx">
<summary>
List for which this collection was created
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ValueList.vals">
<summary>
Array of values.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ValueList.#ctor(Syncfusion.Windows.Forms.Edit.Utils.SortedListEx)">
<summary>
Creates ValueList for specified SortedListEx
</summary>
<param name="SortedListEx">SortedListEx for which ValueList must be created</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ValueList.UpdateValues">
<summary>
Re-read values from the list
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ValueList.Add(System.Object)">
<summary>
Adds an element with the provided key to the list
</summary>
<param name="key">The Object to use as the key of the element to add</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ValueList.Clear">
<summary>
Removes all elements from the collection
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ValueList.Contains(System.Object)">
<summary>
Determines whether the list contains an element with the specified value
</summary>
<param name="value">value to search</param>
<returns>TRUE if list contains specified value</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ValueList.CopyTo(System.Array,System.Int32)">
<summary>
Copies all the elements of the list to the specified one-dimensional Array
starting at the specified destination Array index
</summary>
<param name="array">The one-dimensional Array that is the destination of the
elements copied from the current list</param>
<param name="arrayIndex">The index in array at which copying begins</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ValueList.Insert(System.Int32,System.Object)">
<summary>
Insert the value at the specific index
</summary>
<param name="index">The zero-based index at which to save value</param>
<param name="value">The Object to save into. Can be NULL</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ValueList.GetEnumerator">
<summary>
Returns an IEnumerator that can iterate through the list
</summary>
<returns>An IEnumerator for the list</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ValueList.IndexOf(System.Object)">
<summary>
Returns the zero-based index of the specified value
</summary>
<param name="value">The value to locate</param>
<returns>The zero-based index of the value, if the value is found; otherwise, -1</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ValueList.Remove(System.Object)">
<summary>
Removes the specified value from list
</summary>
<param name="value">The value to remove</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ValueList.RemoveAt(System.Int32)">
<summary>
Removes the element at the specified index from the list
</summary>
<param name="index">The zero-based index of the element to remove</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ValueList.Count">
<summary>
Size of the collection. Read-only
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ValueList.IsReadOnly">
<summary>
Returns TRUE if list is readonly, FALSE otherwise. Read-only
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ValueList.IsFixedSize">
<summary>
Returns TRUE if collection has fixed size, FALSE otherwise.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ValueList.IsSynchronized">
<summary>
Returns TRUE if the collection is synchronized, FALSE otherwise
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ValueList.SyncRoot">
<summary>
Returns the object that can be used to synchronize access to the collection.
Read-only.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.SortedListEx.ValueList.Item(System.Int32)">
<summary>
Gets or sets the value at the specified index
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.ColumnGuideItem">
<summary>
Represents a class for describing an instance of ColumnGuide.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ColumnGuideItem.m_iColumn">
<summary>
Guide column.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ColumnGuideItem.m_color">
<summary>
Column guide line color.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ColumnGuideItem.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.ColumnGuideItem"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ColumnGuideItem.#ctor(System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.ColumnGuideItem"/> class.
</summary>
<param name="column">Guide column.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ColumnGuideItem.#ctor(System.Int32,System.Drawing.Color)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.ColumnGuideItem"/> class.
</summary>
<param name="column">Guide column.</param>
<param name="color">Column guide line color.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ColumnGuideItem.Column">
<summary>
Gets or sets the current column of the item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ColumnGuideItem.Color">
<summary>
Gets or sets the color of column guide line.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.ColumnGuideItem.ColumnGuideItemConverter">
<summary>
Class used for work with property grid.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ColumnGuideItem.ColumnGuideItemConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
<summary>
Disables instantination.
</summary>
<param name="context">Current context, does not matter.</param>
<returns>False.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItem">
<summary>
Single item in the context choice list.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItem.m_sTip">
<summary>
Specifies tooltip of the item.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItem.m_image">
<summary>
Specifies item's image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItem.m_bVisible">
<summary>
Specifies whether item should be visible.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItem.m_id">
<summary>
Specifies ID of the item.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItem.m_type">
<summary>
Type of item.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItem._idLast">
<summary>
ID of the last item.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItem.#ctor(System.String,System.String,Syncfusion.Windows.Forms.Edit.Interfaces.INamedImage)">
<summary>
Creates and initializes new ContextChoiceItem object.
</summary>
<param name="text">Text of the item</param>
<param name="tooltip">Tooltip of the item.</param>
<param name="image">Image of the item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItem.#ctor(System.String,System.String,Syncfusion.Windows.Forms.Edit.Interfaces.INamedImage,Syncfusion.Windows.Forms.Edit.Enums.ContextChoiceItemType)">
<summary>
Creates and initializes new ContextChoiceItem object.
</summary>
<param name="text">Text of the item</param>
<param name="tooltip">Tooltip of the item.</param>
<param name="image">Image of the item.</param>
<param name="type">Type of item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItem.Clone">
<summary>
Clones items.
</summary>
<returns>Clone of the item.</returns>
<remarks>Such properties are copied: Text, ToolTip, Image, ID, ForeColor and BackColor.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItem.ToolTip">
<summary>
Gets tooltip, assigned to the context choice item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItem.Image">
<summary>
Gets or sets named image, assigned to the context choice item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItem.Visible">
<summary>
Gets or sets value that indicates whether context choice item is visible.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItem.ID">
<summary>
Gets ID of the item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItem.Type">
<summary>
Gets or sets type of item.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection">
<summary>
Represents a class that contains the collection of context choice items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection.m_hashItems">
<summary>
Hashtable with items. Key - ID, Value - ContextChoiceItem.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection.Remove(Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceItem)">
<summary>
Removes item from collection.
</summary>
<param name="item">Item to remove.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection.Add(Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItem)">
<summary>
Adds item to collection.
</summary>
<param name="item">Item to be added.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection.Add(System.String)">
<summary>
Creates new context choice item and adds it to collection.
</summary>
<param name="text">Text of the item.</param>
<returns>Newly created context choice item.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection.Add(System.String,System.String)">
<summary>
Creates new context choice item and adds it to collection.
</summary>
<param name="text">Text of the item.</param>
<param name="tooltip">Tooltip of the item.</param>
<returns>Newly created context choice item.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection.Add(System.String,Syncfusion.Windows.Forms.Edit.Interfaces.INamedImage)">
<summary>
Creates new context choice item and adds it to collection.
</summary>
<param name="text">Text of the item.</param>
<param name="image">Image of the item.</param>
<returns>Newly created context choice item.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection.Add(System.String,System.String,Syncfusion.Windows.Forms.Edit.Interfaces.INamedImage)">
<summary>
Creates new context choice item and adds it to collection.
</summary>
<param name="text">Text of the item.</param>
<param name="tooltip">Tooltip of the item.</param>
<param name="image">Image of the item.</param>
<returns>Newly created context choice item.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection.Add(System.String,System.String,System.Drawing.Color,Syncfusion.Windows.Forms.Edit.Interfaces.INamedImage)">
<summary>
Creates new context choice item and adds it to collection.
</summary>
<param name="text">Text of the item.</param>
<param name="tooltip">Tooltip of the item.</param>
<param name="colorText">Color of the item's text.</param>
<param name="image">Image of the item.</param>
<returns>Newly created context choice item.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection.Add(System.String,System.String,System.Drawing.Color,System.Drawing.Color,Syncfusion.Windows.Forms.Edit.Interfaces.INamedImage)">
<summary>
Creates new context choice item and adds it to collection.
</summary>
<param name="text">Text of the item.</param>
<param name="tooltip">Tooltip of the item.</param>
<param name="colorText">Color of the item's text.</param>
<param name="colorBackground">Color of the item's background.</param>
<param name="image">Image of the item.</param>
<returns>Newly created context choice item.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection.OnClearComplete">
<summary>
Clears items hash.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection.OnInsertComplete(System.Int32,System.Object)">
<summary>
Adds item to the hash.
</summary>
<param name="index">The zero-based index at which to insert value.</param>
<param name="value">The new value of the element at index.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection.OnRemoveComplete(System.Int32,System.Object)">
<summary>
Removes item from the hash.
</summary>
<param name="index">The zero-based index at which value can be found.</param>
<param name="value">The value of the element to remove from index.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
<summary>
Removes old item from the hash and adds new item to the hash.
</summary>
<param name="index">The zero-based index at which oldValue can be found.</param>
<param name="oldValue">The value to replace with newValue.</param>
<param name="newValue">The new value of the element at index.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection.RaiseChangedEvent">
<summary>
Raises CollectionChanged event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection.Item(System.Int32)">
<summary>
Gets the context choice item by ID.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.ContextChoiceItemCollection.CollectionChanged">
<summary>
Raised when the list of items was changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.NamedImage">
<summary>
Summary description for NamedImage.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.NamedImage.m_sName">
<summary>
Name of the image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.NamedImage.m_imgImage">
<summary>
Image itself.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.NamedImage.m_parent">
<summary>
Image collection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.NamedImage.m_clTransparent">
<summary>
Specifies transparent color of the image.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.NamedImage.#ctor(Syncfusion.Windows.Forms.Edit.Utils.NamedImageList,System.String,System.Drawing.Image,System.Drawing.Color)">
<summary>
Creates and initalizes new instance of the named image.
</summary>
<param name="parent">Parent collection.</param>
<param name="name">Image name, can not be null.</param>
<param name="image">Image itself.</param>
<param name="transparent">Transparent color.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.NamedImage.Delete">
<summary>
Deletes image from collection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.NamedImage.Name">
<summary>
Gets name of the image.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.NamedImage.Image">
<summary>
Gets image.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.NamedImage.TransparentColor">
<summary>
Gets transparent color of the image.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.NamedImageList">
<summary>
Collection of the named images.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.NamedImageList.m_hashImages">
<summary>
Image hashtable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.NamedImageList.m_hashImageLists">
<summary>
Hashtable that stores information about image indexes in different image lists.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.NamedImageList.m_hashIndexes">
<summary>
Hashtable that contains index-image pairs.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.NamedImageList.#ctor">
<summary>
Creates and initializes new instance of the class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.NamedImageList.GetEnumerator">
<summary>
Gets enumerator of the INamedImage objects.
</summary>
<returns>Enumerator.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.NamedImageList.AddImage(System.String,System.Drawing.Image)">
<summary>
Creates and adds new named image to the collection.
</summary>
<param name="name">Name of the image to be added.</param>
<param name="image">Image to be added.</param>
<returns>INamedImage object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.NamedImageList.AddImage(System.String,System.Drawing.Image,System.Drawing.Color)">
<summary>
Creates and adds new named image to the collection.
</summary>
<param name="name">Name of the image to be added.</param>
<param name="image">Image to be added.</param>
<param name="transparent">Transparent color of the image.</param>
<returns>INamedImage object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.NamedImageList.WriteToImageList(System.Windows.Forms.ImageList)">
<summary>
Adds all images to the image list and stores their indexes for that list.
</summary>
<param name="list">Image list the images are written to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.NamedImageList.RemoveImageListInfo(System.Windows.Forms.ImageList)">
<summary>
Removes information about the image list.
</summary>
<param name="list">Image list.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.NamedImageList.GetIndex(Syncfusion.Windows.Forms.Edit.Interfaces.INamedImage,System.Windows.Forms.ImageList)">
<summary>
Gets index of the named image.
</summary>
<param name="image">Named image.</param>
<param name="list">ImageList.</param>
<returns>Index of the image in the give image list.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.NamedImageList.CopyTo(System.Array,System.Int32)">
<summary>
Copies data to the specified array.
</summary>
<param name="array">Destanation array.</param>
<param name="index">Starting index in the destination array.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.NamedImageList.AddImageInternal(Syncfusion.Windows.Forms.Edit.Utils.NamedImage)">
<summary>
Ads image to the internal collection.
</summary>
<param name="image">Named image to be added.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.NamedImageList.GetImageByIndex(System.Int32)">
<summary>
Gets INamedImage by image index.
</summary>
<param name="index">Zero-based index of the image.</param>
<returns>INamedImage or null.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.NamedImageList.Item(System.String)">
<summary>
Gets named image by it's name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.NamedImageList.Item(System.Int32)">
<summary>
Gets image by index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.NamedImageList.IsSynchronized">
<summary>
Gets value indicating whether the collection is synchronized.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.NamedImageList.Count">
<summary>
Gets count of the images in collection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.NamedImageList.SyncRoot">
<summary>
Gets synchronization root.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldItemCollection">
<summary>
Represents a class that contains ContextPromptBoldItemCollection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldItemCollection.m_parent">
<summary>
Parent ContextPromptItem.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldItemCollection.Remove(Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldTextItem)">
<summary>
Removes item from collection.
</summary>
<param name="item">Item to remove.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldItemCollection.Add(System.Int32,System.Int32,System.String)">
<summary>
Creates a new ContextPromptBoldTextItem and adds it to the list.
</summary>
<param name="start">Start index of the bolded part in subject.</param>
<param name="length">Length of the bolded text.</param>
<param name="description">Description of the bolded text.</param>
<returns>Newly created ContextPromptBoldTextItem.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldItemCollection.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldItemCollection"/> class.
</summary>
<param name="parent">Parent item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldItemCollection.ItemSelectionChanged(System.Object,System.EventArgs)">
<summary>
Sets Selected properties of all items to false.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldItemCollection.SelectionChanged">
<summary>
Occurs when bolded item index has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldItemCollection.Parent">
<summary>
Gets the parent item of context prompt window.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldItemCollection.Item(System.Int32)">
<summary>
Gets or sets the item by index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldItemCollection.SelectedItem">
<summary>
Gets or sets the currently selected item in context prompt window.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldTextItem">
<summary>
Represents a class that provides functionalities related to ContextPromptBoldTextItem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldTextItem.m_iBoldTextStart">
<summary>
Index of the first bolded letter in subject text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldTextItem.m_iBoldTextLenght">
<summary>
Length of the bolded text in subject.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldTextItem.m_sDescription">
<summary>
Description of the bolded item.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldTextItem.m_bSelected">
<summary>
Value that specifies whether this item is selected.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldTextItem.m_parentCollection">
<summary>
Collection, the item belongs to.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldTextItem.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldItemCollection,System.Int32,System.Int32,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldTextItem"/> class.
</summary>
<param name="parent">Collection, the item belongs to.</param>
<param name="start">Index of the first bolded letter in subject text.</param>
<param name="length">Length of the bolded text in subject.</param>
<param name="description">Description of the bolded item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldTextItem.OnSelectedChanged">
<summary>
Raises SelectionChanged event.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldTextItem.SelectionChanged">
<summary>
Occurs when Selected property changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldTextItem.ParentCollection">
<summary>
Gets the parent collection of the context prompt item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldTextItem.BoldTextStart">
<summary>
Gets or sets the start position of the bold text in context prompt window.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldTextItem.BoldTextLength">
<summary>
Gets or sets the length of the bold text in context prompt window.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldTextItem.Description">
<summary>
Gets or sets the description of the context prompt item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptBoldTextItem.Selected">
<summary>
Gets or sets a value indicating whether the item is selected or not.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection">
<summary>
Represents a class that contains ContextPromptCollection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection.Add">
<summary>
Creates new context prompt item and adds it to the list.
</summary>
<returns>Newly created ContextPromptItem object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection.Add(System.String)">
<summary>
Creates new context prompt item and adds it to the list.
</summary>
<param name="subject">Subject of the item.</param>
<returns>Newly created ContextPromptItem object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection.Add(System.String,System.String)">
<summary>
Creates new context prompt item and adds it to the list.
</summary>
<param name="subject">Subject of the item.</param>
<param name="description">Default description of the item.</param>
<returns>Newly created ContextPromptItem object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection.Add(System.String,System.String,System.Drawing.Image)">
<summary>
Creates new context prompt item and adds it to the list.
</summary>
<param name="subject">Subject of the item.</param>
<param name="description">Default description of the item.</param>
<param name="image">Image to associate with item.</param>
<returns>Newly created ContextPromptItem object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection.Add(Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem)">
<summary>
Adds item to the list.
</summary>
<param name="item">ContextPromptItem to be added to the list.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection.Remove(Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem)">
<summary>
Removes item from the list.
</summary>
<param name="item">Item to be removed from the list.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection.IndexOf(Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem)">
<summary>
Gets index of the item.
</summary>
<param name="item">Item to find.</param>
<returns>Index of the item.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection.OnDataChanged">
<summary>
Notifies about change of data.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection.ItemSelectionChanged(System.Object,System.EventArgs)">
<summary>
Sets Selected properties of all items to false.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection.item_BoldedItemSelectionChanged(System.Object,System.EventArgs)">
<summary>
Raises BoldedItemSelectionChanged event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection.Item(System.Int32)">
<summary>
Gets or sets the item in the list by index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection.SelectedItem">
<summary>
Gets or sets the currently selected item.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection.SelectionChanged">
<summary>
Occurs when selection has been changed in context prompt window.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection.BoldedItemSelectionChanged">
<summary>
Occurs when bolded item selection of the currently selected item has changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem">
<summary>
Represents a class that implements functionalities for ContextPromptItem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem.m_sSubject">
<summary>
Subject string.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem.m_sDescription">
<summary>
Description of the item.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem.m_bSelected">
<summary>
Value that indicates whether this item is currently selected.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem.m_parent">
<summary>
Parent collection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem.m_listBoldedItems">
<summary>
List of the items that are bolded.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem.m_image">
<summary>
Associated image.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem"/> class.
</summary>
<param name="parent">Parent ContextPromptCollection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem.Dispose">
<summary>
Disposes all the resources used by context prompt item.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem.OnDataChanged">
<summary>
Notifies about data changes.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem.OnSelectedChanged">
<summary>
Raises SelectionChanged event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem.m_listBoldedItems_SelectionChanged(System.Object,System.EventArgs)">
<summary>
Raises BoldedItemSelectionChanged event.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem.SelectionChanged">
<summary>
Occurs when Selected property changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem.BoldedItemSelectionChanged">
<summary>
Occurs when bolded item selection of the currently selected item has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem.DefaultDescription">
<summary>
Gets or sets the description of the context prompt item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem.Subject">
<summary>
Gets or sets the subject of the context prompt item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem.Selected">
<summary>
Gets or sets a value indicating whether the item is selected or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem.BoldedItems">
<summary>
Gets the list of the bolded items.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem.Description">
<summary>
Gets the description of the currently selected text in bold.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptItem.Image">
<summary>
Gets or sets the associated image of context prompt item.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore">
<summary>
Represents a class for storing control state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore.DEF_FORMAT_NAME">
<summary>
Used in formats naming.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore.#ctor">
<summary>
Hides class constructor for external use.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Used in deserialization.
</summary>
<param name="info"></param>
<param name="context"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore.m_hashFormatsInfo">
<summary>
Hashtable with info about formats.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore.m_bookmarksOffsets">
<summary>
Array of numbers of bookmarks lines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore.m_strHashCode">
<summary>
Hashcode for current control text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore.m_expandAllIntialized">
<summary>
Expand All initialized
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore.currentLine">
<summary>
current line index
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore.currentColumn">
<summary>
current column index
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore._formatIndex">
<summary>
Static index for formats names.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore.m_SerializedLineIndex">
<summary>
To Store serialized Line index
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore.StoreData(Syncfusion.Windows.Forms.Edit.StreamEditControl)">
<summary>
Stores all the needed information about control state.
</summary>
<param name="control">Control to store info about.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore.RestoreData(Syncfusion.Windows.Forms.Edit.StreamEditControl,System.Boolean)">
<summary>
Restores the saved data to control.
</summary>
<param name="control">Control to restore data to.</param>
<param name="append">Specifies whether settings from the state should be applied without clearin currently used settings.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore.CanApply(Syncfusion.Windows.Forms.Edit.StreamEditControl)">
<summary>
Checks whether current control state store instance can be applied to certain stream edit control object.
</summary>
<param name="control">Control to check.</param>
<returns>True if state can be applied, therwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore.GetFormatName">
<summary>
Gets unique format name.
</summary>
<returns>Unique format name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore.GetStringHashCode(System.Byte[])">
<summary>
Gets the array of bytes with hash code to string.
</summary>
<param name="hashCode">Array of bytes wth hash code.</param>
<returns>Resulting string with hash code.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Gets the data for serialization.
</summary>
<param name="info">SerializationInfo.</param>
<param name="context">StreamingContext.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore.SerializeCollapsibleRegion">
<summary>
Gets or sets the serializable collapsable region.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.ControlStateStore.FormatInfo">
<summary>
Information about one dynamic format.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.InvalidationStackTracer">
<summary>
Represents a class that provides the InvalidationStackTracer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.InvalidationStackTracer.m_control">
<summary>
Stores reference to the owner control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.InvalidationStackTracer.m_traces">
<summary>
Keeps traces of the invalidation calls.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.InvalidationStackTracer.#ctor(System.Windows.Forms.Control)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.InvalidationStackTracer"/> class.
</summary>
<param name="control">Control, which is to be traced.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.InvalidationStackTracer.Invalidate">
<summary>
Invalidates entire control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.InvalidationStackTracer.Invalidate(System.Drawing.Rectangle)">
<summary>
Invalidates part of the control.
</summary>
<param name="rect">Rectangle to invalidate.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.StackTracer">
<summary>
Represents a class that helps to traces the stacks and saves information about it.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.StackTracer.m_stacks">
<summary>
Hash with stacks.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.StackTracer.AddStack(System.Diagnostics.StackTrace)">
<summary>
Adds stack to the collection.
</summary>
<param name="stackTrace">Stack trace.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.StackTracer.RemoveStack(System.Diagnostics.StackTrace)">
<summary>
Removes stack from the collection.
</summary>
<param name="stackTrace">Stack trace.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.StackTracer.SaveStacks(System.String)">
<summary>
Saves the information about stacks.
</summary>
<param name="fileName">Name of file to write to.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Accessibility.EditControlAccessibility">
<summary>
Class for EditControlAccessibleObject
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Accessibility.EditControlAccessibility.editcontrol">
<summary>
Holds the instance of editcontrol
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Accessibility.EditControlAccessibility.#ctor(Syncfusion.Windows.Forms.Edit.EditControl)">
<summary>
Initializes a new instance of the EditControlAccessibleObject class.
</summary>
<param name="m_editControl">The instance of editcontrol.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Accessibility.EditControlAccessibility.GetFocused">
<summary>
Returns whether the control is Focused or not
</summary>
<returns>Indicates whether its focused.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Accessibility.EditControlAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns>An TileLayoutAccessibility that represents the child object at the given screen coordinates.
This method returns the calling object if the object itself is at the location specified.
Returns null if no object is at the tested location.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.EditControlAccessibility.Role">
<summary>
Gets Role of the EditControl which is used by Accessibility program.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.EditControlAccessibility.Name">
<summary>
Gets Name of the EditControl which is used by Accessibility program
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.EditControlAccessibility.Bounds">
<summary>
Gets Bounds of the EditControl which is used by Accessibility program
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.EditControlAccessibility.Description">
<summary>
Gets Description of the EditControl which is used by Accessibility program
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.EditControlAccessibility.Parent">
<summary>
Gets Parent of the EditControl which is used by Accessibility program
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.EditControlAccessibility.State">
<summary>
Gets State of the EditControl which is used by Accessibility program
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.EditControlAccessibility.Value">
<summary>
Returns Text value of EditControl
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Accessibility.StreamEditControlAccessibility">
<summary>
Represents a StreamEditControlAccessibility that used to specify the accessibility object of the EditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Accessibility.StreamEditControlAccessibility.editcontrol">
<summary>
Holds the instance of EditControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Accessibility.StreamEditControlAccessibility.#ctor(Syncfusion.Windows.Forms.Edit.StreamEditControl)">
<summary>
Initializes a new instance of the StreamEditControlAccessibility class.
</summary>
<param name="FileEditControl"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Accessibility.StreamEditControlAccessibility.GetFocused">
<summary>
Returns whether the control is Focused or not
</summary>
<returns>Indicates whether its focused.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Accessibility.StreamEditControlAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns>An TileLayoutAccessibility that represents the child object at the given screen coordinates.
This method returns the calling object if the object itself is at the location specified.
Returns null if no object is at the tested location.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.StreamEditControlAccessibility.Role">
<summary>
Gets Role of the EditControl which is used by Accessibility program.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.StreamEditControlAccessibility.Name">
<summary>
Gets Name of the EditControl which is used by Accessibility program
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.StreamEditControlAccessibility.Bounds">
<summary>
Gets Bounds of the EditControl which is used by Accessibility program
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.StreamEditControlAccessibility.Help">
<summary>
Gets the Help of EditControl which is used by Accessibility program
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.StreamEditControlAccessibility.Description">
<summary>
Gets Description of the EditControl which is used by Accessibility program
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.StreamEditControlAccessibility.Parent">
<summary>
Gets Parent of the EditControl which is used by Accessibility program
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.StreamEditControlAccessibility.State">
<summary>
Gets State of the EditControl which is used by Accessibility program
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.StreamEditControlAccessibility.Value">
<summary>
Returns Text value of EditControl
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Accessibility.ControlOptionsAccessibility">
<summary>
Represents a class that used to specify the accessibility object of the custom control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Accessibility.ControlOptionsAccessibility.controlOptionsDialog">
<summary>
Holds the instance for controlOptionsDialog.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Accessibility.ControlOptionsAccessibility.#ctor(Syncfusion.Windows.Forms.Edit.Dialogs.Options.ControlOptions)">
<summary>
Initializes a new instance of the ControlOptionsAccessibility class.
</summary>
<param name="m_controlOptionsDialog">Instance of ControlOptions</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ControlOptionsAccessibility.Role">
<summary>
Gets accessible role of the control options dialog .
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ControlOptionsAccessibility.State">
<summary>
Gets accessible state of the control options dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ControlOptionsAccessibility.Name">
<summary>
Gets the name of control options dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ControlOptionsAccessibility.Parent">
<summary>
Gets the parent of control options dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ControlOptionsAccessibility.Help">
<summary>
Gets the help of control options dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ControlOptionsAccessibility.Description">
<summary>
Gets the accessible description of control options dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ControlOptionsAccessibility.Bounds">
<summary>
Gets the rectangle bounds of control options dialog.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Accessibility.ConfigurationDialogAccessibility">
<summary>
Represents a class that used to specify the accessibility object of the configuration dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Accessibility.ConfigurationDialogAccessibility.configurationDialog">
<summary>
Holds the instance of configuration dialog class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Accessibility.ConfigurationDialogAccessibility.#ctor(Syncfusion.Windows.Forms.Edit.Dialogs.ConfigurationDialog)">
<summary>
Initializes a new instance of the ConfigurationDialogAccessibility class.
</summary>
<param name="m_configurationDialog">The instance of ConfigurationDialog</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ConfigurationDialogAccessibility.Role">
<summary>
Gets accessible role of the configuration dialog .
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ConfigurationDialogAccessibility.State">
<summary>
Gets accessible state of the configuration dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ConfigurationDialogAccessibility.Name">
<summary>
Gets the name of configuration dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ConfigurationDialogAccessibility.Parent">
<summary>
Gets the parent of configuration dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ConfigurationDialogAccessibility.Description">
<summary>
Gets the accessible description of configuration dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ConfigurationDialogAccessibility.Help">
<summary>
Gets the help of configuration dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ConfigurationDialogAccessibility.Bounds">
<summary>
Gets the rectangle bounds of configuration dialog.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Accessibility.ContextChoiceAccessibility">
<summary>
Represents a class that used to specify the accessibility object of the context choice.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Accessibility.ContextChoiceAccessibility.contextchoice">
<summary>
Holds the instance of ContextChoice class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Accessibility.ContextChoiceAccessibility.#ctor(Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice)">
<summary>
Initializes a new instance of the ContextChoiceAccessibility class.
</summary>
<param name="m_contextchoice">Instance of ContextChoice class</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ContextChoiceAccessibility.Role">
<summary>
Gets accessible role of the contextchoice.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ContextChoiceAccessibility.State">
<summary>
Gets accessible state of the contextchoice.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ContextChoiceAccessibility.Name">
<summary>
Gets the name of contextchoice.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ContextChoiceAccessibility.Parent">
<summary>
Gets the parent of contextchoice.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ContextChoiceAccessibility.Help">
<summary>
Gets the help of contextchoice.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ContextChoiceAccessibility.Description">
<summary>
Gets the accessible description of contextchoice.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ContextChoiceAccessibility.Bounds">
<summary>
Gets the rectangle bounds of contextchoice.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Accessibility.ContextPromptAccessibility">
<summary>
Represents a class that used to specify the accessibility object of the contextprompt dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Accessibility.ContextPromptAccessibility.ContextPrompt">
<summary>
Holds the instance of ContextPrompt class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Accessibility.ContextPromptAccessibility.#ctor(Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextPrompt)">
<summary>
Initializes a new instance of the ContextPromptAccessibility class.
</summary>
<param name="ContextPrompt">The instance of ContextPrompt class</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ContextPromptAccessibility.Role">
<summary>
Gets accessible role of the ContextPrompt.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ContextPromptAccessibility.State">
<summary>
Gets accessible state of the ContextPrompt.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ContextPromptAccessibility.Name">
<summary>
Gets the name of ContextPrompt.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ContextPromptAccessibility.Parent">
<summary>
Gets the parent of ContextPrompt.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ContextPromptAccessibility.Help">
<summary>
Gets the help of ContextPrompt.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ContextPromptAccessibility.Description">
<summary>
Gets the accessible description of ContextPrompt.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ContextPromptAccessibility.Bounds">
<summary>
Gets the rectangle bounds of ContextPrompt.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Accessibility.CreateLanguageDialogAccessibility">
<summary>
Represents a class that used to specify the accessibility object of the create language dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Accessibility.CreateLanguageDialogAccessibility.frmCreateLangDialog">
<summary>
Holds the instance of FrmCreateLangDialog class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Accessibility.CreateLanguageDialogAccessibility.#ctor(Syncfusion.Windows.Forms.Edit.Dialogs.FrmCreateLangDialog)">
<summary>
Initializes a new instance of the CreateLanguageDialogAccessibility class.
</summary>
<param name="m_frmCreateLangDialog">The instance of FrmCreateLangDialog class</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.CreateLanguageDialogAccessibility.Role">
<summary>
Gets accessible role of the create language dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.CreateLanguageDialogAccessibility.State">
<summary>
Gets accessible state of the create language dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.CreateLanguageDialogAccessibility.Name">
<summary>
Gets the name of create language dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.CreateLanguageDialogAccessibility.Parent">
<summary>
Gets the parent of create language dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.CreateLanguageDialogAccessibility.Help">
<summary>
Gets the help of create language dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.CreateLanguageDialogAccessibility.Description">
<summary>
Gets the accessible description of create language dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.CreateLanguageDialogAccessibility.Bounds">
<summary>
Gets the rectangle bounds of create language dialog.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Accessibility.FindDialogAccessibility">
<summary>
Represents a class that used to specify the accessibility object of the find dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Accessibility.FindDialogAccessibility.frmfindDialog">
<summary>
Holds the instance of FrmFindDialog class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Accessibility.FindDialogAccessibility.#ctor(Syncfusion.Windows.Forms.Edit.Dialogs.FrmFindDialog)">
<summary>
Initializes a new instance of the FindDialogAccessibility class.
</summary>
<param name="m_FrmFindDialog">The instance of FrmFindDialog class</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.FindDialogAccessibility.Role">
<summary>
Gets accessible role of the find dialog .
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.FindDialogAccessibility.State">
<summary>
Gets accessible state of the find dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.FindDialogAccessibility.Name">
<summary>
Gets the name of find dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.FindDialogAccessibility.Parent">
<summary>
Gets the parent of find dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.FindDialogAccessibility.Help">
<summary>
Gets the help of find dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.FindDialogAccessibility.Description">
<summary>
Gets the accessible description of find dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.FindDialogAccessibility.Bounds">
<summary>
Gets the rectangle bounds of find dialog.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Accessibility.FormatsConfigurationAccessibility">
<summary>
Represents a class that used to specify the accessibility object of the format configuration dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Accessibility.FormatsConfigurationAccessibility.frmFormatsConfigDialog">
<summary>
Holds the instance of format configuration dialog.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Accessibility.FormatsConfigurationAccessibility.#ctor(Syncfusion.Windows.Forms.Edit.Dialogs.frmFormatsConfig)">
<summary>
Initializes a new instance of the FormatsConfigurationAccessibility class.
</summary>
<param name="m_frmFormatsConfigDialog">The instance of frmFormatsConfig</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.FormatsConfigurationAccessibility.Role">
<summary>
Gets accessible role of the format configuration dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.FormatsConfigurationAccessibility.State">
<summary>
Gets accessible state of the format configuration dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.FormatsConfigurationAccessibility.Name">
<summary>
Gets the name of cformat configuration dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.FormatsConfigurationAccessibility.Parent">
<summary>
Gets the parent of format configuration dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.FormatsConfigurationAccessibility.Help">
<summary>
Gets the help of format configuration dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.FormatsConfigurationAccessibility.Description">
<summary>
Gets the accessible description of format configuration dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.FormatsConfigurationAccessibility.Bounds">
<summary>
Gets the rectangle bounds of format configuration dialog.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Accessibility.GoToDialogAccessibility">
<summary>
Represents a class that used to specify the accessibility object of the goto dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Accessibility.GoToDialogAccessibility.frmgotoDialog">
<summary>
Holds the instance of goto dialog class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Accessibility.GoToDialogAccessibility.#ctor(Syncfusion.Windows.Forms.Edit.Dialogs.FrmGoDialog)">
<summary>
Initializes a new instance of the GoToDialogAccessibility class.
</summary>
<param name="m_frmgotoDialog">The instance of FrmGoDialog</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.GoToDialogAccessibility.Role">
<summary>
Gets accessible role of the goto dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.GoToDialogAccessibility.State">
<summary>
Gets accessible state of the goto dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.GoToDialogAccessibility.Name">
<summary>
Gets the name of goto dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.GoToDialogAccessibility.Parent">
<summary>
Gets the parent of goto dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.GoToDialogAccessibility.Help">
<summary>
Gets the help of goto dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.GoToDialogAccessibility.Description">
<summary>
Gets the accessible description of goto dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.GoToDialogAccessibility.Bounds">
<summary>
Gets the rectangle bounds of goto dialog.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Accessibility.KeysBindingAccessibility">
<summary>
Represents a class that used to specify the accessibility object of the key binding dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Accessibility.KeysBindingAccessibility.frmKeysBindingDialog">
<summary>
Holds the instance of frmKeysBinding class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Accessibility.KeysBindingAccessibility.#ctor(Syncfusion.Windows.Forms.Edit.Dialogs.frmKeysBinding)">
<summary>
Initializes a new instance of the KeysBindingAccessibility class.
</summary>
<param name="m_frmKeysBindingDialog">The instance of frmKeysBinding</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.KeysBindingAccessibility.Role">
<summary>
Gets accessible role of the key binding dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.KeysBindingAccessibility.State">
<summary>
Gets accessible state of the key binding dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.KeysBindingAccessibility.Name">
<summary>
Gets the name of key binding dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.KeysBindingAccessibility.Parent">
<summary>
Gets the parent of key binding dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.KeysBindingAccessibility.Help">
<summary>
Gets the help of key binding dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.KeysBindingAccessibility.Description">
<summary>
Gets the accessible description of key binding dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.KeysBindingAccessibility.Bounds">
<summary>
Gets the rectangle bounds of key binding dialog.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Accessibility.NewFormatDialogAccessibility">
<summary>
Represents a class that used to specify the accessibility object of the new format dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Accessibility.NewFormatDialogAccessibility.FrmNewFormatDialog">
<summary>
Holds the instance of frmNewFormatDialog class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Accessibility.NewFormatDialogAccessibility.#ctor(Syncfusion.Windows.Forms.Edit.Dialogs.frmNewFormatDialog)">
<summary>
Initializes a new instance of the NewFormatDialogAccessibility class.
</summary>
<param name="m_FrmNewFormatDialog">the instance of frmNewFormatDialog</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.NewFormatDialogAccessibility.Role">
<summary>
Gets accessible role of the new format dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.NewFormatDialogAccessibility.State">
<summary>
Gets accessible state of the new format dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.NewFormatDialogAccessibility.Name">
<summary>
Gets the name of new format dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.NewFormatDialogAccessibility.Parent">
<summary>
Gets the parent of new format dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.NewFormatDialogAccessibility.Description">
<summary>
Gets the accessible description of new format dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.NewFormatDialogAccessibility.Bounds">
<summary>
Gets the rectangle bounds of new format dialog.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Accessibility.ReplaceDialogAccessibility">
<summary>
Represents a class that used to specify the accessibility object of the replace dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Accessibility.ReplaceDialogAccessibility.FrmReplaceDialog">
<summary>
Holds the Instance of frmReplaceDialog class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Accessibility.ReplaceDialogAccessibility.#ctor(Syncfusion.Windows.Forms.Edit.Dialogs.frmReplaceDialog)">
<summary>
Initializes a new instance of the ReplaceDialogAccessibility class.
</summary>
<param name="m_FrmReplaceDialog">The Instance of frmReplaceDialog</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ReplaceDialogAccessibility.Role">
<summary>
Gets accessible role of the replace dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ReplaceDialogAccessibility.State">
<summary>
Gets accessible state of the replace dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ReplaceDialogAccessibility.Name">
<summary>
Gets the name of replace dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ReplaceDialogAccessibility.Parent">
<summary>
Gets the parent of replace dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ReplaceDialogAccessibility.Help">
<summary>
Gets the help of replace dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ReplaceDialogAccessibility.Description">
<summary>
Gets the accessible description of replace dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.ReplaceDialogAccessibility.Bounds">
<summary>
Gets the rectangle bounds of replace dialog.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Accessibility.AddTextAccessibility">
<summary>
Represents a class that used to specify the accessibility object of the add dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Accessibility.AddTextAccessibility.frmSimpleAddDialog">
<summary>
Holds the instance of frmSimpleAdd class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Accessibility.AddTextAccessibility.#ctor(Syncfusion.Windows.Forms.Edit.Dialogs.frmSimpleAdd)">
<summary>
Constructor for AddTextAccessibility class.
</summary>
<param name="m_frmSimpleAddDialog">The instance of frmSimpleAdd.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.AddTextAccessibility.Role">
<summary>
Gets accessible role of the add dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.AddTextAccessibility.State">
<summary>
Gets accessible states of the add dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.AddTextAccessibility.Name">
<summary>
Gets the name of add dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.AddTextAccessibility.Parent">
<summary>
Gets the parent of add dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.AddTextAccessibility.Help">
<summary>
Gets the help of add dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.AddTextAccessibility.Description">
<summary>
Gets the accessible description of add dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Accessibility.AddTextAccessibility.Bounds">
<summary>
Gets the rectangle bounds of add dialog.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Exporter">
<summary>
Represents a class for exporting data to different formats.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Exporter.DEF_XSL_TRANSFORM">
<summary>
Name of the resource with XSL transformation for HTML representation of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Exporter.DEF_XSL_TRANSFORM_WITH_BR">
<summary>
Name of the resource with XSL transformation for HTML representation of the text with BR tags.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Exporter.DEF_XSL_TRANSFORM_RTF">
<summary>
Name of the resource with XSL transformation for RTF representation of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Exporter.DEF_XSL_TRANSFORM_CSS">
<summary>
Name of the resource with XSL transformation for CSS part of HTML representation of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Exporter.DEF_XSL_TRANSFORM_HTMLBODY">
<summary>
Name of the resource with XSL transformation for CSS part of HTML representation of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Exporter.m_parser">
<summary>
Underlying parser.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Exporter.m_bLocalParser">
<summary>
Indicates whether underlying parser was locally created.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Exporter.m_hashParsers">
<summary>
Caches parsers for different languages.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Exporter.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.Exporter"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Exporter.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.Parser.LexemParser)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.Exporter"/> class.
</summary>
<param name="parser">Underlying parser.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Exporter.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.Exporter"/> class. Local underlying parser is created.
</summary>
<param name="language">Language to use for text colouring.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Exporter.GetXML">
<summary>
Gets text represented as XML.
</summary>
<returns>String with XML code.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Exporter.GetHTML">
<summary>
Gets text represented as HTML.
</summary>
<returns>String with HTML code.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Exporter.GetHTMLBreakTags">
<summary>
Gets text represented as HTML.
</summary>
<returns>String with HTML code.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Exporter.GetRTF">
<summary>
Gets text represented as RTF.
</summary>
<returns>String with RTF code.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Exporter.GetCSS">
<summary>
Gets CSS part of HTML code.
</summary>
<returns>String with SS code.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Exporter.GetHTMLBody">
<summary>
Gets text represented as HTML.
</summary>
<returns>String with HTML code.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Exporter.SaveAsXML(System.String)">
<summary>
Saves document's XML representation to the file.
</summary>
<param name="filename">Name of the file, the document should be saved to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Exporter.SaveAsHTML(System.String,System.Boolean)">
<summary>
Saves document's HTML representation to the file.
</summary>
<param name="filename">Name of the file, the document should be saved to.</param>
<param name="bUseLineBreakTags">Indicates whether line break tags should be used.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Exporter.SaveAsRTF(System.String)">
<summary>
Saves document's RTF representation to the file.
</summary>
<param name="filename">Name of the file, the document should be saved to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Exporter.GetXML(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Returns text situated between specified coordinate points represented as XML.
</summary>
<param name="start">Point representing start of the text.</param>
<param name="end">Point representing end of the text.</param>
<returns>String with desired text represented as XML.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Exporter.GetHTML(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Returns text situated between specified coordinate points represented as HTML.
</summary>
<param name="start">Point representing start of the text.</param>
<param name="end">Point representing end of the text.</param>
<returns>String with desired text represented as HTML.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Exporter.GetRTF(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Returns text situated between specified coordinate points represented as RTF.
</summary>
<param name="start">Point representing start of the text.</param>
<param name="end">Point representing end of the text.</param>
<returns>String with desired text represented as RTF.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Exporter.SetText(System.String)">
<summary>
Assigns text to the underlying parser.
</summary>
<param name="text">Text to set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Exporter.GenerateXMLDocument(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Generates XML representation of the text situated between specified coordinate points.
If points are null values, XML for whole text is created.
</summary>
<param name="start">Point representing start of the text.</param>
<param name="end">Point representing end of the text.</param>
<returns>Generated XML document.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Exporter.GetXMLInternal(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Gets text represented as XML.
</summary>
<param name="start">Point representing start of the text.</param>
<param name="end">Point representing end of the text.</param>
<returns>String with XML code.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Exporter.GetTransformedXML(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.IO.Stream)">
<summary>
Returns string with XML transformed by given XSL.
</summary>
<param name="start">Point representing start of the text.</param>
<param name="end">Point representing end of the text.</param>
<param name="XSLInput">Input XSL stream.</param>
<returns>String with XML transformed by given XSL.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.Exporter.Parser">
<summary>
Gets or sets the underlying parser.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils">
<exclude/>
<summary>
Represents a class that contains helper methods to work with graphics.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.DEF_MAX_TEXT_MEASURE_LENGTH">
<summary>
Length of the block for measuring. It must be small because MeasureCharacterRanges function can not work with large amount of data at once.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.WAVE_LENGTH">
<summary>
Length of one little wave of wave lines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.DOUBLE_LINE_DELIMITER">
<summary>
White space delimiter of double line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.DEF_FORMAT_FLAGS">
<summary>
Default flags for StringFormat instances.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.DefaultFormat">
<summary>
StringFormat instance used for drawing and measuring strings
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.DefaultGraphics">
<summary>
Default graphics object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.LargeRectangle">
<summary>
Default lagre rectangle, used to measure and draw text without clipping.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.m_bInitialized">
<summary>
Flag, that specifies, whether all data is initialized.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.m_fontHandles">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.#cctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.MeasureString(System.String,System.Drawing.Font,System.Boolean,System.Drawing.Graphics,System.String,System.Boolean)">
<summary>
Measures string and it's every character.
</summary>
<param name="text">String, to be measured.</param>
<param name="font">Font, the string will be drawn with.</param>
<param name="bMeasureWholeWord">Indicates whether whole word should be measured or every single character/</param>
<param name="g">Graphics.</param>
<param name="tabReplace">String to replace tab symbols with.</param>
<param name="bNativeGdi">Indicates whether native GDI should be used.</param>
<returns>TextInfo structure, which contains all information about string and it's characters sizes.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.DrawBorder(System.Drawing.Graphics,System.Drawing.Point,System.Drawing.Point,Syncfusion.Windows.Forms.Edit.Enums.FrameBorderStyle,System.Drawing.Color,Syncfusion.Windows.Forms.Edit.Enums.BorderWeight)">
<summary>
Draw the border around border rectangle using specified format settings.
</summary>
<param name="g">Graphics object to draw border on.</param>
<param name="p1">Top left corner of border rectangle.</param>
<param name="p2">Bottom right corner of border rectangle.</param>
<param name="style">Syle of border.</param>
<param name="color">Color of border.</param>
<param name="weight">Weight of border line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.DrawWaveRect(System.Drawing.Graphics,System.Drawing.Point,System.Drawing.Point,System.Boolean,System.Drawing.Color)">
<summary>
Draws the wave line rectangle with top left corner in p1 and bottom right corner in p2.
</summary>
<param name="g">Grafics object to draw rectangle.</param>
<param name="p1">Top left corner of rectangle.</param>
<param name="p2">Bottom right corner of rectangle.</param>
<param name="bBold">Indicates whether line should be bold.</param>
<param name="color">Color of border.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.DrawWaveRect(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Drawing.Color)">
<summary>
Draws the wave line rectangle with coordinates in rect.
</summary>
<param name="g">Grafics object to draw rectangle.</param>
<param name="rect">Rectangle to draw wave line.</param>
<param name="bBold">Indicates whether line should be bold.</param>
<param name="color">Color of border.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.DrawHorizontalWaveLine(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Drawing.Color,System.Boolean)">
<summary>
Draws the horizontal wave line.
</summary>
<param name="g">Graphics object to draw line.</param>
<param name="y">"Y" coordinate of line.</param>
<param name="x1">"X" coordinate of line start.</param>
<param name="x2">"X" coordinate of line end.</param>
<param name="color">Color of line.</param>
<param name="bBold">Indicates whether line should be bold.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.DrawVerticalWaveLine(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Drawing.Color,System.Boolean)">
<summary>
Draws the vertical wave line.
</summary>
<param name="g">Graphics object to draw line.</param>
<param name="x">"X" coordinate of line.</param>
<param name="y1">"Y" coordinate of line start.</param>
<param name="y2">"Y" coordinate of line end.</param>
<param name="color">Color of line.</param>
<param name="bBold">Indicates whether line should be bold.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.DrawBorder(System.Drawing.Graphics,System.Drawing.RectangleF@,Syncfusion.Windows.Forms.Edit.Enums.FrameBorderStyle,System.Drawing.Color,Syncfusion.Windows.Forms.Edit.Enums.BorderWeight)">
<summary>
Draws the border around border rectangle using specified format settings.
</summary>
<param name="g">Graphics object to draw border on.</param>
<param name="rect">Border rectangle.</param>
<param name="style">Syle of border.</param>
<param name="color">Color of border.</param>
<param name="weight">Weight of border line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.DrawRoundedRect(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,Syncfusion.Drawing.BrushInfo,System.Drawing.Pen)">
<summary>
Draws the rounded rectangle.
</summary>
<param name="g">graphics object to draw rectangle.</param>
<param name="rect">Rectangle that should be drawn rounded.</param>
<param name="roundingFactor">Rounding factor: the bigger - the bigger rounding.</param>
<param name="brush">Brush to draw rectangle with.</param>
<param name="pen">Pen object to draw border.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.Draw3DBorder(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws XP styled 3D border.
</summary>
<param name="g">Graphics object to draw.</param>
<param name="rect">Rectangle to draw the border in.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.DrawPath(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath,Syncfusion.Windows.Forms.Edit.Enums.FrameBorderStyle,System.Drawing.Color)">
<summary>
Draws graphics path using specified line settings.
</summary>
<param name="g">Graphics object to draw at.</param>
<param name="path">Graphics path to draw.</param>
<param name="style">Style of line to draw the path.</param>
<param name="color">Color of line to draw the path.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.GetFontHandle(System.Drawing.Font)">
<summary>
</summary>
<param name="font"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.Initialize">
<summary>
Initializes all needed data.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.MeasureStringGdiPlus(System.String,System.Drawing.Font,System.Boolean,System.Drawing.Graphics,System.String)">
<summary>
</summary>
<param name="text"></param>
<param name="font"></param>
<param name="bMeasureWholeWord"></param>
<param name="g"></param>
<param name="tabReplace"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.GraphicsUtils.MeasureStringNativeGdi(System.String,System.Drawing.Font,System.Boolean,System.Drawing.Graphics,System.String)">
<summary>
</summary>
<param name="text"></param>
<param name="font"></param>
<param name="bMeasureWholeWord"></param>
<param name="g"></param>
<param name="tabReplace"></param>
<returns></returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint">
<summary>
Represents a class that contains coordinates in two coordinate systems.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.m_point">
<summary>
Point in stream.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.m_line">
<summary>
Virtual line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.m_column">
<summary>
Virtual column.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.m_parser">
<summary>
Parser.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.b_AttachToEvents">
<summary>
Value that indicates whether event handlers
should be attached to ParsePoint events.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.#ctor(Syncfusion.Windows.Forms.Edit.Interfaces.ILexemParser,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,System.Int32,System.Int32,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> class.
</summary>
<param name="parser">Lexem parser.</param>
<param name="point">ParsePoint, coordinate point is associated to. Can be null.</param>
<param name="line">Virtual line number.</param>
<param name="column">Virtual column number.</param>
<param name="bAttachToEvents">Indicates whether point should be attached to text changing events and remain at the same place.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.#ctor(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> class.
</summary>
<param name="p">CoordinatePoint to create new instance from.</param>
<param name="b_attachToEvents">Indicates whether point should be attached to text changing events and remain at the same place.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.#ctor(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> class.
</summary>
<param name="p">CoordinatePoint to create new instance from.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.Dispose">
<summary>
Disposes all the resources used by this object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.UpdateVirtualCoordinates">
<summary>
Updates virtual coordinates using physical position.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.UpdatePhisicalCoordinates">
<summary>
Updates physical coordinates using virtual position.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.UpdatePhysicalCoordinates">
<summary>
Updates physical coordinates using virtual position.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.AttachEvents">
<summary>
Attaches events to parsepoint and parser.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.DetachEvents">
<summary>
Detaches events from parsepoint and parser.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.SetPoint(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Detaches events from old ParsePoint and attaches to new one.
</summary>
<param name="point">New ParsePoint.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.CheckParser">
<summary>
Checks parser availability.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.PointOffsetChanged(System.Object,Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs)">
<summary>
Tracks changes of ParsePoint's offset.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.PointDeleted(Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint,System.Int64)">
<summary>
Detaches from the ParsePoint.
</summary>
<param name="point"></param>
<param name="lNewOffset"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.CoordinatePoint_OutliningCollapse(System.Object,Syncfusion.Windows.Forms.Edit.CollapseEventArgs)">
<summary>
Tracks changes of ParsePoint's offset.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.Reset">
<summary>
Resets position forcing it to be recalculated.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.Equals(System.Object)">
<summary>
Compares two <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint"/> instances by override == operator.
</summary>
<param name="obj">Object to compare.</param>
<returns>Result of comparation.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.GetHashCode">
<summary>
Generates hashcode to be used in hashtables.
</summary>
<returns>Hash code.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.ToString">
<summary>
Gets string representation of the coordinate point.
</summary>
<returns>String representation of the coordinate point.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.op_LessThan(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Gets a value regarding whether the first point is bigger than second point.
</summary>
<param name="leftPoint">First point to compare.</param>
<param name="rightPoint">Second point to compare.</param>
<returns>Result of comparation.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.op_GreaterThan(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Gets a value regarding whether the first point is bigger than second point.
</summary>
<param name="leftPoint">First point to compare.</param>
<param name="rightPoint">Second point to compare.</param>
<returns>Result of comparation.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.op_LessThanOrEqual(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Gets a value regarding whether the first point is less than or equal to second point.
</summary>
<param name="leftPoint">First point to compare.</param>
<param name="rightPoint">Second point to compare.</param>
<returns>Result of comparation.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.op_GreaterThanOrEqual(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Gets a value regarding whether the first point is bigger than or equal to second point.
</summary>
<param name="leftPoint">First point to compare.</param>
<param name="rightPoint">Second point to compare.</param>
<returns>Result of comparation.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.op_Equality(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Gets a value regarding whether the first point is equal to second point.
</summary>
<param name="leftPoint">First point to compare.</param>
<param name="rightPoint">Second point to compare.</param>
<returns>Result of comparation.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.op_Inequality(Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint,Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint)">
<summary>
Gets a value regarding whether the first point is not equal to second point.
</summary>
<param name="leftPoint">First point to compare.</param>
<param name="rightPoint">Second point to compare.</param>
<returns>Result of comparation.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.CoordinatePoint_OutliningBeforeExpand(System.Object,Syncfusion.Windows.Forms.Edit.OutliningEventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.PhysicalPoint">
<summary>
Gets the physical point to stream.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.VirtualLine">
<summary>
Gets the virtual line (Visible line on the screen).
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.VirtualColumn">
<summary>
Gets the virtual column (Visible column on the screen).
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.Parser">
<summary>
Gets the parser, coordinates belong to.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.IsValid">
<summary>
Gets a value indicating whether the coordinate point is valid or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.AttachToEvents">
<summary>
Gets or sets a value indicating whether coordinate point should handle changing of the position of ParsePoint or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.VirtualPoint">
<summary>
Gets the virtual point.
</summary>
<value>The virtual point.</value>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.Deleted">
<summary>
Occurs when the parse point is deleted.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.CoordinatePoint.PointReset">
<summary>
Occurs when coordinate point coordinates are reset.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.AdditionalFormatting">
<summary>
Defines a structure that provides information about one dynamic formatting.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.AdditionalFormatting.StartLetterIndex">
<summary>
Gets the index of the first letter in formatted range.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.AdditionalFormatting.EndLetterIndex">
<summary>
Gets the index of the last letter in formatted range.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.AdditionalFormatting.Format">
<summary>
Gets the format, that will be applied to the range.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.TextDrawInfo">
<summary>
Defines a structure that provides information which is used for drawing the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextDrawInfo.Text">
<summary>
Gets the text, to be drawn.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextDrawInfo.DrawRectangle">
<summary>
Gets the rectangle, where it must be drawn.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextDrawInfo.VerticalAlignment">
<summary>
Gets the vertical alignment of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextDrawInfo.DynamicFormattings">
<summary>
Gets the array of the dynamic formatting, applied to the range.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextDrawInfo.TextHeight">
<summary>
Gets the height of text itself.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextDrawInfo.NeedtoDrawText">
<summary>
Specifies whether to draw text or not.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.BorderInfo">
<summary>
Defines a structure that keeps info about bordering.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.BorderInfo.Rect">
<summary>
Gets the border rectangle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.BorderInfo.format">
<summary>
Gets the Format that keeps info about border.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.BorderInfo.bFinish">
<summary>
Gets a value indicating whether border should be forced to draw in the end of the line or not.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.CharInfo">
<summary>
Defines a structure that keeps information about one char in the word.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CharInfo.Char">
<summary>
Gets the character information.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CharInfo.CharWidth">
<summary>
Gets the width of the character.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.CharInfo.CharLeft">
<summary>
Gets the left position of the character.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.TextInfo">
<summary>
Defines a structure that keeps information about measured text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextInfo.Characters">
<summary>
Holds the array of characters information.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextInfo.Width">
<summary>
Holds the width of the entire string.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextInfo.Height">
<summary>
Holds the height of the string.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextInfo.Length">
<summary>
Gets the length of characters in string which is used to calculate position.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.TextRange">
<summary>
Range of the text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.ITextRange">
<summary>
Provides the functionality for accessing text range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ITextRange.Start">
<summary>
Gets the start point of the text range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ITextRange.End">
<summary>
Gets the end point of the text range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ITextRange.Top">
<summary>
Gets the top point of the text range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ITextRange.Bottom">
<summary>
Gets the bottom point of the text range.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextRange.m_start">
<summary>
Start of the range.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextRange.m_end">
<summary>
End of the range.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.TextRange.Clone">
<summary>
Creates object clone.
</summary>
<returns>Clone of the object.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.TextRange.Start">
<summary>
Start of the range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.TextRange.End">
<summary>
End of the range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.TextRange.Top">
<summary>
Top of the range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.TextRange.Bottom">
<summary>
Bottom of the range.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.ComplexTextRange">
<summary>
Complex text range. Able to contain multiple parts.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.IComplexTextRange">
<summary>
Provides the functionality for complex text range.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.IComplexTextRange.IsEmpty">
<summary>
Checks whether range is empty, i.e. contains no internal ranges.
</summary>
<returns>True if range is empty; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.IComplexTextRange.IsBlock">
<summary>
Checks whether selection is block.
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.IComplexTextRange.Ranges">
<summary>
Gets collection of internal ranges in complex text range.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ComplexTextRange.m_ranges">
<summary>
Collection of internal ranges.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ComplexTextRange.m_visualStart">
<summary>
Location of visual start.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ComplexTextRange.m_visualEnd">
<summary>
Location of visual end.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ComplexTextRange.#ctor">
<summary>
Creates new instance of ComplexTextRange.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ComplexTextRange.Clear">
<summary>
Clears collection of ranges.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ComplexTextRange.IsEmpty">
<summary>
Checks whether range is empty, i.e. contains no internal ranges.
</summary>
<returns>True if range is empty; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ComplexTextRange.Exists">
<summary>
Checks whether selection exists.
</summary>
<returns>True if selection exists.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ComplexTextRange.IsBlock">
<summary>
Checks whether selection is block.
</summary>
<returns>True if selection is block.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ComplexTextRange.Clone">
<summary>
Clones current instance of ComplexTextRange.
</summary>
<returns>Cloned object.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ComplexTextRange.Ranges">
<summary>
Gets collection of internal ranges in complex text range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ComplexTextRange.VisualStart">
<summary>
Gets or sets visual start.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ComplexTextRange.VisualEnd">
<summary>
Gets or sets visual end.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ComplexTextRange.VisualTopLeft">
<summary>
Gets visual top left corner.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ComplexTextRange.VisualBottomRight">
<summary>
Gets visual bottom right corner.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ComplexTextRange.Start">
<summary>
Gets start point of the first range. Sets start point of the first range and removes all the rest ranges on setter.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ComplexTextRange.End">
<summary>
Gets end point of the last range. Sets end point of the first range and removes all the rest ranges on setter.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ComplexTextRange.Top">
<summary>
Gets top point of the first range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ComplexTextRange.Bottom">
<summary>
Gets bottom point of the last range.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.TextReplacementRecord">
<summary>
Defines a structure that contains information about the single replacement.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextReplacementRecord.PointStart">
<summary>
Holds the start point of the text to be replaced.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextReplacementRecord.PointEnd">
<summary>
Holds the end point of the text to be replaced.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextReplacementRecord.NewText">
<summary>
Holds the new text to be placed instead of the existing one.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.TextReplacementRecord.#ctor(Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint,System.String)">
<summary>
Initializes <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.TextReplacementRecord"/> structure with start and end points and new text.
</summary>
<param name="pointStart">Start point of the text to be replaced.</param>
<param name="pointEnd">End point of the text to be replaced.</param>
<param name="text">New text to be placed instead of the existing one.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties">
<summary>
Represents a class for managing Show white space mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties.DEF_NEWLINE_STRING_DEFAULT">
<summary>
Holds the default new line replacing string.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties.DEF_TAB_STRING_DEFAULT">
<summary>
Holds the default tab replacing string.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties.DEF_SPACE_CHAR_DEFAULT">
<summary>
Holds the default space replacing character.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties.m_bShowTabs">
<summary>
Whether Tabs should be replaces with symbols.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties.m_bShowNewLines">
<summary>
Whether New lines should be replaces with symbols.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties.m_bShowSpaces">
<summary>
Whether Spaces should be replaces with symbols.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties.m_newLineString">
<summary>
String representing new line in Show white space mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties.m_tabString">
<summary>
String representing Tab in Show white space mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties.m_spaceChar">
<summary>
Char representing space in Show white space mode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties.OnChange">
<summary>
Calls Change event handlers.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties.ShowTabs">
<summary>
Gets or sets a value indicating whether the tabs should be replaced with symbols.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties.ShowNewLines">
<summary>
Gets or sets a value indicating whether the new lines should be replaces with symbols.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties.ShowSpaces">
<summary>
Gets or sets a value indicating whether the spaces should be replaces with symbols.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties.NewLineString">
<summary>
Gets or sets string that represents line feed in White space mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties.TabString">
<summary>
Gets or sets string that represents Tab in White space mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties.SpaceChar">
<summary>
Gets or sets character that represents line feed in White space mode.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties.Change">
<summary>
Occurs when any public property changes.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties.ShowWhiteSpacePropertiesConverter">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ShowWhiteSpaceProperties.ShowWhiteSpacePropertiesConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
<summary>
</summary>
<param name="context"></param>
<returns></returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.WndHook">
<summary>
Wrapper over native hook.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.WndHook.#ctor(Syncfusion.Windows.Forms.Edit.Utils.Callback.WindowProc)">
<summary>
Creates new WndHook.
</summary>
<param name="wndProc">Hook procedure.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.WndHook.CallWndProcInternal(System.Int32,System.IntPtr,System.IntPtr)">
<summary>
</summary>
<param name="nCode"></param>
<param name="wParam"></param>
<param name="lParam"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.WndHook.Dispose">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CallWndProcHook.#ctor(Syncfusion.Windows.Forms.Edit.Utils.Callback.WindowProc)">
<summary>
</summary>
<param name="wndProc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.GetMessageHook.#ctor(Syncfusion.Windows.Forms.Edit.Utils.Callback.WindowProc)">
<summary>
</summary>
<param name="wndProc"></param>
</member>
<member name="T:Syncfusion.Shared.Utils.KeyBinding.Implementation.CommandAttribute">
<summary>
Represents a class that contains the CommandAttribute.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.CommandAttribute.m_strName">
<summary>
Name of the command.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.CommandAttribute.#ctor">
<summary>
Hide default constructor from end user.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.CommandAttribute.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Shared.Utils.KeyBinding.Implementation.CommandAttribute"/> class.
</summary>
<param name="name">Unique name which identify method as command
for keys binding</param>
<exception cref="T:System.ArgumentNullException">name can not be NULL</exception>
<exception cref="T:System.ArgumentException">name can not be empty</exception>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.CommandAttribute.Name">
<summary>
Gets the name of the command.
</summary>
</member>
<member name="T:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandImpl">
<summary>
Implementation of the IKeyCommand interface.
</summary>
</member>
<member name="T:Syncfusion.Shared.Utils.KeyBinding.IKeyCommand">
<summary>
Provides the functionality for single command.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.IKeyCommand.Execute">
<summary>
Executes command.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.IKeyCommand.Name">
<summary>
Gets the name of the command.
</summary>
</member>
<member name="E:Syncfusion.Shared.Utils.KeyBinding.IKeyCommand.ProcessCommand">
<summary>
Occurs when command must be processed.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandImpl.m_Name">
<summary>
Name of the Command.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandImpl.m_ID">
<summary>
ID of the command.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandImpl.m_List">
<summary>
Parent list.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandImpl.Execute">
<summary>
Executes command.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandImpl.#ctor(System.String,Syncfusion.Windows.Forms.Edit.ProcessCommandEventHandler,Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandListImpl)">
<summary>
Creates new instance of the class.
</summary>
<param name="name">Name of the Command.</param>
<param name="handler">Handler for command.</param>
<param name="list">Parent list.</param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandImpl.ToString">
<summary>
Gets name of the command.
</summary>
<returns>Name of the command.</returns>
</member>
<member name="E:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandImpl.ProcessCommand">
<summary>
Event, that is raised when command must be processed.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandImpl.Name">
<summary>
Gets name of the command.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandImpl.ID">
<summary>
ID of the command.
</summary>
</member>
<member name="T:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandListImpl">
<summary>
Implementation of IKeyCommandList interface.
</summary>
</member>
<member name="T:Syncfusion.Shared.Utils.KeyBinding.IKeyCommandList">
<summary>
Provides the functionality for the list of the commands.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.IKeyCommandList.Add(System.String)">
<summary>
Creates new command and adds it to list.
</summary>
<param name="name">Name of the command.</param>
<returns>Newly created command.</returns>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.IKeyCommandList.Remove(System.String)">
<summary>
Removes command from list.
</summary>
<param name="name">Name of the command.</param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.IKeyCommandList.Clear">
<summary>
Clears list.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.IKeyCommandList.Item(System.String)">
<summary>
Gets the command by name.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandListImpl.m_data">
<summary>
Internal data.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandListImpl.CopyTo(System.Array,System.Int32)">
<summary>
Copies commands to the specified array.
</summary>
<param name="array">Destination array.</param>
<param name="index">Index in destination array.</param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandListImpl.GetEnumerator">
<summary>
Gets enumerator for commands.
</summary>
<returns>Enumerator.</returns>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandListImpl.Add(System.String)">
<summary>
Creates new command and adds it to list.
</summary>
<param name="name">Name of the command.</param>
<returns>Newly created command.</returns>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandListImpl.Remove(System.String)">
<summary>
Removes command from list.
</summary>
<param name="name">Name of the command.</param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandListImpl.Clear">
<summary>
Clears list.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandListImpl.CheckIfBelong(Syncfusion.Shared.Utils.KeyBinding.IKeyCommand)">
<summary>
Checks whether command belongs to this list.
</summary>
<param name="command">Command to be checked.</param>
<returns>True if command belongs to this list.</returns>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandListImpl.Item(System.String)">
<summary>
Gets command by name.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandListImpl.IsSynchronized">
<summary>
Returns TRUE if the object is synchronized, FALSE otherwise.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandListImpl.Count">
<summary>
Count of items in collection.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyCommandListImpl.SyncRoot">
<summary>
Synchronization object.
</summary>
</member>
<member name="T:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor">
<summary>
Represnts a class that contains main key processor.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.DEF_XML_DATA">
<summary>
Name of the value for serialization.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.m_RootBinder">
<summary>
Root key binder.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.m_CurrentBinder">
<summary>
Current key binder.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.m_Commands">
<summary>
List of commands.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.m_Converter">
<summary>
Keys converter.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.m_serializer">
<summary>
Xml serializer for serialization/deserialization of bindings.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.m_backupStream">
<summary>
Stream, that keeps backup version of the key-bindings.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.ProcessKey(System.Windows.Forms.Keys)">
<summary>
Process key.
</summary>
<param name="key">Key to be processed.</param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.SaveBindingsToXML(System.IO.Stream)">
<summary>
Saves bindings to XML.
</summary>
<param name="stream">Output stream.</param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.LoadBindingsFromXML(System.IO.Stream)">
<summary>
Loads bindings from XML.
</summary>
<param name="stream">Input stream.</param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Serializes list.
</summary>
<param name="info">Serialization info.</param>
<param name="context">Serialization context.</param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.InitializeClassDefaults(Syncfusion.Shared.Utils.KeyBinding.IKeyBinderContainer)">
<summary>
Scans for commands and key-bindings in custom attributes of all public methods of the class.
</summary>
<param name="instance">Instance to be scanned.</param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.InitializeCommandsList(Syncfusion.Shared.Utils.KeyBinding.IKeyBinderContainer)">
<summary>
Initializes list of the commands.
</summary>
<param name="instance"></param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.AppendKeyBindings(System.Object,System.Boolean,System.Boolean)">
<summary>
Adds commands and keybindings.
</summary>
<param name="instance">Instance to analyse.</param>
<param name="addCommands">Indicates whether commands should be added.</param>
<param name="addKeys">Indicates whether keys should be added.</param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Deserializes key bindings.
</summary>
<param name="info">Serialization info.</param>
<param name="context">Streaming context.</param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor"/> class.
and bindings list within it.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.#ctor(System.IO.Stream)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor"/> class.
</summary>
<param name="stream">Stream to read bindings from.</param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.DefaultInitialization">
<summary>
Performs default initialization.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.OnUnprocessedKey(System.Windows.Forms.Keys)">
<summary>
Raises UnprocessedKey event.
</summary>
<param name="key">Key, that was not processed.</param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.BeginEdit">
<summary>
Starts editing.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.CancelEdit">
<summary>
Cancels all changes.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.EndEdit">
<summary>
Submits all changes.
</summary>
</member>
<member name="E:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.UnprocessedKey">
<summary>
Event, that is raised when some key was unprocesses.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.Commands">
<summary>
Gets list of commands.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.Binder">
<summary>
Gets root key binder.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.Converter">
<summary>
Gets key converter.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.Serializer">
<summary>
Gets Xml serializer for bindings list.
</summary>
</member>
<member name="T:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl">
<summary>
Implementation of the IKeyCommandBinder interface.
Used to keep information about single key=command binding.
</summary>
</member>
<member name="T:Syncfusion.Shared.Utils.KeyBinding.IKeyCommandBinder">
<summary>
Provides the functionality for single key command binding.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.IKeyCommandBinder.ProcessKey(System.Windows.Forms.Keys)">
<summary>
Tries to process key.
</summary>
<param name="key">Key to be processed.</param>
<returns>True if key was processed, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.IKeyCommandBinder.GetCombinationName">
<summary>
Gets full name of the combination, current binding is related to.
</summary>
<returns>String that represents currently used combination.</returns>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.IKeyCommandBinder.Parent">
<summary>
Gets parent list, binding belongs to.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.IKeyCommandBinder.Command">
<summary>
Gets command, that is binded.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.IKeyCommandBinder.Key">
<summary>
Gets key, that is binded.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.m_Parent">
<summary>
Parent list, binding belongs to.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.m_Command">
<summary>
Command, that is binded.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.m_Key">
<summary>
Key, that is binded.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.m_initialized">
<summary>
Flag that specifies whether binding was linked to command.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.m_initializedKey">
<summary>
Flag that specifies whether binding was linked to key.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.m_Processor">
<summary>
KeyProcessor, the list belongs to.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.m_CommandName">
<summary>
Name of the command to be linked with.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.m_converter">
<summary>
Keys converter.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.ProcessKey(System.Windows.Forms.Keys)">
<summary>
Tries to process key.
</summary>
<param name="key">Key to be processed.</param>
<returns>True if key was processed, otherwise false.</returns>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.GetCombinationName">
<summary>
Gets full name of the combination, current binding is related to.
</summary>
<returns>String that represents currently used combination.</returns>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.ToString">
<summary>
Return combination name.
</summary>
<returns>String, that represents current key sequence.</returns>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.ResetCommandLinks">
<summary>
Reset links to commands, and leaves only by-name references.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.#ctor">
<summary>
Constructor for XML serialization.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.#ctor(Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor,Syncfusion.Shared.Utils.KeyBinding.IKeyCommandListBinder,Syncfusion.Shared.Utils.KeyBinding.IKeyCommand,System.Windows.Forms.Keys)">
<summary>
Creates new instance of the class and initializes it.
</summary>
<param name="processor">Key process, the binding belongs to.</param>
<param name="parent">Parent list of the binding.</param>
<param name="command">Command, the binding is linked to.</param>
<param name="key">Key, the binding is linked to.</param>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.Command">
<summary>
Gets command, that is binded.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.CommandName">
<summary>
Gets or sets command name, just for XML Serialization support.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.Key">
<summary>
Gets key, that is binded.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.KeyXML">
<summary>
Gets or sets key value. Intended for XML Serialization only.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.Processor">
<summary>
Gets or sets key processor.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandBinderImpl.Parent">
<summary>
Gets or sets parent list.
</summary>
</member>
<member name="T:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandListBinderImpl">
<summary>
List of key bindings.
</summary>
</member>
<member name="T:Syncfusion.Shared.Utils.KeyBinding.IKeyCommandListBinder">
<summary>
Provides the functionality for the collection of the bindings.
</summary>
<remarks>
Command is always null and Key is always Keys.None.
</remarks>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.IKeyCommandListBinder.BindToCommand(System.Windows.Forms.Keys,System.String)">
<summary>
Sets binding of the key to specified command.
</summary>
<param name="key">Key to be binded.</param>
<param name="command">Name of the command,
the key is to be binded to.</param>
<returns>Command if binding
completed successfully, or null of binding failed.</returns>
<remarks>
It is not necessary to create command before binding.
If it does not exists, it will be created.
</remarks>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.IKeyCommandListBinder.BindToBinder(System.Windows.Forms.Keys)">
<summary>
Sets binding for the key to the new command.
</summary>
<param name="key">Key to be binded.</param>
<returns>Returns existing binder, or creates new if
key was not binded before or was binded to command.</returns>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.IKeyCommandListBinder.RemoveBinding(System.Windows.Forms.Keys)">
<summary>
Removes any associated binding for the specified key.
</summary>
<param name="key">Key to be unbinded.</param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.IKeyCommandListBinder.FindBindings(System.String)">
<summary>
Searches for bindings of the command.
</summary>
<param name="command">Name of the command.</param>
<returns>Bindings, that are assigned to that command.</returns>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.IKeyCommandListBinder.FindBinding(System.Windows.Forms.Keys[],System.Int32)">
<summary>
Searches for binding of the keys sequence.
</summary>
<param name="keySequence"></param>
<param name="iStart"></param>
<returns>Bindings, that are assigned to that command.</returns>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.IKeyCommandListBinder.Item(System.Windows.Forms.Keys)">
<summary>
Gets the binding for the key.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandListBinderImpl.m_Bindings">
<summary>
Hashtable with keybindings.
Key - key, Value - IKeyCommandBinder/IKeyCommandListBinder
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandListBinderImpl.#ctor">
<summary>
For XML Serialization only.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandListBinderImpl.#ctor(Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor,Syncfusion.Shared.Utils.KeyBinding.IKeyCommandListBinder,System.Windows.Forms.Keys)">
<summary>
Creates new instance of the class and initializes it.
</summary>
<param name="processor">Main keys processor.</param>
<param name="parent">Parent of the list.</param>
<param name="key">Key, the binding is linked to.</param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandListBinderImpl.BindToCommand(System.Windows.Forms.Keys,System.String)">
<summary>
Sets binding of the key to specified command.
</summary>
<param name="key">Key to be binded.</param>
<param name="command">Name of the command, the key is to be binded to.</param>
<returns>Command if binding
compleated successfully, or null of binding failed.</returns>
<remarks>
It is not necessary to create command before binding. If it does not exists, it will be created.
</remarks>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandListBinderImpl.BindToBinder(System.Windows.Forms.Keys)">
<summary>
Sets binding for the key to the new command.
</summary>
<param name="key">Key to be binded.</param>
<returns>Returns existing binder, or creates new if key was not binded before or was binded to command.</returns>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandListBinderImpl.RemoveBinding(System.Windows.Forms.Keys)">
<summary>
Removes any associated binding for the specified key.
</summary>
<param name="key">Key to be unbinded.</param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandListBinderImpl.FindBindings(System.String)">
<summary>
Searches for bindings of the command.
</summary>
<param name="command">Name of the command.</param>
<returns>Bindings, that are assigned to that command.</returns>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandListBinderImpl.FindBinding(System.Windows.Forms.Keys[],System.Int32)">
<summary>
Searches for binding of the keys sequence.
</summary>
<param name="keySequence">Key sequence to find.</param>
<param name="iStart">Index in keySequence to start with.</param>
<returns>Bindings, that are assigned to that command.</returns>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandListBinderImpl.ProcessKey(System.Windows.Forms.Keys)">
<summary>
Tries to process key.
</summary>
<param name="key">Key to be processed.</param>
<returns>True if key was processed.</returns>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandListBinderImpl.ResetCommandLinks">
<summary>
Reset links to commands, and leaves only by-name references.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandListBinderImpl.Processor">
<summary>
Gets or sets key processor.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandListBinderImpl.Item(System.Windows.Forms.Keys)">
<summary>
Gets binding for the key.
</summary>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessor.KeyCommandListBinderImpl.SubBundings">
<summary>
Gets or sets array of bindings. Intended just for XML Serialization.
</summary>
</member>
<member name="T:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessorConverter">
<summary>
Represnts a class that manages conversions of the KeyProcessor class.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessorConverter.#ctor">
<summary>
Constructor for KeyProcessorConverter class.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessorConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>
Returns whether this converter can convert an object of one type to the type of this converter.
</summary>
<param name="context">An ITypeDescriptorContext that provides a format context.</param>
<param name="sourceType">A Type that represents the type you want to convert from.</param>
<returns>true if this converter can perform the conversion; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>
Returns whether this converter can convert the object to the specified type, using the specified context.
</summary>
<param name="context">An 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:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessorConverter.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="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeyProcessorConverter.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 (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:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeysBindingAttribute">
<summary>
Represents a class that contains KeysBindingAttribute.
</summary>
</member>
<member name="F:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeysBindingAttribute.m_keys">
<summary>
Keys, assigned to the current instance.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeysBindingAttribute.#ctor">
<summary>
Hides default constructor.
</summary>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeysBindingAttribute.InitBindings(System.Windows.Forms.Keys[])">
<summary>
Initalizes attribute instance with a key sequence.
</summary>
<param name="keys">Key sequence.</param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeysBindingAttribute.#ctor(System.Windows.Forms.Keys[])">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeysBindingAttribute"/> class.
</summary>
<param name="keys">Key sequence.</param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeysBindingAttribute.#ctor(System.Windows.Forms.Keys)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeysBindingAttribute"/> class with a key sequence.
</summary>
<param name="key">Key sequence.</param>
</member>
<member name="M:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeysBindingAttribute.#ctor(System.Windows.Forms.Keys,System.Windows.Forms.Keys)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeysBindingAttribute"/> class with a key sequence.
</summary>
<param name="key1">First key in the sequence.</param>
<param name="key2">Second key in the sequence.</param>
</member>
<member name="P:Syncfusion.Shared.Utils.KeyBinding.Implementation.KeysBindingAttribute.Keys">
<summary>
Gets the keys which was assigned to the current instance.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.LongOperation">
<summary>
Identifier of the long-runnign process.
Counting startson it`s creation and stopped on call of Dispose method.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.LongOperation.m_id">
<summary>
Unique identifier of the counter.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.LongOperation.m_startTime">
<summary>
Start time of the counter.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.LongOperation.m_bRunning">
<summary>
Sing of activity.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.LongOperation.m_Name">
<summary>
Name of the operation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.LongOperation.m_parent">
<summary>
Parent, who initiated this process.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.LongOperation.Stop">
<summary>
Stops operation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.LongOperation.#ctor(Syncfusion.Windows.Forms.Edit.Interfaces.ILongOperationControllerInternal,System.String)">
<summary>
Creates new instance of LongOperation and initializes it's start time and running state.
</summary>
<param name="parent"></param>
<param name="name">Name of the operation.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.LongOperation.Dispose">
<summary>
Stops operation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.LongOperation.ID">
<summary>
GET ID of the operation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.LongOperation.RunningTime">
<summary>
GET time of operation activity.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.LongOperation.Name">
<summary>
GET name of the operation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.LongOperation.IsRunning">
<summary>
GET sing whether operation is running now.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.DeviceContextValues">
<summary>Values to pass to the GetDCEx method.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.DeviceContextValues.Window">
<summary>DCX_WINDOW: Returns a DC that corresponds to the window rectangle rather
than the client rectangle.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.DeviceContextValues.Cache">
<summary>DCX_CACHE: Returns a DC from the cache, rather than the OWNDC or CLASSDC
window. Essentially overrides CS_OWNDC and CS_CLASSDC.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.DeviceContextValues.NoResetAttrs">
<summary>DCX_NORESETATTRS: Does not reset the attributes of this DC to the
default attributes when this DC is released.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.DeviceContextValues.ClipChildren">
<summary>DCX_CLIPCHILDREN: Excludes the visible regions of all child windows
below the window identified by hWnd.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.DeviceContextValues.ClipSiblings">
<summary>DCX_CLIPSIBLINGS: Excludes the visible regions of all sibling windows
above the window identified by hWnd.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.DeviceContextValues.ParentClip">
<summary>DCX_PARENTCLIP: Uses the visible region of the parent window. The
parent's WS_CLIPCHILDREN and CS_PARENTDC style bits are ignored. The origin is
set to the upper-left corner of the window identified by hWnd.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.DeviceContextValues.ExcludeRgn">
<summary>DCX_EXCLUDERGN: The clipping region identified by hrgnClip is excluded
from the visible region of the returned DC.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.DeviceContextValues.IntersectRgn">
<summary>DCX_INTERSECTRGN: The clipping region identified by hrgnClip is
intersected with the visible region of the returned DC.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.DeviceContextValues.ExcludeUpdate">
<summary>DCX_EXCLUDEUPDATE: Unknown...Undocumented</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.DeviceContextValues.IntersectUpdate">
<summary>DCX_INTERSECTUPDATE: Unknown...Undocumented</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.DeviceContextValues.LockWindowUpdate">
<summary>DCX_LOCKWINDOWUPDATE: Allows drawing even if there is a LockWindowUpdate
call in effect that would otherwise exclude this window. Used for drawing during
tracking.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.DeviceContextValues.Validate">
<summary>DCX_VALIDATE When specified with DCX_INTERSECTUPDATE, causes the DC to
be completely validated. Using this function with both DCX_INTERSECTUPDATE and
DCX_VALIDATE is identical to using the BeginPaint function.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.POINT.#ctor(System.Int32)">
<summary>
Point creation from lParam `s data
</summary>
<param name="lParam"></param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.ScrollerConst">
<summary>
Scroller constants.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollerConst.Horizontal">
<summary>
SB_HORZ
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollerConst.Vertical">
<summary>
SB_VERT
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollerConst.Control">
<summary>
SB_CTL
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollerConst.Both">
<summary>
SB_BOTH
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollCommands.LineUp">
<summary>
SB_LINEUP
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollCommands.LineDonw">
<summary>
SB_LINEDOWN
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollCommands.PageUp">
<summary>
SB_PAGEUP
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollCommands.PageDown">
<summary>
SB_PAGEDOWN
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollCommands.ThumbPosition">
<summary>
SB_THUMBPOSITION
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollCommands.ThumbTrack">
<summary>
SB_THUMBTRACK
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollCommands.Top">
<summary>
SB_TOP
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollCommands.Bottom">
<summary>
SB_BOTTOM
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollCommands.EndScroll">
<summary>
SB_ENDSCROLL
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollCommands.LineLeft">
<summary>
SB_LINELEFT
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollCommands.LineRight">
<summary>
SB_LINERIGHT
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollCommands.PageLeft">
<summary>
SB_PAGELEFT
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollCommands.PageRight">
<summary>
SB_PAGERIGHT
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollCommands.Left">
<summary>
SB_LEFT
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollCommands.Right">
<summary>
SB_RIGHT
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.ToolTipsDelays">
<summary>
Type of the dalay of the tooltip.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.ToolTipStyles">
<summary>
Styles of the tooltip.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.DrawTextFormatFlags">
<summary>
Flags, used to specify formatting of the string.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.CaretAPI">
<summary>
Summary description for Native.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CaretAPI.#ctor">
<summary>
Hide default constructor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CaretAPI.CreateCaret(System.IntPtr,System.IntPtr,System.Int32,System.Int32)">
<summary>
The CreateCaret function creates a new shape for the system caret and assigns
ownership of the caret to the specified window. The caret shape can be a line,
a block, or a bitmap.
</summary>
<param name="handle">[in] Handle to the window that owns the caret.</param>
<param name="hBitmap">[in] Handle to the bitmap that defines the caret shape.
If this parameter is NULL, the caret is solid. If this parameter is
(HBITMAP) 1, the caret is gray. If this parameter is a bitmap handle,
the caret is the specified bitmap. The bitmap handle must have been created
by the CreateBitmap, CreateDIBitmap, or LoadBitmap function. If hBitmap is
a bitmap handle, CreateCaret ignores the nWidth and nHeight parameters;
the bitmap defines its own width and height.</param>
<param name="nWidth">in] Specifies the width of the caret in logical units.
If this parameter is zero, the width is set to the system-defined window
border width. If hBitmap is a bitmap handle, CreateCaret ignores this parameter
</param>
<param name="nHeight">[in] Specifies the height, in logical units, of the
caret. If this parameter is zero, the height is set to the system-defined
window border height. If hBitmap is a bitmap handle, CreateCaret ignores
this parameter</param>
<returns>If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended
error information, call GetLastError.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CaretAPI.DestroyCaret">
<summary>
The DestroyCaret function destroys the caret's current shape,
frees the caret from the window, and removes the caret from the screen.
</summary>
<returns>If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended
error information, call GetLastError. </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CaretAPI.GetCaretBlinkTime">
<summary>
Returns the time required to invert the caret's pixels. The user can set this value.
</summary>
<returns>If the function succeeds, the return value is the blink time, in milliseconds.
If the function fails, the return value is zero. To get extended
error information, call GetLastError. </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CaretAPI.GetCaretPos(Syncfusion.Windows.Forms.Edit.Utils.POINT@)">
<summary>
The GetCaretPos function copies the caret's position to the specified POINT structure
</summary>
<param name="point">[out] Pointer to the POINT structure that is
to receive the client coordinates of the caret.
</param>
<returns>If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended
error information, call GetLastError. </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CaretAPI.HideCaret(System.IntPtr)">
<summary>
The HideCaret function removes the caret from the screen.
Hiding a caret does not destroy its current shape or
invalidate the insertion point.
</summary>
<param name="handle">[in] Handle to the window that owns
the caret. If this parameter is NULL, HideCaret searches
the current task for the window that owns the caret. </param>
<returns>If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended
error information, call GetLastError. </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CaretAPI.SetCaretBlinkTime(System.Int32)">
<summary>
Sets the caret blink time to the specified number of milliseconds.
The blink time is the elapsed time, in milliseconds, required to
invert the caret's pixels.
</summary>
<param name="wMSeconds">[in] Specifies the new blink time, in milliseconds.</param>
<returns>If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended
error information, call GetLastError. </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CaretAPI.SetCaretPos(System.Int32,System.Int32)">
<summary>
moves the caret to the specified coordinates. If the window that owns
the caret was created with the CS_OWNDC class style, then the specified
coordinates are subject to the mapping mode of the device context
associated with that window
</summary>
<param name="x">[in] Specifies the new x-coordinate of the caret.</param>
<param name="y">[in] Specifies the new y-coordinate of the caret.</param>
<returns>If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended
error information, call GetLastError. </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CaretAPI.ShowCaret(System.IntPtr)">
<summary>
Makes the caret visible on the screen at the caret's current position.
When the caret becomes visible, it begins flashing automatically
</summary>
<param name="handle">[in] Handle to the window that owns the caret.
If this parameter is NULL, ShowCaret searches the current task for
the window that owns the caret.</param>
<returns>If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended
error information, call GetLastError. </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.CaretAPI.GetLastError">
<summary>
Retrieves the calling thread's last-error code value.
The last-error code is maintained on a per-thread basis.
Multiple threads do not overwrite each other's last-error code.
</summary>
<returns>The return value is the calling thread's last-error code value.
Functions set this value by calling the SetLastError function.
The Return Value section of each reference page notes the
conditions under which the function sets the last-error code.
</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.GdiCaret.m_parent">
<summary>
Parent control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.GdiCaret.m_visible">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.GdiCaret.m_blinkTime">
<summary>
Blink time
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.GdiCaret.m_position">
<summary>
Position of the caret in parent window
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.GdiCaret.m_bDisposed">
<summary>
is class disposed before or not
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.GdiCaret.Parent">
<summary>
Parent of the caret
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.GdiCaret.BlinkTime">
<summary>
GET, SET the elapsed time, in milliseconds, required to invert the caret.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.GdiCaret.Position">
<summary>
Position of caret in client coordinates
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.GdiCaret.Visible">
<summary>
GET, SET visibility of the control`s carret
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.GDIAppi.DrawText(System.IntPtr,System.String,System.Int32,Syncfusion.Windows.Forms.Edit.Utils.RECT@,Syncfusion.Windows.Forms.Edit.Utils.DrawTextFormatFlags)">
<summary>
The DrawText function draws formatted text in the specified rectangle.
It formats the text according to the specified method
(expanding tabs, justifying characters, breaking lines, and so forth).
</summary>
<param name="hdc">Handle to the device context.</param>
<param name="lpString">Pointer to the string that specifies the text to be drawn. If the nCount parameter is 1, the string must be null-terminated.</param>
<param name="nCount"> Specifies the length of the string.</param>
<param name="lpRect">Pointer to a RECT structure that contains the rectangle
(in logical coordinates) in which the text is to be formatted.</param>
<param name="uFormat">Specifies the method of formatting the text. </param>
<returns>0, if fails.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.GDIAppi.GetTextExtentPoint32(System.IntPtr,System.String,System.Int32,Syncfusion.Windows.Forms.Edit.Utils.SIZE@)">
<summary>
Computes the width and height of the specified string of text.
</summary>
<param name="hdc">Handle to the device context.</param>
<param name="lpString">Pointer to a buffer that specifies the text string.</param>
<param name="cbString">Specifies the length of the lpString buffer.</param>
<param name="lpSize">Pointer to a SIZE structure that receives the dimensions of the string, in logical units. </param>
<returns>0, if fails.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.GDIAppi.SelectObject(System.IntPtr,System.IntPtr)">
<summary>
Selects an object into the specified device context (DC). The new object replaces the previous object of the same type.
</summary>
<param name="hdc">Handle to the DC.</param>
<param name="newObject">Handle to the object to be selected.</param>
<returns>If the selected object is not a region and the function succeeds,
the return value is a handle to the object being replaced.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.WinAPI.SendMessage(System.IntPtr,System.Int32,System.Int32,System.Int32)">
<summary>
Sends windows message to window.
</summary>
<param name="hWnd"></param>
<param name="msg"></param>
<param name="wParam"></param>
<param name="lParam"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.WinAPI.GetKeyboardState(System.Byte[])">
<summary>
Copies the status of the 256 virtual keys to the specified buffer.
</summary>
<param name="lpKeyState">The 256-byte array that receives the status data for each virtual key.</param>
<returns>If the function succeeds, the return value is nonzero.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.WinAPI.GetCurrentThreadId">
<summary>
Gets ID of the current thread.
</summary>
<returns>ID of the current thread.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.WinAPI.SetWindowsHookEx(System.Int32,Syncfusion.Windows.Forms.Edit.Utils.WinAPI.HookProc,System.IntPtr,System.Int32)">
<summary>
Installs an application-defined hook procedure into a hook
chain. You would install a hook procedure to monitor the
system for certain types of events. These events are
associated either with a specific thread or with all
threads in the same desktop as the calling thread.
</summary>
<param name="hookid">Specifies the type of hook procedure to
be installed.</param>
<param name="pfnhook">Delegate for the method that will
process mesages.</param>
<param name="hinst">Handle to the DLL containing the hook
procedure pointed to by the lpfn parameter. The hMod
parameter must be set to NULL if the dwThreadId parameter
specifies a thread created by the current process and if
the hook procedure is within the code associated with the
current process.</param>
<param name="threadid">Specifies the identifier of the
thread with which the hook procedure is to be associated. If this parameter is zero, the hook procedure is associated with all existing threads running in the same desktop as the calling thread.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.WinAPI.UnhookWindowsHookEx(System.IntPtr)">
<summary>
Removes a hook procedure installed in a hook chain by the
SetWindowsHookEx function.
</summary>
<param name="hhook">Handle to the hook to be removed.
This parameter is a hook handle obtained by a previous
call to SetWindowsHookEx.</param>
<returns>If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
To get extended error information, call GetLastError.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.WinAPI.CallNextHookEx(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)">
<summary>
The CallNextHookEx function passes the hook information to the
next hook procedure in the current hook chain. A hook
procedure can call this function either before or after
processing the hook information.
</summary>
<param name="hhook">Ignored.</param>
<param name="code">Specifies the hook code passed to the
current hook procedure. The next hook procedure uses this
code to determine how to process the hook information.</param>
<param name="wparam">Specifies the wParam value passed to the
current hook procedure. The meaning of this parameter depends
on the type of hook associated with the current hook chain.
</param>
<param name="lparam">Specifies the lParam value passed to
the current hook procedure. The meaning of this parameter
depends on the type of hook associated with the current
hook chain.</param>
<returns>This value is returned by the next hook procedure
in the chain. The current hook procedure must also return
this value. The meaning of the return value depends on
the hook type. For more information, see the descriptions
of the individual hook procedures.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.WinAPI.GetAsyncKeyState(System.Windows.Forms.Keys)">
<summary>
The GetAsyncKeyState function determines whether a key is up or down at the time the function is called, and whether the key was pressed after a previous call to GetAsyncKeyState.
</summary>
<param name="key">Specifies one of 256 possible virtual-key codes.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.WinAPI.SetWindowPos(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Changes the size, position, and Z order of a child, pop-up, or top-level window. Child, pop-up, and top-level windows are ordered according to their appearance on the screen. The topmost window receives the highest rank and is the first window in the Z order.
</summary>
<param name="hWnd">Handle to the window.</param>
<param name="hWndInsertAfter">Handle to the window to precede the positioned window in the Z order. This parameter must be a window handle or one of the following values.</param>
<param name="X">Specifies the new position of the left side of the window, in client coordinates.</param>
<param name="Y">Specifies the new position of the top of the window, in client coordinates.</param>
<param name="cx">Specifies the new width of the window, in pixels.</param>
<param name="cy">Specifies the new height of the window, in pixels.</param>
<param name="uFlags">Specifies the window sizing and positioning flags. </param>
<returns>If the function succeeds, the return value is nonzero.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.WinAPI.ShowWindow(System.IntPtr,System.Int32)">
<summary>
Sets the specified window's show state.
</summary>
<param name="hWnd">Handle to the window. </param>
<param name="nCmdShow">Specifies how the window is to be shown. This parameter is ignored the first time an application calls ShowWindow, if the program that launched the application provides a STARTUPINFO structure. Otherwise, the first time ShowWindow is called, the value should be the value obtained by the WinMain function in its nCmdShow parameter.</param>
<returns>If the window was previously visible, the return value is nonzero. If the window was previously hidden, the return value is zero.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.WinAPI.RedrawWindow(System.IntPtr,System.IntPtr,System.IntPtr,System.UInt32)">
<summary>
Updates the specified rectangle or region in a window's client area.
</summary>
<param name="hWnd"></param>
<param name="lprcUpdate"></param>
<param name="hrgnUpdate"></param>
<param name="flags"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.WinAPI.LockWindowUpdate(System.IntPtr)">
<summary>
Locks/unlocks window update.
</summary>
<param name="hWndLock">Handle of the window that should be locked.</param>
<returns>True if lock/unlock succeeded.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.WinAPI.AttachThreadInput(System.UInt32,System.UInt32,System.Boolean)">
<summary>
The AttachThreadInput function attaches or detaches the input processing mechanism of one thread to that of another thread.
</summary>
<param name="idAttach">Identifier of the thread to be attached to another thread.
The thread to be attached cannot be a system thread.</param>
<param name="idAttachTo">Identifier of the thread to which idAttach will be attached.
This thread cannot be a system thread.
A thread cannot attach to itself. Therefore, idAttachTo cannot equal idAttach.</param>
<param name="fAttach">If this parameter is TRUE, the two threads are attached.
If the parameter is FALSE, the threads are detached.</param>
<returns>If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.
There is no extended error information; do not call GetLastError.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.WinAPI.HookProc">
<summary>
Delegate for events related to the hooks.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ScrollApi.SetScrollPos(System.IntPtr,Syncfusion.Windows.Forms.Edit.Utils.ScrollerConst,System.Int32,System.Boolean)">
<summary>
Setups scroller to specified position.
</summary>
<param name="hWnd">Handle of the scrollable window (or control).</param>
<param name="bar">Type of scrollbar to be scrolled.</param>
<param name="nPosition">New position of the scroller.</param>
<param name="bRedraw"></param>
<returns></returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.TimeCounter">
<summary>
Defines a structure that provides most accurate time counter.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.TimeCounter.Start">
<summary>
Helps to starts counting the timer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.TimeCounter.Finish">
<summary>
Helps to stops counting the timer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.TimeCounter.Result">
<summary>
Gets the result of the timer.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.ScrollbarButton">
<summary>
Represents a button control that can be placed at the edges of the scrollbars.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollbarButton.m_bIsPopup">
<summary>
Indicates whether popup container should be shown on button click.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.ScrollbarButton.m_popupContainer">
<summary>
Popup container.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.ScrollbarButton.OnClick(System.EventArgs)">
<summary>
Shows popup.
</summary>
<param name="e">EventArgs.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ScrollbarButton.IsPopup">
<summary>
Gets or sets a value indicating whether popup container should be shown on button click or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.ScrollbarButton.PopupContainer">
<summary>
Gets or sets the popup container for ScrollbarButton.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ArrayOfConfigLanguageSerializationWriter">
<summary>
Represents a class that is used to serialize and deserialize the array of Configuration language.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ArrayOfConfigLanguageSerializationWriter.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ArrayOfConfigLanguageSerializationWriter.WriteDataToXml(System.Object)">
<summary>
Serializes given object to xml.
</summary>
<param name="o">The object to serialize</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ArrayOfConfigLanguageSerializationReader">
<summary>
Represents a class that is used to serialize and deserialize the array of Configuration language.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ArrayOfConfigLanguageSerializationReader.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ArrayOfConfigLanguageSerializationReader.ReadDataFromXml">
<summary>
Reads the serialized data from Xml for Array of Config Language
</summary>
<returns>returns object</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ArrayOfConfigLanguageSerializationReader.id2_Item">
<summary>
defines the Item
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ArrayOfConfigLanguageSerializationReader.id1_ArrayOfConfigLanguage">
<summary>
defines the array of config languages
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ArrayOfConfigLanguageSerializationReader.id3_ConfigLanguage">
<summary>
Defines the Config langugae
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ArrayOfConfigLanguageSerializationReader.InitIDs">
<summary>
Overrides the InitIds
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ArrayOfMacroSerializationWriter">
<summary>
Represents a class that is used to serialize and deserialize the array of macros.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ArrayOfMacroSerializationWriter.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ArrayOfMacroSerializationWriter.WriteDataToXml(System.Object)">
<summary>
Serializes given object to Xml.
</summary>
<param name="o">The object to serialize</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ArrayOfMacroSerializationReader">
<summary>
Represents a class that is used to serialize and deserialize the array of macros.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ArrayOfMacroSerializationReader.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ArrayOfMacroSerializationReader.ReadDataFromXml">
<summary>
Reads serialized data from Xml for Array of Macro
</summary>
<returns>returns object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ArrayOfMacroSerializationReader.InitIDs">
<summary>
Overrides the InitIDs
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.AutoReplaceTriggerSerializationWriter">
<summary>
Represents a class that is used to serialize and deserialize the auto replace triggers.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.AutoReplaceTriggerSerializationWriter.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.AutoReplaceTriggerSerializationWriter.WriteDataToXml(System.Object)">
<summary>
Serializes given object.
</summary>
<param name="o">The object to serialize</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.AutoReplaceTriggerSerializationReader">
<summary>
Auto Replace Trigger Serialization reader.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.AutoReplaceTriggerSerializationReader.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.AutoReplaceTriggerSerializationReader.ReadDataFromXml">
<summary>
Reads serialized data from Xml for Auto Replace Trigger
</summary>
<returns>returns object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.AutoReplaceTriggerSerializationReader.InitIDs">
<summary>
Overrides the InitIDs
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.CodeSnippetsContainerSerializationWriter">
<summary>
Represents a class that is used to serialize and deserialize the code snippets container.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.CodeSnippetsContainerSerializationWriter.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.CodeSnippetsContainerSerializationWriter.WriteDataToXml(System.Object)">
<summary>
Serializes the given object to Xml.
</summary>
<param name="o">The object to serialize</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.CodeSnippetsContainerSerializationReader">
<summary>
Represents a class that is used to serialize and deserialize the code snippets container.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.CodeSnippetsContainerSerializationReader.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.CodeSnippetsContainerSerializationReader.ReadDataFromXml">
<summary>
Reads serialized data from Xml for Code Snippets Container
</summary>
<returns>returns object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.CodeSnippetsContainerSerializationReader.InitIDs">
<summary>
Overrides the InitIDs
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.CodeSnippetSerializationWriter">
<summary>
Represents a class that is used to serialize and deserialize the code snippets.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.CodeSnippetSerializationWriter.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.CodeSnippetSerializationWriter.WriteDataToXml(System.Object)">
<summary>
Serializes given object.
</summary>
<param name="o">The object to serialize</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.CodeSnippetSerializationReader">
<summary>
Represents a class that is used to serialize and deserialize the code snippets.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.CodeSnippetSerializationReader.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.CodeSnippetSerializationReader.ReadDataFromXml">
<summary>
Reads serialized data from Xml for Code Snippet
</summary>
<returns>returns object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.CodeSnippetSerializationReader.InitIDs">
<summary>
Overrides the InitIDs
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ConfigLanguageSerializationWriter">
<summary>
Represents a class that is used to serialize and deserialize the configuration language.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ConfigLanguageSerializationWriter.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ConfigLanguageSerializationWriter.WriteDataToXml(System.Object)">
<summary>
Serializes given object.
</summary>
<param name="o">The object to serialize</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ConfigLanguageSerializationReader">
<summary>
Represents a class that is used to serialize and deserialize the configuration language.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ConfigLanguageSerializationReader.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ConfigLanguageSerializationReader.ReadDataFromXml">
<summary>
Reads serialized data from Xml for Config Language
</summary>
<returns>returns object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ConfigLanguageSerializationReader.InitIDs">
<summary>
Overrides the InitIDs
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ConfigLexemSerializationWriter">
<summary>
Represents a class that is used to serialize and deserialize the configuration lexems.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ConfigLexemSerializationWriter.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ConfigLexemSerializationWriter.WriteDataToXml(System.Object)">
<summary>
Serializes given object.
</summary>
<param name="o">The object to serialize</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ConfigLexemSerializationReader">
<summary>
Config Lexem Serialization reader.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ConfigLexemSerializationReader.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ConfigLexemSerializationReader.ReadDataFromXml">
<summary>
Reads serialized data from Xml for Config Lexem
</summary>
<returns>returns object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.ConfigLexemSerializationReader.InitIDs">
<summary>
Overrides the InitIDs
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.FormatSerializationWriter">
<summary>
Represents a class that is used to serialize and deserialize the format.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.FormatSerializationWriter.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.FormatSerializationWriter.WriteDataToXml(System.Object)">
<summary>
Serializes given object.
</summary>
<param name="o">The object to serialize</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.FormatSerializationReader">
<summary>
Format Serialization reader.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.FormatSerializationReader.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.FormatSerializationReader.ReadDataFromXml">
<summary>
Reads serialized data from Xml for Format
</summary>
<returns>returns object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.FormatSerializationReader.InitIDs">
<summary>
Overrides the InitIDs
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.KeyCommandListBinderImplSerializationWriter">
<summary>
Represents a class that is used to serialize and deserialize the key command List Binder.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.KeyCommandListBinderImplSerializationWriter.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.KeyCommandListBinderImplSerializationWriter.WriteDataToXml(System.Object)">
<summary>
Serializes given object.
</summary>
<param name="o">The object to serialize</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.KeyCommandListBinderImplSerializationReader">
<summary>
Key Command List Binder Impl Serialization reader
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.KeyCommandListBinderImplSerializationReader.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.KeyCommandListBinderImplSerializationReader.ReadDataFromXml">
<summary>
Reads serialized data from Xml for Key Command List Binder
</summary>
<returns>returns object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.KeyCommandListBinderImplSerializationReader.InitIDs">
<summary>
Overrides the InitIDs
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.SplitSerializationWriter">
<summary>
Represents a class that is used to serialize and deserialize the split.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.SplitSerializationWriter.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.SplitSerializationWriter.WriteDataToXml(System.Object)">
<summary>
Serializes given object.
</summary>
<param name="o">The object to serialize</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.Serializers.SplitSerializationReader">
<summary>
Split Serialization reader.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.SplitSerializationReader.InitCallbacks">
<summary>
Overrides the InitCallbacks
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.SplitSerializationReader.ReadDataFromXml">
<summary>
Reads serialized data from Xml for Split
</summary>
<returns>returns object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.Serializers.SplitSerializationReader.InitIDs">
<summary>
Overrides the InitIDs
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.StatusBarPanelSettings">
<summary>
Represents a class for managing status bar panel.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.StatusBarPanelSettings.m_panel">
<summary>
Underlying status bar panel.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.StatusBarPanelSettings.DefWidth">
<summary>
Default width of the panel
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.StatusBarPanelSettings.m_autoSize">
<summary>
Default value of AutoSize property
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.StatusBarPanelSettings.m_visible">
<summary>
Default value of Visible property
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.StatusBarPanelSettings.OnPanelWidthChanged(System.Boolean)">
<summary>
Sets the default width of the panel
</summary>
<param name="sizetocontent"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.StatusBarPanelSettings.#ctor(Syncfusion.Windows.Forms.Tools.StatusBarAdvPanel)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.StatusBarPanelSettings"/> class.
</summary>
<param name="panel">Underlying status bar panel.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.StatusBarPanelSettings.Visible">
<summary>
Gets or sets a value indicating whether the panel is visible or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.StatusBarPanelSettings.Panel">
<summary>
Gets the underlying panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.StatusBarPanelSettings.Width">
<summary>
Gets or sets the panel width.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.StatusBarPanelSettings.MinWidth">
<summary>
Gets or sets the panel minimal width.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.StatusBarPanelSettings.AutoSize">
<summary>
Gets or sets the panel auto size mode.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.StatusBarPanelSettings.VisibilityChanged">
<summary>
Occurs when Visibility of panel has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.StatusBarPanelSettings.WidthChanged">
<summary>
Occurs when width of panel has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.StatusBarPanelSettings.MinWidthChanged">
<summary>
Occurs when minimum width of panel has changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.StatusBarPanelSettings.StatusBarPanelSettingsConverter">
<summary>
Class used for work with property grid.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.StatusBarPanelSettings.PanelWidthChanged">
<summary>
Represents the method that will handle the WidthChanged event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.StatusBarPanelSettings.PanelMinWidthChanged">
<summary>
Represents the method that will handle the MinWidthChanged event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings">
<summary>
Represents a class for managing status bar.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.m_statusBar">
<summary>
Underlying status bar.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.m_gripVisibility">
<summary>
Visibility of status bar sizing grip.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.m_pnlText">
<summary>
Settings of "Text" status bar panel.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.m_pnlStatus">
<summary>
Settings of "Status" status bar panel.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.m_pnlEncoding">
<summary>
Settings of "Encoding" status bar panel.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.m_pnlCoords">
<summary>
Settings of "Coords" status bar panel.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.m_pnlInsert">
<summary>
Settings of "Insert" status bar panel.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.m_pnlFileName">
<summary>
Settings of "FileName" status bar panel.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.m_springForcedIndex">
<summary>
Index of status bar panel with AutoSize property forcibly set to Spring. -1 if no forced spring was set.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.m_oldForcedSpringWidth">
<summary>
Old value of panel Width property forcially set to Spring.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.m_Style">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.m_Office07ColorScheme">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.m_Office10ColorScheme">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.ResetThemedStatusbar">
<summary>
Resetting the value for ThemedStatusBar
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.ShouldSerializeThemedStatusBar">
<summary>
Serializing the property ThemedStatusBar
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.#ctor(Syncfusion.Windows.Forms.Tools.Controls.StatusBar.StatusBarExt)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings"/> class.
</summary>
<param name="statusBar">Underling status bar.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.CreatePanel(Syncfusion.Windows.Forms.Tools.HorzFlowAlign,System.Int32,System.String,System.String)">
<summary>
Creates new status bar panel with specified parameters and adds it to the collection.
</summary>
<param name="alignment">Panel alignment.</param>
<param name="autoSize">Panel auto size.</param>
<param name="width">Panel width.</param>
<param name="minWidth">Panel minimal width.</param>
<param name="text">Panel text.</param>
<returns>Settings for created panel.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.SetGripVisibility(Syncfusion.Windows.Forms.Edit.Enums.SizingGripVisibility)">
<summary>
Sets visibility of status bar sizing grip.
</summary>
<param name="visibility">Visibility of sizing grip.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.m_pnlVisibilityChanged(System.Object,Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs)">
<summary>
Fills status bar if it is not expanded with forcibly springed panels.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.Visible">
<summary>
Gets or sets a value indicating whether the status bar is visible or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.GripVisibility">
<summary>
Gets or sets visibility of status bar sizing grip.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.ThemedStatusBar">
<summary>
Gets or sets a value indicating whether the ThemedStatuBar is enabled or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.OldStatusBar">
<summary>
Gets the old status bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.StatusBar">
<summary>
Gets underlying status bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.VisualStyle">
<summary>
Gets or sets the VisualStyle of StatusBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.Offcie2007ColorScheme">
<summary>
Gets or sets the Office2007color scheme.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.Offcie2010ColorScheme">
<summary>
Gets or sets the Office2010color scheme.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.TextPanel">
<summary>
Gets StatusBarPanelSettings object for "Text" panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.StatusPanel">
<summary>
Gets StatusBarPanelSettings object for "Status" panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.EncodingPanel">
<summary>
Gets StatusBarPanelSettings object for "Encoding" panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.CoordsPanel">
<summary>
Gets StatusBarPanelSettings object for "Coords" panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.InsertPanel">
<summary>
Gets StatusBarPanelSettings object for "Insert" panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.FileNamePanel">
<summary>
Gets StatusBarPanelSettings object for "FileName" panel.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.CheckSmartGripVisibility">
<summary>
Event for retrieving bool indicating whether to show sizing grip with smart visibility.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.VisibilityChanged">
<summary>
Occurs when status bar visibility is changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.StatusBarSettingsConverter">
<summary>
Class used for work with property grid.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.StatusBarSettingsConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
<summary>
Disables instantination.
</summary>
<param name="context">Current context, does not matter.</param>
<returns>False.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo">
<summary>
Represents a class that helps to store the data about one format in strings.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.DEF_KNOWN_COLOR_PREFIX">
<summary>
Prefix for known color string representation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.DEF_ARGB_COLOR_PREFIX">
<summary>
Prefix for Argb color string representation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.FontSize">
<summary>
Holds the font size of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.FontName">
<summary>
Holds the font name of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.FontStyleLoc">
<summary>
Holds the font style of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.FontColor">
<summary>
Holds the font color of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.BackColor">
<summary>
Holds the background color of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.ForeColor">
<summary>
Holds the fore color of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.BackgroundStyle">
<summary>
Holds the background style of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.UnderlineWeightLoc">
<summary>
Holds the underline weight of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.UnderlineColor">
<summary>
Holds the underline color of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.UnderlineStyleLoc">
<summary>
Holds the underline style of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.StrikeOutColor">
<summary>
Holds the text strike out color of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.BorderWeightLoc">
<summary>
Holds the border weight of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.BorderColor">
<summary>
Holds the border color of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.BorderStyle">
<summary>
Holds the underline style of the text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo"/> class.
</summary>
<param name="format">Format instance to extract data from.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.ExtractFormatInfo(Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format)">
<summary>
Helps to extracts info about format.
</summary>
<param name="format">Format to extract info from.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.ApplyFormatInfo(Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format)">
<summary>
Applies info to specified format instance.
</summary>
<param name="format">Format instance to apply info to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.GetFontStyle(System.Boolean,System.Boolean)">
<summary>
Converts bold and italic values combination to FontStyle.
</summary>
<param name="bBold">Font style bold value.</param>
<param name="bItalic">Font style italic value.</param>
<returns>FontStyle value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.GetStringByColor(System.Drawing.Color)">
<summary>
Gets string representation of color.
</summary>
<param name="color">Color to transform to string.</param>
<returns>String with text representation of color.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.Utils.TextFormatInfo.GetColorByString(System.String)">
<summary>
Gets color represented in string.
</summary>
<param name="strColor">String with text color representation.</param>
<returns>Color from string.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.XPStyle">
<summary>
Provides static methods for drawing XP style visual themes.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.XPStyle.IsThemeActive">
<summary>
Tests if a visual style for the current application is active.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.XPStyle.OpenThemeData(System.IntPtr,System.String)">
<summary>
Opens the theme data for a window and its associated class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.XPStyle.CloseThemeData(System.IntPtr)">
<summary>Closes the theme data handle.</summary>
<remarks>The CloseThemeData function should be called when a window that has a visual style applied is destroyed.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.XPStyle.DrawThemeBackground(System.IntPtr,System.IntPtr,System.Int32,System.Int32,Syncfusion.Windows.Forms.Edit.XPStyle.RECT@,Syncfusion.Windows.Forms.Edit.XPStyle.RECT@)">
<summary>
Draws the background image defined by the visual style for the specified control part.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.XPStyle.DrawThemeEdge(System.IntPtr,System.IntPtr,System.Int32,System.Int32,Syncfusion.Windows.Forms.Edit.XPStyle.RECT@,System.UInt32,System.UInt32,Syncfusion.Windows.Forms.Edit.XPStyle.RECT@)">
<summary>
Draws one or more edges defined by the visual style of a rectangle.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.XPStyle.DrawThemeIcon(System.IntPtr,System.IntPtr,System.Int32,System.Int32,Syncfusion.Windows.Forms.Edit.XPStyle.RECT@,System.IntPtr,System.Int32)">
<summary>
Draws an image from an image list with the icon effect defined by the visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.XPStyle.DrawThemeText(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.String,System.Int32,System.UInt32,System.UInt32,Syncfusion.Windows.Forms.Edit.XPStyle.RECT@)">
<summary>
Draws text using the color and font defined by the visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.XPStyle.DrawThemeParentBackground(System.IntPtr,System.IntPtr,Syncfusion.Windows.Forms.Edit.XPStyle.RECT@)">
<summary>
Draws the part of a parent control that is covered by a partially-transparent or alpha-blended child control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.XPStyle.SetWindowTheme(System.IntPtr,System.String,System.String)">
<summary>
Causes a window to use a different set of visual style information than its class normally uses.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.XPStyle.Draw(System.IntPtr,System.IntPtr,System.Drawing.Rectangle,System.String,System.Int32,System.Int32)">
<summary>
Draws XP styled background.
</summary>
<param name="handle">Window handle to draw.</param>
<param name="hDC">Device context to draw on.</param>
<param name="rect">Area to draw background.</param>
<param name="strTheme">Name of the theme.</param>
<param name="partId">Id of theme part.</param>
<param name="stateId">Id of theme part state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.XPStyle.Draw(System.IntPtr,System.Drawing.Graphics,System.Drawing.Rectangle,System.String,System.Int32,System.Int32)">
<summary>
Draws XP styled background.
</summary>
<param name="handle">Window handle to draw.</param>
<param name="g">Graphics object to draw.</param>
<param name="rect">Area to draw background.</param>
<param name="strTheme">Name of the theme.</param>
<param name="partId">Id of theme part.</param>
<param name="stateId">Id of theme part state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.XPStyle.XPThemesEnabled">
<summary>
Checks whether OS is ready to draw XP style themes.
</summary>
<returns>bool indicating whether OS is ready to draw XP style themes.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.XPStyle.RECT">
<summary>
Defines a structure that keeps information about rectangle.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.StreamCloseEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.Closing"/> and <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptUpdate"/> events of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.StreamCloseEventArgs.Action">
<summary>
Gets or sets the action which needs to be executed on the modified file.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.StreamCloseEventArgs.#ctor(Syncfusion.Windows.Forms.Edit.Enums.SaveChangesAction)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.StreamCloseEventArgs"/> class.
</summary>
<param name="action">Action to be executed on the modified file.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.CustomSnippetDrawEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.OnCustomDraw"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.CustomSnippetDrawEventArgs.m_format">
<summary>
Stoarge of Format property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.CustomSnippetDrawEventArgs.m_text">
<summary>
Storage of Snippet property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.CustomSnippetDrawEventArgs.m_bSkipDefault">
<summary>
Storage of SkipDefaultDrawing property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.CustomSnippetDrawEventArgs.m_textInfo">
<summary>
Storage for the result of measuring.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.CustomSnippetDrawEventArgs.m_bMeasure">
<summary>
A flag that specifies whether the user has to Draw text or just Measure. Measuring is not needed if drawing is performed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.CustomSnippetDrawEventArgs.#ctor(System.Windows.Forms.PaintEventArgs,Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat,System.String,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.CustomSnippetDrawEventArgs"/> class.
</summary>
<param name="args">The <see cref="T:System.Windows.Forms.PaintEventArgs"/> instance containing the event data.</param>
<param name="format">Default Format used for rendering</param>
<param name="text">Text which must be rendered</param>
<param name="measure">A flag that specifies whether the user has to Draw text or just Measure.
Measuring is not needed if drawing is performed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.CustomSnippetDrawEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.Edit.Interfaces.ISnippetFormat,System.String,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.CustomSnippetDrawEventArgs"/> class.
</summary>
<param name="g">Graphics object used for rendering</param>
<param name="rc">Destination rectangle</param>
<param name="format">Default Format used for rendering</param>
<param name="text">Text which must be rendered</param>
<param name="measure">A flag that specifies whether the user has to Draw text or just Measure.
Measuring is not needed if drawing is performed.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.CustomSnippetDrawEventArgs.Measure">
<summary>
Gets a value indicating whether the user must draw text or just measure it. Measuring is not needed if drawing is performed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.CustomSnippetDrawEventArgs.MeasuringResult">
<summary>
Gets or sets result of measuring text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.CustomSnippetDrawEventArgs.Format">
<summary>
Gets or sets format which will be used by default renderer. This format can be changed by user to influence the default renderer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.CustomSnippetDrawEventArgs.Text">
<summary>
Gets or sets the text which will be sent to the renderer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.CustomSnippetDrawEventArgs.SkipDefaultDrawing">
<summary>
Gets or sets a value indicating whether user wishes to do his own drawing. If set to false, default renderer will step on user work.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs">
<summary>
Provides data for the ValueChanged event handler.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs.m_old">
<summary>
Old value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs.m_new">
<summary>
New value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs.#ctor(System.Object,System.Object)">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs"/> class.
</summary>
<param name="old">The old value.</param>
<param name="newValue">The new value.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs.newValue">
<summary>
Gets the new value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ValueChangedEventArgs.oldValue">
<summary>
Gets the old value.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.TextChangedEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.LineChanged"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.TextChangedEventArgs.m_Text">
<summary>
Event's text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.TextChangedEventArgs.m_StartLine">
<summary>
Virtual line of Insert/Delete start.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.TextChangedEventArgs.m_StartColumn">
<summary>
Virtual column of Insert/Delete start.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.TextChangedEventArgs.m_Type">
<summary>
Type of the event ( Insert/Delete ).
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.TextChangedEventArgs.#ctor(System.String,System.Int32,System.Int32,Syncfusion.Windows.Forms.Edit.Enums.TextChange)">
<summary>
Creates and initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.Edit.TextChangedEventArgs"/> class.
</summary>
<param name="text">Event`s text.</param>
<param name="iStartLine">Virtual line of Insert/Delete start.</param>
<param name="iStartColumn">Virtual column of Insert/Delete start.</param>
<param name="type">Type of the event ( Insert/Delete ).</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.TextChangedEventArgs.ToString">
<summary>
Gets string representation of the object.
</summary>
<returns>String representation of the object.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.TextChangedEventArgs.Text">
<summary>
Gets or sets the events text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.TextChangedEventArgs.StartLine">
<summary>
Gets or sets the virtual line of Insert/Delete start.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.TextChangedEventArgs.StartColumn">
<summary>
Gets or sets virtual column of Insert/Delete start.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.TextChangedEventArgs.Type">
<summary>
Gets or sets type of the event (Insert/Delete).
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.DrawLineMarkEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.DrawLineMark"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.DrawLineMarkEventArgs.PhysicalLine">
<summary>
Holds the physical line number.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.DrawLineMarkEventArgs.VirtualLine">
<summary>
Holds the virtual line number.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.DrawLineMarkEventArgs.MarkRect">
<summary>
Holds the rectangle where line mark should be drawn.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.DrawLineMarkEventArgs.Graphics">
<summary>
Holds the Graphics object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.DrawLineMarkEventArgs.CustomDraw">
<summary>
Gets a value indicating whether the user handles drawing of the bookmark.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.DrawLineMarkEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.DrawLineMarkEventArgs"/> class.
</summary>
<param name="graphics">Graphics objects where user has to draw line marks.</param>
<param name="markRect">Rectangle where line mark should be drawn.</param>
<param name="iVirtualLine">Virtual number of the line.</param>
<param name="iPhysicalLine">Physical number of the line.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ContextPromptUpdateEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptOpen"/> and <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptUpdate"/> events of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ContextPromptUpdateEventArgs.m_list">
<summary>
List of the context prompts.
List can contain any objects with overidden ToString() method.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ContextPromptUpdateEventArgs.m_bCloseForm">
<summary>
Value that indicates whether form should be closed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ContextPromptUpdateEventArgs.m_droppingLexem">
<summary>
Lexem causing context prompt to drop.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ContextPromptUpdateEventArgs.m_lexemBeforeDropper">
<summary>
Lexem situated before dropper (doesn't include whitespace and new lines marks).
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ContextPromptUpdateEventArgs.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection,Syncfusion.Windows.Forms.Edit.Interfaces.IRenderedLexem,Syncfusion.Windows.Forms.Edit.Interfaces.IRenderedLexem)">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.Edit.ContextPromptUpdateEventArgs"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ContextPromptUpdateEventArgs.AddPrompt(System.String,System.String,System.Drawing.Image)">
<summary>
Helps to adds a new prompt to the list of the prompts.
</summary>
<param name="textInBold">Text that will be shown in bold on the header line.</param>
<param name="textDescription">Description text.</param>
<param name="image">Associated image.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ContextPromptUpdateEventArgs.AddPrompt(System.String,System.String)">
<summary>
Helps to adds a new prompt to the list of the prompts.
</summary>
<param name="textInBold">Text that will be shown in bold on the header line.</param>
<param name="textDescription">Description text.</param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ContextPromptUpdateEventArgs.CloseForm">
<summary>
Gets or sets a value indicating whether form should be closed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ContextPromptUpdateEventArgs.List">
<summary>
Gets the collection of dictionary items.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ContextPromptUpdateEventArgs.Dropper">
<summary>
Gets the dropping lexem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ContextPromptUpdateEventArgs.LexemBeforeDropper">
<summary>
Gets lexem situated before dropper (doesn't include whitespace and new lines marks).
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ContextPromptCloseEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptClose"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ContextPromptCloseEventArgs.Canceled">
<summary>
Indicates whether the opening of the context prompt is allowed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ContextPromptCloseEventArgs.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection,System.Boolean,Syncfusion.Windows.Forms.Edit.Interfaces.IRenderedLexem,Syncfusion.Windows.Forms.Edit.Interfaces.IRenderedLexem)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.ContextPromptCloseEventArgs"/> class.
</summary>
<param name="list">List of the context prompts.</param>
<param name="canceled">True if selection was canceled by user.</param>
<param name="dropper">Lexem causing context prompt to drop.</param>
<param name="lexemBeforeDropper">Lexem situated before dropper (doesn't include whitespace and new lines marks).</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.TextChangingEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.TextChanging"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.TextChangingEventArgs.m_bCancel">
<summary>
Specifies whether text change has been canceled.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.TextChangingEventArgs.#ctor(System.String,System.Int32,System.Int32,Syncfusion.Windows.Forms.Edit.Enums.TextChange)">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.Edit.TextChangingEventArgs"/> class.
</summary>
<param name="text">Event's text.</param>
<param name="iStartLine">Virtual line of Insert/Delete start.</param>
<param name="iStartColumn">Virtual column of Insert/Delete start.</param>
<param name="type">Type of the event ( Insert/Delete ).</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.TextChangingEventArgs.Cancel">
<summary>
Gets or sets a value indicating whether the text change has been canceled or not.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.LinesEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.LineInserted"/> and <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.LineDeleted"/> events of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.LinesEventArgs.m_Text">
<summary>
Event's text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.LinesEventArgs.text">
<summary>
Event's text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.LinesEventArgs.m_StartLine">
<summary>
Virtual line of Insert/Delete start.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.LinesEventArgs.m_StartColumn">
<summary>
Virtual column of Insert/Delete start.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.LinesEventArgs.m_LinesCount">
<summary>
Virtual Number oF Lines count
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.LinesEventArgs.m_Type">
<summary>
Type of the event ( Insert/Delete ).
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.LinesEventArgs.#ctor(System.String[],System.Int32,System.Int32,System.Int32,Syncfusion.Windows.Forms.Edit.Enums.TextChange)">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.Edit.LinesEventArgs"/> class.
</summary>
<param name="textOfArray">Event`s text.</param>
<param name="iStartLine">Virtual line of Insert/Delete start.</param>
<param name="iStartColumn">Virtual column of Insert/Delete start.</param>
<param name="type">Type of the event ( Insert/Delete ).</param>
<param name="iLinesCount">Type of the event ( Insert/Delete ).</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.LinesEventArgs.ToString">
<summary>
Gets string representation of the object.
</summary>
<returns>String representation of the object.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.LinesEventArgs.TextOfArray">
<summary>
Gets or sets the collection of text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.LinesEventArgs.Text">
<summary>
Gets or sets the text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.LinesEventArgs.StartLine">
<summary>
Gets or sets virtual line of Insert/Delete start.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.LinesEventArgs.LinesCount">
<summary>
Gets or sets the virtual number of lines count.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.LinesEventArgs.StartColumn">
<summary>
Gets or sets virtual column of Insert/Delete start.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.LinesEventArgs.Type">
<summary>
Gets or sets type of the event (Insert/Delete).
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ContextChoiceItemSelectedEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceItemSelected"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ContextChoiceItemSelectedEventArgs.m_item">
<summary>
Selected item itself.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ContextChoiceItemSelectedEventArgs.#ctor(Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceItem)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.ContextChoiceItemSelectedEventArgs"/> class.
</summary>
<param name="item">Selected item itself.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ContextChoiceItemSelectedEventArgs.SelectedItem">
<summary>
Gets the selected item.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ContextChoiceItemEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceRightClick"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ContextChoiceItemEventArgs.Item">
<summary>
Holds the ContextChoice item.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ContextChoiceItemEventArgs.#ctor(Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceItem)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.ContextChoiceItemEventArgs"/> class.
</summary>
<param name="item">Underlying ContextChoiceItem.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ContextPromptSelectionChangedEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptSelectionChanged"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ContextPromptSelectionChangedEventArgs.m_list">
<summary>
List of the context prompts. List can contain any objects with overidden ToString() method.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ContextPromptSelectionChangedEventArgs.#ctor(Syncfusion.Windows.Forms.Edit.Implementation.ContextPromptCollection)">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.Edit.ContextPromptSelectionChangedEventArgs"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ContextPromptSelectionChangedEventArgs.List">
<summary>
Gets the collection of Dictionary items.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ContextPromptSelectionChangedEventArgs.SelectedIndex">
<summary>
Gets the index of the currently selected item in prompts list.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ValueChangingEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ZoomFactorChanging"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ValueChangingEventArgs.newValue">
<summary>
Gets or sets a value of new <see cref="P:Syncfusion.Windows.Forms.Edit.EditControl.ZoomFactor"/> value
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ValueChangingEventArgs.oldValue">
<summary>
Gets or sets a value of old ZoomFactor value
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ValueChangingEventArgs.#ctor(System.Single,System.Single)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.ValueChangingEventArgs"/> class.
</summary>
<param name="oldValue">previous zoom factor of <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/></param>
<param name="newValue">new zoom factor of <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ValueChangingEventArgs.NewValue">
<summary>
Gets or sets a value of new <see cref="P:Syncfusion.Windows.Forms.Edit.EditControl.ZoomFactor"/> value
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ValueChangingEventArgs.OldValue">
<summary>
Gets or sets a value of old ZoomFactor value
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ContextChoiceTextInsertEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceSelectedTextInsert"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ContextChoiceTextInsertEventArgs.m_textDisplay">
<summary>
Text that is displayed in context choice list.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ContextChoiceTextInsertEventArgs.m_textInsert">
<summary>
Text that will be inserted to the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ContextChoiceTextInsertEventArgs.m_item">
<summary>
Selected item index.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ContextChoiceTextInsertEventArgs.#ctor(System.String,Syncfusion.Windows.Forms.Edit.Interfaces.IContextChoiceItem)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.ContextChoiceTextInsertEventArgs"/> class.
</summary>
<param name="textDisplay">Text of the context choice item. It will be also set as text to be inserted.</param>
<param name="item">Selected item.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ContextChoiceTextInsertEventArgs.DisplayText">
<summary>
Gets text that is displayed in context choice list.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ContextChoiceTextInsertEventArgs.InsertText">
<summary>
Gets or sets the text that will be inserted in context choice.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ContextChoiceTextInsertEventArgs.SelectedItem">
<summary>
Gets or sets the selected item index.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.PrintHeadlineEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.PrintHeader"/> and <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.PrintFooter"/> events of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.PrintHeadlineEventArgs.m_graphics">
<summary>
Graphics object used to print headline.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.PrintHeadlineEventArgs.m_rect">
<summary>
Rectangle, reserved for the headline.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.PrintHeadlineEventArgs.m_height">
<summary>
Resulting height if the headline.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.PrintHeadlineEventArgs.m_iPage">
<summary>
Printed page number.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.PrintHeadlineEventArgs.m_strText">
<summary>
Text to be printed out.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.PrintHeadlineEventArgs.m_bHandled">
<summary>
Specifies whether text printing has been handled.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.PrintHeadlineEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.PrintHeadlineEventArgs"/> class.
</summary>
<param name="g">Graphics object.</param>
<param name="rect">Area, reserved for headline.</param>
<param name="page">Printed page number.</param>
<param name="text">Text to be printed out.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.PrintHeadlineEventArgs.Text">
<summary>
Gets or sets text that should be printed out with default headline printing method.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.PrintHeadlineEventArgs.Handled">
<summary>
Gets or sets a value indicating whether printing the text has already been handled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.PrintHeadlineEventArgs.Graphics">
<summary>
Gets the graphics object which is used for drawing the headline.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.PrintHeadlineEventArgs.Rectangle">
<summary>
Gets the rectangle, reserved for headline.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.PrintHeadlineEventArgs.PageNumber">
<summary>
Gets the number of the printed page.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.PrintHeadlineEventArgs.HeadlineHeight">
<summary>
Gets or sets the height of the headline.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.IndicatorClickEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.IndicatorMarginClick"/> and <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.IndicatorMarginDoubleClick"/> events of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IndicatorClickEventArgs.m_iLine">
<summary>
Number of the line the click has occured on.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.IndicatorClickEventArgs.m_currentBookmark">
<summary>
Currently existing custom bookmark on the line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.IndicatorClickEventArgs.#ctor(System.Int32,Syncfusion.Windows.Forms.Edit.Interfaces.ICustomBookmark)">
<summary>
Creates and initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.IndicatorClickEventArgs"/> class.
</summary>
<param name="lineIndex">Line index.</param>
<param name="bookmark">Current custom bookmark on a line.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IndicatorClickEventArgs.LineIndex">
<summary>
Gets the clicked line index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.IndicatorClickEventArgs.Bookmark">
<summary>
Gets the clicked custom bookmark if available.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.DrawUserMarginTextEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.DrawUserMarginText"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.DrawUserMarginTextEventArgs.m_graphics">
<summary>
Graphics object to draw text on.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.DrawUserMarginTextEventArgs.m_rect">
<summary>
Rectangle of allowed text area.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.DrawUserMarginTextEventArgs.m_line">
<summary>
Corresponding editor line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.DrawUserMarginTextEventArgs.m_clr">
<summary>
Text color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.DrawUserMarginTextEventArgs.m_font">
<summary>
Text font.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.DrawUserMarginTextEventArgs.m_strText">
<summary>
Text itself.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.DrawUserMarginTextEventArgs.m_bCustomDraw">
<summary>
Indicates whether user draws text itself.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.DrawUserMarginTextEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.Edit.Interfaces.ILexemLine,System.Drawing.Font,System.Drawing.Color)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.DrawUserMarginTextEventArgs"/> class.
</summary>
<param name="g">Graphics object to draw text on.</param>
<param name="rect">Rectangle of allowed text area.</param>
<param name="line">Corresponding editor line.</param>
<param name="font">Font of text.</param>
<param name="color">Color of text.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.DrawUserMarginTextEventArgs.Graphics">
<summary>
Gets graphics object to draw text on.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.DrawUserMarginTextEventArgs.Rect">
<summary>
Gets rectangle of allowed text area.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.DrawUserMarginTextEventArgs.Line">
<summary>
Gets corresponding editor line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.DrawUserMarginTextEventArgs.Color">
<summary>
Gets or sets the text color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.DrawUserMarginTextEventArgs.Font">
<summary>
Gets or sets the text font.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.DrawUserMarginTextEventArgs.Text">
<summary>
Gets or sets the text of UserMargin.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.DrawUserMarginTextEventArgs.CustomDraw">
<summary>
Gets or sets a value indicating whether user draws text itself.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.SaveWithDataLosingEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.SaveStreamWithDataLoss"/> and <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.SaveFileWithDataLoss"/> events of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.SaveWithDataLosingEventArgs.m_bUserHandling">
<summary>
Indicates whether user handled the event.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.SaveWithDataLosingEventArgs.m_bSaveWithLoss">
<summary>
If user handled the event, indicates whether data have to be saved with loosing
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.SaveWithDataLosingEventArgs.UserHandling">
<summary>
Gets or sets a value indicating whether user handled the event or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.SaveWithDataLosingEventArgs.SaveWithLoss">
<summary>
Gets or sets a value indicating whether the data have to be saved with loosing (if user handled the event).
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.CollapseEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningTooltipPopup"/>, <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningTooltipClose"/>, <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningExpand"/> and <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningCollapse"/> events of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.CollapseEventArgs.m_strCollapseName">
<summary>
Collapse name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.CollapseEventArgs.m_collapser">
<summary>
Collapser.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.CollapseEventArgs.m_strCollapsedText">
<summary>
Collapsed text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.CollapseEventArgs.#ctor(System.String,Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.CollapseEventArgs"/> class.
</summary>
<param name="strCollapseName">Collapse name.</param>
<param name="collapser">Collapser.</param>
<param name="strCollapsedText">Collapsed text.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.CollapseEventArgs.CollapseName">
<summary>
Gets or sets collapse name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.CollapseEventArgs.Collapser">
<summary>
Gets or sets collapser.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.CollapseEventArgs.CollapsedText">
<summary>
Gets or sets collapsed text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.OutliningEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningBeforeExpand"/> and <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningBeforeCollapse"/> events of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.OutliningEventArgs.m_bCancel">
<summary>
Specifies whether user calcels the underlying event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.OutliningEventArgs.#ctor(System.String,Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.OutliningEventArgs"/> class.
</summary>
<param name="strCollapseName">Collapse name.</param>
<param name="collapser">Collapser.</param>
<param name="strCollapsedText">Collapsed text.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.OutliningEventArgs.Cancel">
<summary>
Gets or sets a value indicating whether user cancels the underlying event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.OutliningTooltipBeforePopupEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningTooltipBeforePopup"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.OutliningTooltipBeforePopupEventArgs.m_mode">
<summary>
Mode of tooltip showing.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.OutliningTooltipBeforePopupEventArgs.#ctor(System.String,Syncfusion.Windows.Forms.Edit.Implementation.Parser.CollapsableRegion,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.OutliningTooltipBeforePopupEventArgs"/> class.
</summary>
<param name="strCollapseName">Collapse name.</param>
<param name="collapser">Collapser.</param>
<param name="strCollapsedText">Collapsed text.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.OutliningTooltipBeforePopupEventArgs.ShowMode">
<summary>
Gets or sets a value indicating whether user cancels the underlying event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.UpdateBookmarkTooltipEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.UpdateBookmarkToolTip"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.UpdateTooltipEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.UpdateContextToolTip"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.UpdateTooltipEventArgs.Text">
<summary>
Holds the text of the tooltip.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.UpdateTooltipEventArgs.HintedArea">
<summary>
Holds the rectangle, that represents an object which has this tooltip.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.UpdateTooltipEventArgs.X">
<summary>
Holds the mouse X coordinate value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.UpdateTooltipEventArgs.Y">
<summary>
Holds the mouse Y coordinate value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.UpdateTooltipEventArgs.m_image">
<summary>
Image associated with tooltip.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.UpdateTooltipEventArgs.#ctor">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.Edit.UpdateTooltipEventArgs"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.UpdateTooltipEventArgs.#ctor(System.String)">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.Edit.UpdateTooltipEventArgs"/> class.
</summary>
<param name="text">Text of the tooltip.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.UpdateTooltipEventArgs.#ctor(System.String,System.Drawing.Rectangle)">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.Edit.UpdateTooltipEventArgs"/> class.
</summary>
<param name="text">Text of the tooltip.</param>
<param name="rect">Hinted rectangle.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.UpdateTooltipEventArgs.Image">
<summary>
Gets or sets image associated with tooltip.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.UpdateBookmarkTooltipEventArgs.Line">
<summary>
Holds the index value of bookmarked line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.UpdateBookmarkTooltipEventArgs.Bookmark">
<summary>
Holds the bookmark value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.UpdateBookmarkTooltipEventArgs.#ctor(System.Int32,Syncfusion.Windows.Forms.Edit.Interfaces.IBookmark,Syncfusion.Windows.Forms.Edit.UpdateTooltipEventArgs)">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.Edit.UpdateBookmarkTooltipEventArgs"/> class.
</summary>
<param name="iLine">Index of bookmarked line.</param>
<param name="bookmark">Bookmark.</param>
<param name="tooltipInfo">UpdateTooltipEventArgs.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.GetBoolEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.CheckSmartGripVisibility"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.GetBoolEventArgs.m_bValue">
<summary>
Resulting boolean value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.GetBoolEventArgs.#ctor(System.Boolean)">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.Edit.GetBoolEventArgs"/> class.
</summary>
<param name="defaultValue">Default initial value.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.GetBoolEventArgs.Value">
<summary>
Gets or sets resulting boolean value.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ChangeValueEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetMinimalWidth"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.StreamEditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ChangeValueEventArgs.m_value">
<summary>
Value itself.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ChangeValueEventArgs.#ctor(System.Object)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.ChangeValueEventArgs"/> class.
</summary>
<param name="value">Value itself.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ChangeValueEventArgs.Value">
<summary>
Gets or sets the minimal width of EditControl.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.UnreachableTextFoundEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.UnreachableTextFound"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.UnreachableTextFoundEventArgs.Text">
<summary>
Holds the searched text value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.UnreachableTextFoundEventArgs.Point">
<summary>
Gets the point of the unreachable text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.UnreachableTextFoundEventArgs.ContinueSearch">
<summary>
Indicates whether search must be continued or not.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.UnreachableTextFoundEventArgs.#ctor(System.String,Syncfusion.Windows.Forms.Edit.Interfaces.IParsePoint)">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.Edit.UnreachableTextFoundEventArgs"/> class.
</summary>
<param name="text">Searched text.</param>
<param name="point">Point of the location of unreachable text.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.CodeSnippetsEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.CodeSnippetDeactivating"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.CodeSnippetsEventArgs.CodeSnippet">
<summary>
Holds the Code snippet that is currently activated.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.CodeSnippetsEventArgs.#ctor(Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.CodeSnippetsEventArgs"/> class.
</summary>
<param name="codeSnippet">Currently activated code snippet.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.CancellableCodeSnippetsEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.CodeSnippetActivating"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.CancellableCodeSnippetsEventArgs.Cancel">
<summary>
Indicates whether action must be cancelled.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.CancellableCodeSnippetsEventArgs.#ctor(Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet)">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.Edit.CancellableCodeSnippetsEventArgs"/> class.
</summary>
<param name="codeSnippet">Currently activated code snippet.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.NewSnippetMemberHighlightingEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.NewSnippetMemberHighlighting"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.NewSnippetMemberHighlightingEventArgs.OldSnippetMember">
<summary>
Previously highlighted snippet member.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.NewSnippetMemberHighlightingEventArgs.NewSnippetMember">
<summary>
Snippet member that must be highlighted.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.NewSnippetMemberHighlightingEventArgs.#ctor(Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet,Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember,Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippetsManager.SnippetMember)">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.Edit.NewSnippetMemberHighlightingEventArgs"/> class.
</summary>
<param name="oldSnippetMember">Previously highlighted snippet member.</param>
<param name="newSnippetMember">Snippet member that has to be highlighted.</param>
<param name="codeSnippet">Currently activated code snippet.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.CodeSnippetTemplateTextChangingEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.CodeSnippetTemplateTextChanging"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.CodeSnippetTemplateTextChangingEventArgs.TemlateMemberName">
<summary>
Holds the name of template member that needs to be changed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.CodeSnippetTemplateTextChangingEventArgs.NewText">
<summary>
Holds the text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.CodeSnippetTemplateTextChangingEventArgs.#ctor(Syncfusion.Windows.Forms.Edit.Utils.CodeSnippets.CodeSnippet,System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.CodeSnippetTemplateTextChangingEventArgs"/> class.
</summary>
<param name="codeSnippet">Currently activated code snippet.</param>
<param name="templateMemberName">Name of template member that is to be changed.</param>
<param name="newText">New text.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs">
<summary>
Provides data for the ParsePointParameterChangedEventHandler.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs.OldOffset">
<summary>
Holds the old value of point offset.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs.NewOffset">
<summary>
Holds the new value of point offset.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs.OldPosition">
<summary>
Holds the old value of point position.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs.NewPosition">
<summary>
Holds the new value of point position.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs.OldLine">
<summary>
Holds the old value of point line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs.NewLine">
<summary>
Holds the new value of point line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs.#ctor(System.Int64,System.Int64,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs"/> the class.
</summary>
<param name="oldOffset">Old point offset.</param>
<param name="newOffset">New point offset.</param>
<param name="oldPos">Old point position.</param>
<param name="newPos">New point position.</param>
<param name="oldLine">Old point line.</param>
<param name="newLine">New point line.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs.OffsetChanged">
<summary>
Gets a value indicating whether offset has been changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs.PositionChanged">
<summary>
Gets a value indicating whether position has been changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventArgs.LineChanged">
<summary>
Gets a value indicating whether line has been changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.BookmarkPaintEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.Utils.CustomBookmark.DrawBookmark"/> event and contains all information needed for rendering and controlling the drawing process.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.BookmarkPaintEventArgs.lineNumber">
<summary>
Number of line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.BookmarkPaintEventArgs.#ctor(System.Windows.Forms.PaintEventArgs,System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.BookmarkPaintEventArgs"/> class.
</summary>
<param name="args">Event args to get info for new object from.</param>
<param name="lineNumber">Number of line.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.BookmarkPaintEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Edit.BookmarkPaintEventArgs"/> class.
</summary>
<param name="g">Graphics object used for rendering</param>
<param name="rc">Destination rectangle</param>
<param name="lineNumber">Number of line.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Edit.BookmarkPaintEventArgs.LineNumber">
<summary>
Gets the line number in the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.CoordinatesChangeEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.BeforeCoordinatesChange"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.CoordinatesChangeEventArgs.NewPoint">
<summary>
Holds the new point value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Edit.CoordinatesChangeEventArgs.#ctor(System.Drawing.Point)">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.Edit.CoordinatesChangeEventArgs"/> class.
</summary>
<param name="newPoint">New point.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.StreamCloseEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.Closing"/> and <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptUpdate"/> events of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.LongOperationEventHandler">
<summary>
Represents the method that will handle the events, connected with long operations.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.CustomSnippetDrawEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format.OnCustomDraw"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.Formatting.Format"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ValueChangedEventHandler">
<summary>
Represents the method that will handle the ValueChanged event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ValueChangingEventHandler">
<summary>
Represents the delegate method that handles the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ZoomFactorChanging"/> event of <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
<param name="sender">Sender of the event</param>
<param name="e">Arguments of the event</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ParsePointDeletedEventHandler">
<summary>
Represents the method that will handle the ParsePoint Deleted event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.CoordinatePointDeletedEventHandler">
<summary>
Represents the method that will handle the CoordinatePoint Deleted event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.TextChangedEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.LineChanged"/> and <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptUpdate"/> events of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.TextChangingEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.TextChanging"/> and <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptUpdate"/> events of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.LineInsertedEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.LineInserted"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.LineDeletedEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.LineDeleted"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ProcessCommandEventHandler">
<summary>
Represents the method that will handle the ProcessKey events.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ProcessCommandsEventHandler">
<summary>
Represents the method that will handle the ProcessKey events.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ContextChoiceEventHandler">
<summary>
Represents the method that will handle the event, related to the context choice.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ContextChoiceCloseEventHandler">
<summary>
Represents the method that will handle the close event, related to the context choice.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ContextChoiceTextInsertEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceSelectedTextInsert"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.DrawLineMarkEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.DrawLineMark"/> and <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptUpdate"/> events of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ContextPromptUpdateEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptOpen"/> and <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptUpdate"/> events of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ContextPromptCloseEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptClose"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ContextChoiceItemSelectedEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceItemSelected"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ContextChoiceItemEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextChoiceRightClick"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ContextPromptSelectionChangedEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ContextPromptSelectionChanged"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.PrintHeadlineEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.PrintHeader"/> and <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.PrintFooter"/> events of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.LexemReplaceEventHandler">
<summary>
Represents the method that is used for processing lexems and replacing their text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.IndicatorClickEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.IndicatorMarginClick"/> and <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.IndicatorMarginDoubleClick"/> events of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.DrawUserMarginTextEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.DrawUserMarginText"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.SaveWithDataLosingEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.SaveStreamWithDataLoss"/> and <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.SaveFileWithDataLoss"/> events of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.OutliningEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningExpand"/> and <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningCollapse"/> events of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.OutliningCancellableEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningBeforeExpand"/> and <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningBeforeCollapse"/> events of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.CollapsedRegionRelatedEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningTooltipPopup"/> and <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningTooltipClose"/> events of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.OutliningTooltipBeforePopupEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.OutliningTooltipBeforePopup"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.EncodingChangedEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.EncodingChanged"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.StreamEditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.GetBoolEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings.CheckSmartGripVisibility"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.Utils.StatusBarSettings"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ChangeValueEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.GetMinimalWidth"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.StreamEditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.UpdateTooltipEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.UpdateContextToolTip"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.UnreachableTextFoundEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.UnreachableTextFound"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.OnBeforeLineNumberPaintEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.BeforeLineNumberPaint"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.NewSnippetMemberHighlightingEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.NewSnippetMemberHighlighting"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.CodeSnippetTemplateTextChangingEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.CodeSnippetTemplateTextChanging"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.CancellableCodeSnippetsEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.CodeSnippetActivating"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.CodeSnippetsEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.CodeSnippetDeactivating"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.UpdateBookmarkTooltipEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.UpdateBookmarkToolTip"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ParsePointParameterChangedEventHandler">
<summary>
Represents the method that will handle the ParsePointParameterChanged event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.BookmarkPaintEventHandler">
<summary>
Handler for the ParsePointParameterChanged event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.CoordinatesChangeEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager.BeforeCoordinatesChange"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.Implementation.CursorManager"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.ChangingStreamEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.EditControl.ChangingStream"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.InvalidateAreaEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Edit.StreamEditControl.InvalidateArea"/> event of the <see cref="T:Syncfusion.Windows.Forms.Edit.StreamEditControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.LexemCollapsingType">
<summary>
Defines the constants that specifies the all types of meanings of the lexem in the terms of collapsing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.LexemCollapsingType.CollapsedLexem">
<summary>
Specifies whether the lexem is a collapsed region.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.LexemCollapsingType.RegionStart">
<summary>
Specifies whether the lexem is the first lexem of the collapsible region.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.LexemCollapsingType.RegionEnd">
<summary>
Specifies whether the lexem is the last region of the collapsible region.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.LexemCollapsingType.None">
<summary>
Specifies whether the lexem is not related to the collapsible regions.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.TextParsingMode">
<summary>
Defines the constants that specifies the mode of text parsing in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>. You can switch between high speed and high accuracy modes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.TextParsingMode.FullParsing">
<summary>
Represents the slow parsing speed and provides all text is parsed and colored with 100% accuracy.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.TextParsingMode.PartialParsingNoFallback">
<summary>
Represents the high parsing speed and provides some text can be colored incorrectly.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.TextParsingMode.PartialParsingWithFallback">
<summary>
Represents the high parsing speed, the accuracy of which cannot be guaranteed, is colored as simple text without syntax highlighting.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.DuplicatesOptions">
<summary>
Defines the constants that specifies the appending of new configuration with duplicated items to the existing one.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.DuplicatesOptions.SkipDuplicates">
<summary>
Specifies, if language configuration exists in current configuration means, new configuration will not be added.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.DuplicatesOptions.OverwriteDuplicates">
<summary>
Specifies, if language configuration exists in current configuration, it will be deleted and new configuration will be added.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.DuplicatesOptions.DuplicatesNotAllowed">
<summary>
Specifies, if language configuration exists in current configuration, exception will be raised.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.DuplicatesOptions.MergeDuplicates">
<summary>
Specifies, if language configuration exists in current configuration, new configuration will be merged with it.
New configuration has higher priority and will overwrite old settings. Useful to redefine coloring.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.SaveChangesAction">
<summary>
Defines the constants that specifies the action to be executed on the modified file in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.SaveChangesAction.Save">
<summary>
Specifies that the changes should be saved by <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.SaveChangesAction.Discard">
<summary>
Specifies that it discards changes without saving them.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.SaveChangesAction.Cancel">
<summary>
Specifies that it cancels current operation that is used in form's closure processing to cancel its closure.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.SaveChangesAction.ShowDialog">
<summary>
Specifies that it shows standard dialog that prompts user to save changes or cancel the operation.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.ModifierKeyState">
<summary>
Defines the constants that specifies the states of modifier key in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.ModifierKeyState.Indifferent">
<summary>
Specifies whether the state of the modifier key is not checked.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.ModifierKeyState.Pressed">
<summary>
Specifies that the modifier key must be pressed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.ModifierKeyState.Unpressed">
<summary>
Specifies that the modifier key must be not pressed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.UnderlineStyle">
<summary>
Defines the constants that specifies the underline styles of code snippet in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.UnderlineStyle.None">
<summary>
Specifies the no underlining of the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.UnderlineStyle.Solid">
<summary>
Specifies the one line under snippet text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.UnderlineStyle.DashDot">
<summary>
Specifies the Dash-dot line style for snippet text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.UnderlineStyle.Dot">
<summary>
Specifies the Dot line style for snippet text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.UnderlineStyle.Dash">
<summary>
Specifies the Dash line style for snippet text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.UnderlineStyle.Wave">
<summary>
Specifies the Wave line style for snippet text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.UnderlineWeight">
<summary>
Defines the constants that specifies the weight of the underline in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.UnderlineWeight.Thin">
<summary>
Represents the 1px line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.UnderlineWeight.Bold">
<summary>
Represents the 2px line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.UnderlineWeight.Double">
<summary>
Represents drawing two lines in 1px weight with background color delimiter in 1px. Line needs 3px for drawing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.UnderlineWeight.DoubleBold">
<summary>
Represents that each line takes 2 px. Lines needs 6px for drawing.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.FrameBorderStyle">
<summary>
Defines the constants that specifies the style of frame border line in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FrameBorderStyle.None">
<summary>
Defines no border.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FrameBorderStyle.Solid">
<summary>
Specifies the one simple line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FrameBorderStyle.DashDot">
<summary>
Specifies the Dash-dot line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FrameBorderStyle.Dot">
<summary>
Specifies the dot line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FrameBorderStyle.Dash">
<summary>
Specifies the dash line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FrameBorderStyle.Wave">
<summary>
Specifies the wave line.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.BorderWeight">
<summary>
Defines the constants that specifies the weight of border line in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.BorderWeight.Thin">
<summary>
Defines the 1px line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.BorderWeight.Bold">
<summary>
Defines the 2px line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.BorderWeight.Double">
<summary>
Defines the two 1px lines with delimiter in 1px.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.FormatType">
<summary>
Defines the constants that specifies the default types supported by <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> render.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.Text">
<summary>
Specifies the default text drawing format.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.SelectedText">
<summary>
Specifies the selected text format.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.InactiveSelectedText">
<summary>
Specifies the selected text drawing when window which holds the control loses focus.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.Error">
<summary>
Specifies the display part of text in error color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.Bookmark">
<summary>
Specifies the special bookmark formatting.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.EnabledBreakPoint">
<summary>
Specifies the display line of code as is on it set breakpoint.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.DisabledBreakPoint">
<summary>
Specifies the disabled breakpoint look and feel.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.WrongBreakPoint">
<summary>
Specifies that breakpoint placed in wrong location.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.CurrentStatement">
<summary>
Specifies the current cursor position.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.CollapsedText">
<summary>
Specifies the text of collapsed region caption.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.ReadOnlyRegion">
<summary>
Read only parts of text. Text marked in colors which say to user that code cannot be edited.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.WizardCode">
<summary>
Specifies the special code which generated automatically by environment can be assigned to this format.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.Comment">
<summary>
Specifies the comment in parsed language.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.Operator">
<summary>
Specifies the operators and punctuators symbols.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.KeyWord">
<summary>
Specifies the keyword of language.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.PreprocessorKeyword">
<summary>
Specifies the keyword which does not belong to language directly and used by pre-processing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.String">
<summary>
Specifies the strings.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.SingleCharacter">
<summary>
Specifies the one character symbols.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.URI">
<summary>
Specifies the Unique resource identifier, mostly used for web URL and e-mails.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.Number">
<summary>
Specifies the number value in integer or float format.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.Whitespace">
<summary>
Specifies the whitespace and tabs.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.FormatType.Custom">
<summary>
Specifies all other formats which cannot be identified directly by control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.KnownLanguages">
<summary>
Defines the constants that specifies the known languages that can be configured in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.KnownLanguages.Undefined">
<summary>
This option represents the undefined language.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.KnownLanguages.Text">
<summary>
This option represents the plain text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.KnownLanguages.CSharp">
<summary>
This option represents the C# language.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.KnownLanguages.Delphi">
<summary>
This option represents the Delphi language.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.KnownLanguages.XML">
<summary>
This option represents the XML language.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.KnownLanguages.HTML">
<summary>
This option represents the HTML language.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.KnownLanguages.VBNET">
<summary>
This option represents the VB .NET language.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.KnownLanguages.SQL">
<summary>
This option represents the SQL language.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.KnownLanguages.Java">
<summary>
This option represents the Java language.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.KnownLanguages.VBScript">
<summary>
This option represents the VBScript language.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.KnownLanguages.JScript">
<summary>
This option represents the JScript language.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.KnownLanguages.C">
<summary>
This option represents the C language.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.KnownLanguages.PowerShell">
<summary>
This option represents the PowerShell language.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.SearchAttributes">
<summary>
Defines the constants that specifies the different additional features for searching text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.SearchAttributes.Unknown">
<summary>
Specifies the unknown feature.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.SearchAttributes.MatchCase">
<summary>
Specifies the matches case found in searching.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.SearchAttributes.MatchWholeWord">
<summary>
Specifies finding only whole word.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.SearchAttributes.SearchHidden">
<summary>
Specifies searching the hidden text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.SearchAttributes.SearchUp">
<summary>
Specifies searching the text in up direction.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.SearchAttributes.UseRegexp">
<summary>
Specifies using regular expressions for searching the text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.SearchType">
<summary>
Defines the constants that specifies the type of searching the word in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.SearchType.Unknown">
<summary>
Specifies the unknown type of searching.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.SearchType.FindNext">
<summary>
Specifies finding the next word.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.SearchType.MarkAll">
<summary>
Marking all the found words.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.TextChange">
<summary>
Defines the constants that specifies the type of the action that was performed on text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.TextChange.Inserted">
<summary>
Specifies that text was inserted in EditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.TextChange.Deleted">
<summary>
Specifies that text was deleted in EditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.TextChange.Changed">
<summary>
Specifies that text was changed in EditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.TextChange.Undo">
<summary>
Specifies that undo operation was performed in EditControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.TextChange.Redo">
<summary>
Specifies that redo operation was performed in EditControl.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.WordWrapType">
<summary>
Defines the constants that specifies the type of word wrapping in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.WordWrapType.WrapByWord">
<summary>
Specifies the word wrapping by lexem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.WordWrapType.WrapByChar">
<summary>
Specifies the word wrapping by char.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.WordWrapMode">
<summary>
Defines the constants that specifies the mode of word wrapping in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.WordWrapMode.Control">
<summary>
Specifies that text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> will be wrapped within the limit of its width.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.WordWrapMode.WordWrapMargin">
<summary>
Specifies that text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> will be wrapped within the limit of text area.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.WordWrapMode.SpecifiedColumn">
<summary>
Specifies that text in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/> will be wrapped within the limit of specified column.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.AutoIndentMode">
<summary>
Defines the constants that specifies the mode of auto indenting in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.AutoIndentMode.None">
<summary>
Specifies that auto indent functionalities cannot be performed in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.AutoIndentMode.Block">
<summary>
Specifies the block mode that helps to begins the next line at same place as the previous.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.AutoIndentMode.Smart">
<summary>
Specifies the smart mode that starts the column of the next line based on the indentation properties of lexems.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.OutliningTooltipShowMode">
<summary>
Defines the constants that specifies the mode of showing outlining tooltips in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.OutliningTooltipShowMode.Off">
<summary>
Specifies that tooltip will not be shown.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.OutliningTooltipShowMode.SimpleTooltip">
<summary>
Specifies that only simple (not outlining) tooltip is shown.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.OutliningTooltipShowMode.On">
<summary>
Specifies that outlining tooltip will be shown.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.SizingGripVisibility">
<summary>
Defines the constants that specifies the visibility of status bar sizing grip.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.SizingGripVisibility.Visible">
<summary>
Specifies that sizing grip will always been shown in StatusBar.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.SizingGripVisibility.Hidden">
<summary>
Specifies that sizing grip will never been shown in StatusBar.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.ContextChoiceItemType">
<summary>
Specifies the types of context choice items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.ContextChoiceItemType.Default">
<summary>
Specifies the default context choice item.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.ContextChoiceItemType.CodeSnippetsContainer">
<summary>
Specifies the container of code snippets.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.ContextChoiceItemType.CodeSnippet">
<summary>
Specifies the code snippet.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.LineNumberAlignment">
<summary>
Defines the constants that specifies the alignment of the line numbers area in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.LineNumberAlignment.Right">
<summary>
Specifies that line numbers will be aligned at right side in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.LineNumberAlignment.Left">
<summary>
Specifies that line numbers will be aligned at Left side in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Edit.Enums.MarginPlacement">
<summary>
Defines the constants that specifies the placement of the margin in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.MarginPlacement.Left">
<summary>
Specifies that margins will be aligned at left side in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Edit.Enums.MarginPlacement.Right">
<summary>
Specifies the margins will be aligned at right side in <see cref="T:Syncfusion.Windows.Forms.Edit.EditControl"/>.
</summary>
</member>
</members>
</doc>