Method PaintButtonBackground
- Namespace
- Alternet.Editor.CodeCompletion.Painting
- Assembly
- Alternet.Editor.v9.dll
PaintButtonBackground(ControlState, Graphics, Rectangle)
Paints category button background on the graphics surface.
public void PaintButtonBackground(ControlState controlState, Graphics g, Rectangle bounds)
Parameters
controlState
ControlStateThe state of the button.
g
GraphicsThe Graphics object to draw on.
bounds
RectangleThe bounds of the button.