Enables an interactive mode giving its index in the collection.
public void EnableByIndex(
int index
)
Public Sub EnableByIndex(
ByVal index As Integer
)
public:
void EnableByIndex(
int index
)
index
0-based index of the mode to enable. -1 will disable all the items in the collection.
This method will iterate through all the items in the collection and set IsEnabled to false all the items except the one at index.
For an example, refer to ImageViewerInteractiveModes.
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