Table of Contents

Property UserPaint

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

UserPaint

Gets or set a value indicating whether the control paints itself rather than the operating system doing so.

public override bool UserPaint { get; set; }

Property Value

bool

If true, the control paints itself rather than the operating system doing so. If false, the Paint event is not raised.