CONTAINERSTATE

Summary

The CONTAINERSTATE enumerated type contains possible values for member fState in structure CONTAINEROBJECTDATA.

Syntax

typedef enum _CONTAINER_STATE 
{ 
   CONTAINER_STATE_BEGIN, 
   CONTAINER_STATE_PROCESS, 
   CONTAINER_STATE_END, 
   CONTAINER_STATE_ABORT 
} CONTAINERSTATE, * pCONTAINERSTATE; 

Members

CONTAINER_STATE_BEGIN

The container has just started drawing the object.

CONTAINER_STATE_PROCESS

The container is continuing to draw the object.

CONTAINER_STATE_END

The container has finished drawing the object.

CONTAINER_STATE_ABORT

The container aborted the drawing process.

Usage

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Container and Automation C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.