Gets a value that indicates whether the AnnotationsInteractiveMode mode can start work.
protected override bool CanStartWork(
InteractiveEventArgs e
)
Protected Overrides Function CanStartWork(
ByVal e As InteractiveEventArgs
) As Boolean
protected:
virtual bool CanStartWork(
InteractiveEventArgs^ e
) override
e
Event data as InteractiveEventArgs.
A boolean indicating whether or not the interactive mode can begin working.
AnnotationsInteractiveMode overrides ImageViewerInteractiveMode.CanStartWork to add an additional check: the AutomationControl may not be null.
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