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

Syntax

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

See Also