Namespace:  PerpetuumSoft.Olap.Windows.Forms
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public override void DrawCollapseButton(
	Graphics graphics,
	Rectangle bounds,
	bool isCollapse
)
Visual Basic (Declaration)
Public Overrides Sub DrawCollapseButton ( _
	graphics As Graphics, _
	bounds As Rectangle, _
	isCollapse As Boolean _
)
Visual C++
public:
virtual void DrawCollapseButton(
	Graphics^ graphics, 
	Rectangle bounds, 
	bool isCollapse
) override

Parameters

graphics
Type: System.Drawing..::.Graphics
bounds
Type: System.Drawing..::.Rectangle
isCollapse
Type: System..::.Boolean

See Also