constants LayerUpdateEnum
The LayerUpdateEnum type specifies the way the control clips its content. The control support transparent form, or in other words, displaying the control's itself without its form behind. 

Currently, the control supports two type of clippings:

The LayerUpdateEnum type supports the following values:

NameValueDescription
exLayerUpdateControl0 By default, the control updates its content.
exLayerUpdateParent1 Updates the parent's device, to clip the control inside.
exLayerUpdateScreen2 Updates the screen's device, to clip the control inside.