Class SpellCheckerAdvVisualStyle
Represents the class to define the style for SpellCheckerAdv control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class SpellCheckerAdvVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
SpellCheckerAdvVisualStyle()
Initializes a new instance of the SpellCheckerAdvVisualStyle class.
Declaration
public SpellCheckerAdvVisualStyle()
SpellCheckerAdvVisualStyle(SpellCheckerAdvStyleInfoIdentity)
Initializes a new instance of the SpellCheckerAdvVisualStyle class.
Declaration
public SpellCheckerAdvVisualStyle(SpellCheckerAdvStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
SpellCheckerAdvStyleInfoIdentity | identity | A SpellCheckerAdvStyleInfoIdentity that holds the identity for this SpellCheckerAdvStyleInfoStore. |
SpellCheckerAdvVisualStyle(SpellCheckerAdvStyleInfoIdentity, SpellCheckerAdvStyleInfoStore)
Initializes a new instance of the SpellCheckerAdvVisualStyle class.
Declaration
public SpellCheckerAdvVisualStyle(SpellCheckerAdvStyleInfoIdentity identity, SpellCheckerAdvStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
SpellCheckerAdvStyleInfoIdentity | identity | A SpellCheckerAdvStyleInfoIdentity that holds the identity for this SpellCheckerAdvStyleInfoStore. |
SpellCheckerAdvStyleInfoStore | store | Holds instance of a SpellCheckerAdvStyleInfoStore class |
SpellCheckerAdvVisualStyle(SpellCheckerAdvStyleInfoStore)
Initializes a new instance of the SpellCheckerAdvVisualStyle class.
Declaration
public SpellCheckerAdvVisualStyle(SpellCheckerAdvStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
SpellCheckerAdvStyleInfoStore | store | Holds instance of a SpellCheckerAdvStyleInfoStore class. |
Properties
BackColor
Gets or sets the System.Drawing.Color value used to draw the background of the
Declaration
[ThemeStudio(true)]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the System.Drawing.Color value used to draw the border of the
Declaration
[ThemeStudio(true)]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CaptionBackColor
Gets or sets the System.Drawing.Color value used to draw the caption bar background color of the
dialog boxes in
Declaration
[ThemeStudio(true)]
public Color CaptionBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CaptionForeColor
Gets or sets the System.Drawing.Color value used to draw the caption bar foreground color of the
dialog boxes in
Declaration
[ThemeStudio(true)]
public Color CaptionForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default style value for the
Declaration
public static SpellCheckerAdvVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
SpellCheckerAdvVisualStyle |
ErrorFont
Gets or sets the System.Drawing.Font value of the SpellCheckerAdv.
Declaration
public Font ErrorFont { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
Font
Gets or sets the System.Drawing.Font value of the SpellCheckerAdv.
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Gets or sets the System.Drawing.Color value used to draw the foreground of the
Declaration
[ThemeStudio(true)]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SuggestionItemStyle
Gets or sets style for System.Windows.Forms.ListBox of the
Declaration
public SuggestionItemStyleInfo SuggestionItemStyle { get; set; }
Property Value
Type |
---|
SuggestionItemStyleInfo |
Methods
CreateSubObjectIdentity(StyleInfoProperty)
Overridden to create a product-specific identity object for the sub object.
Declaration
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoProperty | sip | StyleInfoProperty descriptor for this sub object. |
Returns
Type | Description |
---|---|
StyleInfoSubObjectIdentity | Identity for the sub object. |
Overrides
GetDefaultStyle()
Gets the default style value of the
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |