Class DomainUpDownExtStyleInfoIdentity
Implements the class that provide the identity information of DomainUpDownExtVisualStyle using StyleInfoSubObjectIdentity.
Inheritance
System.Object
DomainUpDownExtStyleInfoIdentity
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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