Draws the icon for the Group down button.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
C# |
---|
public abstract void DrawDropButton( Graphics graphics, Rectangle bounds, ControlState state, bool select ) |
Visual Basic (Declaration) |
---|
Public MustOverride 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 ) abstract |
Parameters
- graphics
- Type: System.Drawing..::.Graphics
- bounds
- Type: System.Drawing..::.Rectangle
- state
- Type: PerpetuumSoft.Olap..::.ControlState
- select
- Type: System..::.Boolean