Method RaisePaintForChildren
RaisePaintForChildren(AbstractControl?, Graphics)
Raises paint event for all children of the specified control and not the control itself.
This method is used for template painting. Controls are painted only if
UserPaint is true
.
public static void RaisePaintForChildren(AbstractControl? control, Graphics dc)
Parameters
control
AbstractControldc
Graphics