Class EditControlStyleInfoStore
Provides storage for the EditControlVisualStyle object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class EditControlStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
EditControlStyleInfoStore()
Initializes a new instance of the EditControlStyleInfoStore class.
Declaration
public EditControlStyleInfoStore()
EditControlStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the EditControlStyleInfoStore class from a serialization stream.
Declaration
protected EditControlStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | An object that holds all the data needed to serialize or deserialize this instance. |
System.Runtime.Serialization.StreamingContext | context | Describes the source and destination of the serialized stream specified by info. |
Fields
BookmarkMarginBackColorProperty
Provides information about the BookmarkMarginBackColor property.
Declaration
public static readonly StyleInfoProperty BookmarkMarginBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CollapseButtonBackColorProperty
Provides information about the CollapseButtonBackColor property.
Declaration
public static readonly StyleInfoProperty CollapseButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CollapsedButtonForeColorProperty
Provides information about the CollapsedButtonForeColor property.
Declaration
public static readonly StyleInfoProperty CollapsedButtonForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CollapseMarginBackColorProperty
Provides information about the CollapseMarginBackColor property.
Declaration
public static readonly StyleInfoProperty CollapseMarginBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ContextChoiceStyleProperty
Provides information about the ContextChoiceStyle property.
Declaration
public static readonly StyleInfoProperty ContextChoiceStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
ContextPromptStyleProperty
Provides information about the ContextChoiceStyle property.
Declaration
public static readonly StyleInfoProperty ContextPromptStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
DialogBoxStyleProperty
Provides information about the DialogBoxStyle property.
Declaration
public static readonly StyleInfoProperty DialogBoxStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledCollapseButtonBackColorProperty
Provides information about the DisabledCollapseButtonBackColor property.
Declaration
public static readonly StyleInfoProperty DisabledCollapseButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledCollapseButtonForeColorProperty
Provides information about the DisabledCollapseButtonForeColor property.
Declaration
public static readonly StyleInfoProperty DisabledCollapseButtonForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledLineNumberForeColorProperty
Provides information about the DisabledLineNumberForeColor property.
Declaration
public static readonly StyleInfoProperty DisabledLineNumberForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledSplitterBackColorProperty
Provides information about the DisabledSplitterBackColor property.
Declaration
public static readonly StyleInfoProperty DisabledSplitterBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledSplitterForeColorProperty
Provides information about the DisabledSplitterForeColor property.
Declaration
public static readonly StyleInfoProperty DisabledSplitterForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
LineChangedIndicatorColorProperty
Provides information about the LineChangedIndicatorColor property.
Declaration
public static readonly StyleInfoProperty LineChangedIndicatorColorProperty
Field Value
Type |
---|
StyleInfoProperty |
LineNumberFontProperty
Provides information about the LineNumberFont property.
Declaration
public static readonly StyleInfoProperty LineNumberFontProperty
Field Value
Type |
---|
StyleInfoProperty |
LineNumberForeColorProperty
Provides information about the LineNumberForeColor property.
Declaration
public static readonly StyleInfoProperty LineNumberForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
LineNumberMarginBackColorProperty
Provides information about the LineNumberMarginBackColor property.
Declaration
public static readonly StyleInfoProperty LineNumberMarginBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
LineSavedIndicatorColorProperty
Provides information about the LineSavedIndicatorColor property.
Declaration
public static readonly StyleInfoProperty LineSavedIndicatorColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectionMarginBackColorProperty
Provides information about the SelectionMarginBackColor property.
Declaration
public static readonly StyleInfoProperty SelectionMarginBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectionMarginForeColorProperty
Provides information about the SelectionMarginForeColor property.
Declaration
public static readonly StyleInfoProperty SelectionMarginForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SplitterBackColorProperty
Provides information about the SplitterBackColor property.
Declaration
public static readonly StyleInfoProperty SplitterBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SplitterForeColorProperty
Provides information about the SplitterForeColor property.
Declaration
public static readonly StyleInfoProperty SplitterForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ToolTipStyleProperty
Provides information about the ContextChoiceStyle property.
Declaration
public static readonly StyleInfoProperty ToolTipStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
UserMarginBackColorProperty
Provides information about the UserMarginBackColor property.
Declaration
public static readonly StyleInfoProperty UserMarginBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
UserMarginBorderColorProperty
Provides information about the UserMarginBorderColor property.
Declaration
public static readonly StyleInfoProperty UserMarginBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the EditControlStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |