Class TreeNodeAdvBasePaintEventArgs
Represents the base class from TreeNode paint event message classes.
Inheritance
System.Object
System.EventArgs
TreeNodeAdvBasePaintEventArgs
Inherited Members
System.EventArgs.Empty
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 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 |