Class ToolTipVisualStyleInfoSubObjectIdentity
Provides style identity information for nested expandable objects of the ToolTipVisualStyle class.
Inheritance
System.Object
ToolTipVisualStyleInfoSubObjectIdentity
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.WinForms.Controls.Styles
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ToolTipVisualStyleInfoSubObjectIdentity : CachedStyleInfoSubObjectIdentity, IDisposable
Constructors
ToolTipVisualStyleInfoSubObjectIdentity(StyleInfoBase, StyleInfoProperty)
Initializes a new instance of the ToolTipVisualStyleInfoSubObjectIdentity class.
Declaration
public ToolTipVisualStyleInfoSubObjectIdentity(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