Performs the default painting.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public void PaintAll() |
| Visual Basic |
|---|
Public Sub PaintAll |
| Visual C++ |
|---|
public: void PaintAll() |
| F# |
|---|
member PaintAll : unit -> unit |
Remarks
This method can be called to do the default painting in the RoundButton. The RoundButton.PaintPart
is used as a filter which defines which UI elements are to be painted.
You can add additional painting and then prevent the RoundButton from default painting by setting
the Handled property to true.