alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeNodeAdvBasePaintEventArgs

    Represents the base class from TreeNode paint event message classes.

    Inheritance
    System.Object
    TreeNodeAdvBasePaintEventArgs
    TreeNodeAdvPaintBackgroundEventArgs
    TreeNodeAdvPaintEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TreeNodeAdvBasePaintEventArgs : EventArgs

    Constructors

    TreeNodeAdvBasePaintEventArgs(Graphics, TreeNodeAdv)

    Initialize a new instance of the TreeNodeAdvBasePaintEventArgs class.

    Declaration
    public TreeNodeAdvBasePaintEventArgs(Graphics g, TreeNodeAdv node)
    Parameters
    Type Name Description
    System.Drawing.Graphics g

    The Graphics object.

    TreeNodeAdv node

    The Tree node.

    TreeNodeAdvBasePaintEventArgs(Graphics, TreeNodeAdv, Rectangle)

    Initialize a new instance of the TreeNodeAdvBasePaintEventArgs class.

    Declaration
    public TreeNodeAdvBasePaintEventArgs(Graphics g, TreeNodeAdv node, Rectangle bounds)
    Parameters
    Type Name Description
    System.Drawing.Graphics g

    The Graphics object.

    TreeNodeAdv node

    TheTree node.

    System.Drawing.Rectangle bounds

    The Rectangle bounds.

    Properties

    Bounds

    Gets the bounds of TreeNodeAdv.

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

    Graphics

    Gets the System.Drawing.Graphics object associated with the event.

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

    Node

    Gets the TreeNodeAdv which is associated with the action.

    Declaration
    public TreeNodeAdv Node { get; }
    Property Value
    Type
    TreeNodeAdv
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved