VisuClientObjectFlags (ENUM)

TYPE VisuClientObjectFlags :

Attributes:

qualified_only

InOut:

Name

Initial

Comment

NONE

16#0

RENDER_CONTEXT

16#1

The client object has a render context for the contained iec visu element to paint on.

CONTAINER

16#2

The client object has a container for client objects.

NATIVE_ELEM

16#4

The client object contains a native element.

TOUCH_ELEM

16#8

The client object contains an element that is scrollable by touch.

OLD_NATIVE_ELEM

16#10

The client object contains an old native element.

BACKGROUND_CLIENTOBJECT

16#20

The client object is a background client object.

NO_CLIPPING

16#40

The client object must not be clipped.

NO_EVENT_CAPTURING

16#80

The client object does not want to capture all events.

RESIZE

16#100

The client object was resized so call.

DRAW_SEQUENTIALLY

16#200

The client object is drawn sequentially. New drawing commands are drawn above the existing canvas.

POINTING_AREA

16#400

The client object can be used as pointing area for dialog box moving