Class DomainUpDownExtStyleInfoIdentity
Implements the class that provide the identity information of DomainUpDownExtVisualStyle using StyleInfoSubObjectIdentity.
Inheritance
System.Object
DomainUpDownExtStyleInfoIdentity
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DomainUpDownExtStyleInfoIdentity : StyleInfoSubObjectIdentity, IDisposable
Constructors
DomainUpDownExtStyleInfoIdentity(DomainUpDownExt)
Initializes a new instance of the DomainUpDownExtStyleInfoIdentity class.
Declaration
public DomainUpDownExtStyleInfoIdentity(DomainUpDownExt domainUpDownExt)
Parameters
| Type | Name | Description |
|---|---|---|
| DomainUpDownExt | domainUpDownExt |
Methods
GetBaseStyles(IStyleInfo)
Declaration
public override IStyleInfo[] GetBaseStyles(IStyleInfo styleInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| IStyleInfo | styleInfo |
Returns
| Type |
|---|
| IStyleInfo[] |
Overrides
OnStyleChanged(StyleInfoBase, StyleInfoProperty)
Declaration
public override void OnStyleChanged(StyleInfoBase style, StyleInfoProperty sip)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleInfoBase | style | |
| StyleInfoProperty | sip |
Overrides
Implements
System.IDisposable