CONTAINERSTATE

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

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

Value Description
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.
Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Container and Automation C API Help