Table of Contents

Method RaisePaintForGenericChildren

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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

control AbstractControl
dc Func<Graphics>

Remarks

Only controls which are inherited from GenericControl are painted by this method.