alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeNodeAdvPart

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

    Inheritance
    System.Object
    TreeNodeAdvPart
    Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TreeNodeAdvPart : Object

    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 - 2026 Syncfusion Inc. All Rights Reserved