Table of Contents

Enum AbstractControl.HandlerType

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

Enumerates known handler types. This is for internal use only.

public enum AbstractControl.HandlerType

Fields

Generic = 1

Generic handler. Creates handler suitable for owner drawn controls.

Native = 0

Native handler. Depends on the type of control for which it is created.

OpenGL = 2

OpenGL handler. Creates handler suitable for controls painted with OpenGL.