Enum AbstractControl.HandlerType
Enumerates known handler types. This is for internal use only.
public enum AbstractControl.HandlerType
Fields
Generic = 1Generic handler. Creates handler suitable for owner drawn controls.
Native = 0Native handler. Depends on the type of control for which it is created.
OpenGL = 2OpenGL handler. Creates handler suitable for controls painted with OpenGL.