WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • 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 plus minus,check box).

    Inheritance
    System.Object
    TreeNodeAdvPart
    Inherited Members
    System.Object.ToString()
    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 TreeNodeAdvPart

    Properties

    BeforeTouchSize

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

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

    Bounds

    Gets or sets the bounds of the TreeNodeAdv.

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

    Height

    Gets or sets the height of the TreeNodeAdv.

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

    Location

    Gets or sets the location of the TreeNodeAdv.

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

    Node

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

    Size

    Gets or sets the size of the TreeNodeAdv.

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

    Visible

    Gets or sets the visibility of the TreeNodeAdv.

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

    Width

    Gets or sets the width of the TreeNodeAdv.

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

    Methods

    GetIsMirrored()

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