Gets a dictionary that contains the Leadtools.MedicalViewer.MedicalViewerActionType associated with each Leadtools.MedicalViewer.MedicalViewerMouseButtons to be set for Leadtools.MedicalViewer.MedicalViewerCell controls.
public virtual DictionaryWithEvents<MedicalViewerMouseButtons, MedicalViewerActionType> MedicalViewerCellMouseButtonActions { get; }
Public Overridable ReadOnly Property MedicalViewerCellMouseButtonActions As Leadtools.Medical.Workstation.DictionaryWithEvents(Of MedicalViewerMouseButtons,MedicalViewerActionType)
public:
virtual property Leadtools.Medical.Workstation.DictionaryWithEvents<MedicalViewerMouseButtons,MedicalViewerActionType>^ MedicalViewerCellMouseButtonActions {
Leadtools.Medical.Workstation.DictionaryWithEvents<MedicalViewerMouseButtons,MedicalViewerActionType>^ get();
}
A DictionaryWithEvents<TKey,TValue> which is used to initialize Leadtools.MedicalViewer.MedicalViewerCell 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