Class ReadOnlyEditorStyleInfo
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 ReadOnlyEditorStyleInfo : ComboBoxEditorStyleInfo, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
ReadOnlyEditorStyleInfo()
Initializes a new instance of the ReadOnlyEditorStyleInfo class.
Declaration
public ReadOnlyEditorStyleInfo()
ReadOnlyEditorStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the ReadOnlyEditorStyleInfo class.
Declaration
public ReadOnlyEditorStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this StyleInfoBase. |
ReadOnlyEditorStyleInfo(StyleInfoSubObjectIdentity, ComboBoxEditorStyleInfoStore)
Initializes a new instance of the ReadOnlyEditorStyleInfo class.
Declaration
public ReadOnlyEditorStyleInfo(StyleInfoSubObjectIdentity identity, ComboBoxEditorStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this StyleInfoBase. |
ComboBoxEditorStyleInfoStore | store | The store. |
ReadOnlyEditorStyleInfo(ComboBoxEditorStyleInfoStore)
Initializes a new instance of the ReadOnlyEditorStyleInfo class.
Declaration
public ReadOnlyEditorStyleInfo(ComboBoxEditorStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
ComboBoxEditorStyleInfoStore | store | The store. |
ReadOnlyEditorStyleInfo(TextBox)
Initializes a new instance of the ReadOnlyEditorStyleInfo class.
Declaration
public ReadOnlyEditorStyleInfo(TextBox textbox)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.TextBox | textbox | To get instances of TextBox |
Properties
Default
Gets the default value of ComboBoxEditorStyleInfo class.
Declaration
public static ReadOnlyEditorStyleInfo Default { get; }
Property Value
Type |
---|
ReadOnlyEditorStyleInfo |
FocusedCuesColor
Gets or sets the focus rectangle color of the textbox
Declaration
public Color FocusedCuesColor { 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. |