TreeViewDrawFilter..::..DrawBox Method

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Controls
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public void DrawBox(
	Graphics graphics,
	Rectangle rectangle,
	bool IsSelected
)
Public Sub DrawBox ( _
	graphics As Graphics, _
	rectangle As Rectangle, _
	IsSelected As Boolean _
)
public:
void DrawBox(
	Graphics^ graphics, 
	Rectangle^ rectangle, 
	bool^ IsSelected
)

Parameters

graphics
Type: Graphics
rectangle
Type: Rectangle
IsSelected
Type: Boolean