Class EditControlStyleInfoIdentity
Implements the class that provide the identity information of EditControlVisualStyle using StyleInfoSubObjectIdentity.
Inheritance
System.Object
EditControlStyleInfoIdentity
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class EditControlStyleInfoIdentity : StyleInfoSubObjectIdentity, IDisposable
Constructors
EditControlStyleInfoIdentity(EditControl)
Initializes a new instance of the EditControlStyleInfoIdentity class.
Declaration
public EditControlStyleInfoIdentity(EditControl editcontrol)
Parameters
| Type | Name | Description |
|---|---|---|
| EditControl | editcontrol | EditControl to create an identity. |
Methods
GetBaseStyles(IStyleInfo)
Loops through all base styles until it finds a style that has a specific property initialized.
Declaration
public override IStyleInfo[] GetBaseStyles(IStyleInfo thisStyleInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| IStyleInfo | thisStyleInfo | A instance of IStyleInfo |
Returns
| Type | Description |
|---|---|
| IStyleInfo[] | Returns the IStyleInfo. |
Overrides
OnStyleChanged(StyleInfoBase, StyleInfoProperty)
Occurs when a property in the EditControlVisualStyle has changed.
Declaration
public override void OnStyleChanged(StyleInfoBase style, StyleInfoProperty sip)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleInfoBase | style | The StyleInfoBase instance that has changed. |
| StyleInfoProperty | sip | A StyleInfoProperty that identifies the property to operate on. |
Overrides
Implements
System.IDisposable