Class DateTimeEditVisualStyleInfoSubObjectIdentity
Defines a class that provides style identity information for sub objects of the VisualStyleInfo class of the control.
Inheritance
System.Object
DateTimeEditVisualStyleInfoSubObjectIdentity
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.WinForms.Input.Styles
Assembly: Syncfusion.SfInput.WinForms.dll
Syntax
public class DateTimeEditVisualStyleInfoSubObjectIdentity : CachedStyleInfoSubObjectIdentity, IDisposable
Constructors
DateTimeEditVisualStyleInfoSubObjectIdentity(StyleInfoBase, StyleInfoProperty)
Initializes a new instance of the DateTimeEditVisualStyleInfoSubObjectIdentity class and associates it with a specified.
Declaration
public DateTimeEditVisualStyleInfoSubObjectIdentity(StyleInfoBase owner, StyleInfoProperty sip)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleInfoBase | owner | The StyleInfoBase that owns this sub-object. |
| StyleInfoProperty | sip | The StyleInfoProperty descriptor for this expandable sub-object. |
Implements
System.IDisposable