Method RaisePaintForGenericChildren
RaisePaintForGenericChildren(AbstractControl?, Func<Graphics>)
Raises paint event for all generic children of the specified control.
public static void RaisePaintForGenericChildren(AbstractControl? control, Func<Graphics> dc)
Parameters
controlAbstractControldcFunc<Graphics>
Remarks
Only controls which are inherited from GenericControl are painted by this method.