public virtual Type EditDesignerType { get; set; }
Public Overridable Property EditDesignerType As Type
@property (nonatomic,assign) Class editDesignerType;
public Class<?> getEditDesignerType()
public void setEditDesignerType(Class<?> classType)
public:
virtual property Type^ EditDesignerType
{
Type^ get()
void set(Type^ value)
}
The type of the edit designer of this AnnAutomationObject. The default value is null.
The automation framework will create this edit designer whenever an object of this type is to be edited. You should set this value to the type of one of the derived classes of AnnEditDesigner. Setting this value to null will disable the UI editing (moving, resizing, etc.) of this object in design mode.
For an example, refer to FindObjectById.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document