WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewAdvStyleInfoIdentity

    Show / Hide Table of Contents

    Class TreeViewAdvStyleInfoIdentity

    Inheritance
    System.Object
    StyleInfoIdentityBase
    StyleInfoSubObjectIdentity
    TreeViewAdvStyleInfoIdentity
    Implements
    System.IDisposable
    Inherited Members
    StyleInfoSubObjectIdentity.Owner
    StyleInfoSubObjectIdentity.Sip
    StyleInfoIdentityBase.GetBaseStyle(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.GetBaseStyleNotEmptyExpandable(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.OnStyleChanging(StyleInfoBase, StyleInfoProperty)
    StyleInfoIdentityBase.InnerIdentity
    StyleInfoIdentityBase.IsDisposable
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TreeViewAdvStyleInfoIdentity : StyleInfoSubObjectIdentity, IDisposable

    Constructors

    TreeViewAdvStyleInfoIdentity(TreeNodeAdv)

    Call this constructor only to initialize ChildStyles. Assumption is made in GetBaseStyles that this is called only for ChildStyles.

    Declaration
    public TreeViewAdvStyleInfoIdentity(TreeNodeAdv node)
    Parameters
    Type Name Description
    TreeNodeAdv node

    TreeViewAdvStyleInfoIdentity(TreeViewAdv)

    Declaration
    public TreeViewAdvStyleInfoIdentity(TreeViewAdv tree)
    Parameters
    Type Name Description
    TreeViewAdv tree

    Properties

    Node

    Declaration
    public TreeNodeAdv Node { get; }
    Property Value
    Type Description
    TreeNodeAdv

    TreeView

    Declaration
    public TreeViewAdv TreeView { get; }
    Property Value
    Type Description
    TreeViewAdv

    Methods

    Dispose()

    Declaration
    public override void Dispose()
    Overrides
    StyleInfoSubObjectIdentity.Dispose()

    GetBaseStyles(IStyleInfo)

    Declaration
    public override IStyleInfo[] GetBaseStyles(IStyleInfo thisStyleInfo)
    Parameters
    Type Name Description
    IStyleInfo thisStyleInfo
    Returns
    Type Description
    IStyleInfo[]
    Overrides
    StyleInfoSubObjectIdentity.GetBaseStyles(IStyleInfo)

    OnStyleChanged(StyleInfoBase, StyleInfoProperty)

    Declaration
    public override void OnStyleChanged(StyleInfoBase style, StyleInfoProperty sip)
    Parameters
    Type Name Description
    StyleInfoBase style
    StyleInfoProperty sip
    Overrides
    StyleInfoIdentityBase.OnStyleChanged(StyleInfoBase, StyleInfoProperty)

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved