Click or drag to resize

TreePanelOnPaint Method

Renders this component on the graphics context of the given PaintEventArgs.

Namespace:  KansasStateUniversity.TreeViewer2
Assembly:  KansasStateUniversity.TreeViewer2 (in KansasStateUniversity.TreeViewer2.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
protected override void OnPaint(
	PaintEventArgs ea
)

Parameters

ea
Type: System.Windows.FormsPaintEventArgs
Encapsulates the graphics context and clip to use for painting.
See Also