TemplateInstanceState

The states a template instance can be in with regards to canvas attachment.
 

Example

The following is an example of how to reference the TemplateInstanceState object:

	// The full path is required.
	dundas.controls.TemplateInstanceState.ATTACHED
	

 

Properties

 
  Name Description
  ATTACHED The template instance has been attached to the canvas.
  DETACHED The template instance has been detached from the canvas.
  INIT The template instance has been initialized but not yet attached to the canvas.
  REMOVED The template instance has been removed from the canvas.