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 clipped rectangle. You can add additional painting and then prevent the Grid
from default painting by setting the Handled property to true.