Gets or sets the type of the run designer of this AnnAutomationObject.
public virtual Type RunDesignerType { get; set; }
Public Overridable Property RunDesignerType As Type
The System.Type of the run designer of this AnnAutomationObject.
The automation framework will use reflection and this type to create the run designer whenever an object of this type is to be run. You should set this value to type of AnnRunDesigner or one of its derived classes. Setting this value to null (Nothing in VB) will disable the automation of this object in run mode.
For an example, refer to AnnAutomationManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET