Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > IAnnAutomationControl Interface : AutomationGetContainersCallback Property |
AnnAutomationControlGetContainersCallback AutomationGetContainersCallback {get; set;}
'Declaration
Property AutomationGetContainersCallback As AnnAutomationControlGetContainersCallback
AnnAutomationControlGetContainersCallback AutomationGetContainersCallback {get; set;}
@property (nonatomic) LTAnnAutomationControlGetContainersCallback* automationGetContainersCallback;
AnnAutomationControlGetContainersCallback getAutomationGetContainersCallback();
void setAutomationGetContainersCallback(AnnAutomationControlGetContainersCallback callback);
get_AutomationGetContainersCallback();
set_AutomationGetContainersCallback(value);
Object.defineProperty('AutomationGetContainersCallback');
This property is set by the automation object with a callback that can be used to return the collection of the AnnContainer objects being used if multi-container mode is used.
The default implementation saves the callback value in a local variable and then use it to get the list of the containers to use during ImageViewer.PostRender used to render each container on the surface of the control.