Class ScrollerVisualStyleInfoSubObjectIdentity
Defines a class that provides style identity information for nested objects of the VisualStyleInfo class of the control.
Inheritance
System.Object
ScrollerVisualStyleInfoSubObjectIdentity
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.WinForms.Controls.Styles
Assembly: Syncfusion.Core.WinForms.dll
Syntax
public class ScrollerVisualStyleInfoSubObjectIdentity : CachedStyleInfoSubObjectIdentity, IDisposable
Constructors
ScrollerVisualStyleInfoSubObjectIdentity(StyleInfoBase, StyleInfoProperty)
Initializes a new instance of the ScrollerVisualStyleInfoSubObjectIdentity class and associates it with a specified.
Declaration
public ScrollerVisualStyleInfoSubObjectIdentity(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