Draws the icon for the Collapse button.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
C# |
---|
public abstract void DrawCollapseButton( Graphics graphics, Rectangle bounds, bool isCollapse ) |
Visual Basic (Declaration) |
---|
Public MustOverride Sub DrawCollapseButton ( _ graphics As Graphics, _ bounds As Rectangle, _ isCollapse As Boolean _ ) |
Visual C++ |
---|
public: virtual void DrawCollapseButton( Graphics^ graphics, Rectangle bounds, bool isCollapse ) abstract |
Parameters
- graphics
- Type: System.Drawing..::.Graphics
- bounds
- Type: System.Drawing..::.Rectangle
- isCollapse
- Type: System..::.Boolean