Class SuggestionItemStyleInfo
Represents the class to define the style for System.Windows.Forms.ListBox present in SpellCheckerAdv dialog box.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class SuggestionItemStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
SuggestionItemStyleInfo()
Initializes a new instance of the SuggestionItemStyleInfo class.
Declaration
public SuggestionItemStyleInfo()
SuggestionItemStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the SuggestionItemStyleInfo class.
Declaration
public SuggestionItemStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A SuggestionItemStyleInfoIdentity that holds the identity for this SuggestionItemStyleInfoStore. |
SuggestionItemStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the SuggestionItemStyleInfo class.
Declaration
public SuggestionItemStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A SuggestionItemStyleInfoIdentity that holds the identity for this SuggestionItemStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the background color of the System.Windows.Forms.ListBox present in SpellCheckerAdv.
Declaration
[ThemeStudio(true)]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default style value for the System.Windows.Forms.ListBox control in SpellChecker DialogBox .
Declaration
public static SuggestionItemStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
SuggestionItemStyleInfo |
Font
Gets or sets the System.Drawing.Font value of the System.Windows.Forms.ListBox present in SpellCheckerAdv.
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Gets or sets the foreground color of the System.Windows.Forms.ListBox present in SpellCheckerAdv.
Declaration
[ThemeStudio(true)]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SelectionBackColor
Gets or sets the background color of the System.Windows.Forms.ListBox present in SpellCheckerAdv control in selected state.
Declaration
[ThemeStudio(true)]
public Color SelectionBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SelectionForeColor
Gets or sets the foreground color of the System.Windows.Forms.ListBox present in SpellCheckerAdv control in selected state.
Declaration
[ThemeStudio(true)]
public Color SelectionForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the SuggestionItemStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |