The RoundButtonPaintEventArgs type exposes the following members.

Methods

  NameDescription
Public methodPaintAll
Performs the default painting.
Public methodPaintBackground
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.
Public methodPaintImage
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.
Public methodPaintText
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.

See Also