C#
VB
Java
Objective-C
WinRT C#
C++
Initializes a new AnnTextReviewEditDesigner.
public AnnTextReviewEditDesigner(
IAnnAutomationControl automationControl,
AnnContainer container,
AnnObject annObject
)
Public Function New( _
ByVal automationControl As Leadtools.Annotations.Core.IAnnAutomationControl, _
ByVal container As Leadtools.Annotations.Core.AnnContainer, _
ByVal annObject As Leadtools.Annotations.Core.AnnObject _
)
public AnnTextReviewEditDesigner(
Leadtools.Annotations.Core.IAnnAutomationControl automationControl,
Leadtools.Annotations.Core.AnnContainer container,
Leadtools.Annotations.Core.AnnObject annObject
)
-(id) initWithControl:(id<LTIAnnAutomationControl>) control
container:(LTAnnContainer*) aContainer
object:(LTAnnObject*) annObject;
public AnnTextReviewEditDesigner(
IAnnAutomationControl automationControl,
AnnContainer container,
AnnObject annObject
)
function AnnTextReviewEditDesigner(
automationControl ,
container ,
annObject
)
public:
AnnTextReviewEditDesigner(IAnnAutomationControl^ automationControl, AnnContainer^ container, AnnObject^ annObject)
automationControl
The automation control associated with this designer.
container
The container to use.
annObject
The target object.
This method sets the container to the Container property and the annObject to the TargetObject property.
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