Gets a dictionary that contains the Leadtools.MedicalViewer.MedicalViewerActionType associated with each Leadtools.MedicalViewer.MedicalViewerMouseButtons to be set for Leadtools.Medical3D.Medical3DControl controls.
public virtual DictionaryWithEvents<MedicalViewerMouseButtons, MedicalViewerActionType> MedicalViewer3DCellMouseButtonActions { get; }
Public Overridable ReadOnly Property MedicalViewer3DCellMouseButtonActions As Leadtools.Medical.Workstation.DictionaryWithEvents(Of MedicalViewerMouseButtons,MedicalViewerActionType)
public:
virtual property Leadtools.Medical.Workstation.DictionaryWithEvents<MedicalViewerMouseButtons,MedicalViewerActionType>^ MedicalViewer3DCellMouseButtonActions {
Leadtools.Medical.Workstation.DictionaryWithEvents<MedicalViewerMouseButtons,MedicalViewerActionType>^ get();
}
A DictionaryWithEvents<TKey,TValue> which is used to initialize Leadtools.Medical3D.Medical3DControl controls
This property will be filled with initial information when the WorkstationState object is created.
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