Table of Contents

Method RaisePaintForChildren

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

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 AbstractControl
dc Graphics