menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeNodeAdvPart - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeNodeAdvPart

    Represents the location and size of the node parts(eg plusminus,checkbox).

    Inheritance
    System.Object
    TreeNodeAdvPart
    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.Windows.Forms.Tools.MultiColumnTreeView
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TreeNodeAdvPart

    Properties

    Bounds

    Gets the bounds of the TreeNodeAdv.

    Declaration
    public Rectangle Bounds { get; }
    Property Value
    Type
    System.Drawing.Rectangle

    Height

    Gets or sets the height of the TreeNodeAdv.

    Declaration
    public int Height { get; set; }
    Property Value
    Type
    System.Int32

    Location

    Gets the location of the TreeNodeAdv.

    Declaration
    public Point Location { get; }
    Property Value
    Type
    System.Drawing.Point

    Node

    Declaration
    protected TreeNodeAdv Node { get; }
    Property Value
    Type
    TreeNodeAdv

    Size

    Gets or sets the size of the TreeNodeAdv.

    Declaration
    public Size Size { get; set; }
    Property Value
    Type
    System.Drawing.Size

    Visible

    Gets or sets the visibility of the TreeNodeAdv.

    Declaration
    public virtual bool Visible { get; set; }
    Property Value
    Type
    System.Boolean

    Width

    Gets or sets the width of the TreeNodeAdv.

    Declaration
    public int Width { get; set; }
    Property Value
    Type
    System.Int32

    Methods

    GetIsMirrored()

    Declaration
    protected bool GetIsMirrored()
    Returns
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved