-
Notifications
You must be signed in to change notification settings - Fork 13
Panel
mdavisprog edited this page Apr 5, 2023
·
2 revisions
Control that paints a solid color.
| Name | Description |
|---|---|
| OnPaint | This is called for all controls of a given Window when a repaint request is issued. This can come from another control or from outside the library such as an event fired from the frontend. BrushThe object to add painting commands to. |