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 plus minus,check box).

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

    Properties

    BeforeTouchSize

    Gets or sets the size of the TreeNodeAdv before enabling the TouchMode.

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

    Bounds

    Gets or sets 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 or sets 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