Overridden. See DrawDropButton(Graphics, Rectangle, ControlState, Boolean).
Namespace:
PerpetuumSoft.Olap.Windows.FormsAssembly: 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 |
Parameters
- graphics
- Type: System.Drawing..::.Graphics
- bounds
- Type: System.Drawing..::.Rectangle
- state
- Type: PerpetuumSoft.Olap..::.ControlState
- select
- Type: System..::.Boolean