Class ContextChoiceStyleInfo
Represents the class to define the style for Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice Popup.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class ContextChoiceStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
ContextChoiceStyleInfo()
Initializes a new instance of the ContextChoiceStyleInfo class.
Declaration
public ContextChoiceStyleInfo()
ContextChoiceStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the ContextChoiceStyleInfo class.
Declaration
public ContextChoiceStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A ContextChoiceStyleInfoIdentity that holds the identity for this ContextChoiceStyleInfoStore. |
ContextChoiceStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the ContextChoiceStyleInfo class.
Declaration
public ContextChoiceStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A ContextChoiceStyleInfoIdentity that holds the identity for this ContextChoiceStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the background System.Drawing.Color value of the Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice PopUp.
Declaration
[ThemeStudio(true)]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the border System.Drawing.Color value of the Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice component.
Declaration
[ThemeStudio(true)]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderThickness
Gets or sets the border thickness of the Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice component.
Declaration
[ThemeStudio(true)]
public int BorderThickness { get; set; }
Property Value
Type |
---|
System.Int32 |
DefaultStyle
Gets the default style value for the Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice Popup.
Declaration
public static ContextChoiceStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
ContextChoiceStyleInfo |
Font
Gets or sets the System.Drawing.Font value of the Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice PopUp.
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Gets or sets the foreground System.Drawing.Color value of the Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice PopUp.
Declaration
[ThemeStudio(true)]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverBackColor
Gets or sets the background System.Drawing.Color value of the hovered element in the Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice Popup.
Declaration
[ThemeStudio(true)]
public Color HoverBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverForeColor
Gets or sets the foreground System.Drawing.Color value of the hovered element in the Syncfusion.Windows.Forms.Edit.Forms.Popup.ContextChoice component.
Declaration
[ThemeStudio(true)]
public Color HoverForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the ContextChoiceStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |