Class AssistViewStyleInfoSubObjectIdentity
Represents a class that provides style identity information for nested objects of the AssistViewStyle class.
Inheritance
System.Object
AssistViewStyleInfoSubObjectIdentity
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.AIAssistView.Styles
Assembly: Syncfusion.SfAIAssistView.WinForms.dll
Syntax
public class AssistViewStyleInfoSubObjectIdentity : ScrollerVisualStyleInfoSubObjectIdentity, IDisposable
Constructors
AssistViewStyleInfoSubObjectIdentity(StyleInfoBase, StyleInfoProperty)
Initializes a new instance of the AssistViewStyleInfoSubObjectIdentity class. Initializes a new instances of the AssistViewStyleInfoSubObjectIdentity object.
Declaration
public AssistViewStyleInfoSubObjectIdentity(StyleInfoBase owner, StyleInfoProperty sip)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleInfoBase | owner | |
| StyleInfoProperty | sip |
Implements
System.IDisposable