The RoundButtonPaintEventArgs type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| PaintAll |
Performs the default painting.
| |
| PaintBackground |
Atomic operation to paint a background in the RoundButton. The method PaintAll()()()() does not call this method if
the RoundButton.PaintPart.Background flag is dropped.
| |
| PaintImage |
Atomic operation to paint an image in the RoundButton. The method PaintAll()()()() does not call this method if
the RoundButton.PaintPart.Image flag is dropped.
| |
| PaintText |
Atomic operation to paint a text in the RoundButton. The method PaintAll()()()() does not call this method if
the RoundButton.PaintPart.Text flag is dropped.
|