Class NumericUpDownExtStyleInfoIdentity
Implements the class that provide the identity information of NumericUpDownExtVisualStyle using StyleInfoSubObjectIdentity.
Inheritance
System.Object
NumericUpDownExtStyleInfoIdentity
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 NumericUpDownExtStyleInfoIdentity : StyleInfoSubObjectIdentity, IDisposable
Constructors
NumericUpDownExtStyleInfoIdentity(NumericUpDownExt)
Initializes a new instance of the NumericUpDownExtStyleInfoIdentity class.
Declaration
public NumericUpDownExtStyleInfoIdentity(NumericUpDownExt numericUpDownExt)
Parameters
Type | Name | Description |
---|---|---|
NumericUpDownExt | numericUpDownExt |
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