Click or drag to resize

DrawColHeaderBgEventArgs Constructor

Initializes a new instance of the DrawColHeaderBgEventArgs class

Namespace: Internal.Aga.Controls.Tree
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public DrawColHeaderBgEventArgs(
	Graphics g,
	Rectangle bounds,
	bool pressed,
	bool hot
)

Parameters

g  Graphics
 
bounds  Rectangle
 
pressed  Boolean
 
hot  Boolean
 
See Also