Class ComboBoxEditorStyleInfo
Represents the class to define the style for SfComboBox control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.WinForms.ListView.Styles
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public class ComboBoxEditorStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
ComboBoxEditorStyleInfo()
Initializes a new instance of the ComboBoxEditorStyleInfo class.
Declaration
public ComboBoxEditorStyleInfo()
ComboBoxEditorStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the ComboBoxEditorStyleInfo class.
Declaration
public ComboBoxEditorStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this StyleInfoBase. |
ComboBoxEditorStyleInfo(StyleInfoSubObjectIdentity, ComboBoxEditorStyleInfoStore)
Initializes a new instance of the ComboBoxEditorStyleInfo class.
Declaration
public ComboBoxEditorStyleInfo(StyleInfoSubObjectIdentity identity, ComboBoxEditorStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this StyleInfoBase. |
ComboBoxEditorStyleInfoStore | store | The store. |
ComboBoxEditorStyleInfo(ComboBoxEditorStyleInfo)
Initializes a new instance of the ComboBoxEditorStyleInfo class.
Declaration
public ComboBoxEditorStyleInfo(ComboBoxEditorStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
ComboBoxEditorStyleInfo | style | The style object that contains the original data. |
ComboBoxEditorStyleInfo(ComboBoxEditorStyleInfoStore)
Initializes a new instance of the ComboBoxEditorStyleInfo class.
Declaration
public ComboBoxEditorStyleInfo(ComboBoxEditorStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
ComboBoxEditorStyleInfoStore | store | The store. |
ComboBoxEditorStyleInfo(TextBox)
Initializes a new instance of the ComboBoxEditorStyleInfo class.
Declaration
public ComboBoxEditorStyleInfo(TextBox textbox)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.TextBox | textbox | To get instances of TextBox |
Properties
BackColor
Gets or sets the back color of the textbox
Declaration
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the background color of the SfComboBox control.
Declaration
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Default
Gets the default value of ComboBoxEditorStyleInfo class.
Declaration
public static ComboBoxEditorStyleInfo Default { get; }
Property Value
Type |
---|
ComboBoxEditorStyleInfo |
DisabledBackColor
Gets or sets the disabled back color of textbox
Declaration
public Color DisabledBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledBorderColor
Gets or sets the background color of the SfComboBox control.
Declaration
public Color DisabledBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledForeColor
Gets or sets the disabled fore color of textbox
Declaration
public Color DisabledForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledWatermarkForeColor
Gets or sets a value indicating whether draws the fore color of the control, when the control draws water mark.
Declaration
public Color DisabledWatermarkForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
FocusedBorderColor
Gets or sets the background color of the SfComboBox control.
Declaration
public Color FocusedBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Font
Gets or sets the font value of textbox control.
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Gets or sets the fore color of textbox
Declaration
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverBorderColor
Gets or sets the background color of the SfComboBox control.
Declaration
public Color HoverBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
WatermarkForeColor
Gets or sets a value indicating whether draws the fore color of the control, when the control draws water mark.
Declaration
public Color WatermarkForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
Dispose(Boolean)
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Overrides
GetDefaultStyle()
Gets the default style value of the ComboBoxEditorStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |