Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation Namespace > WorkstationState Class : MedicalViewer3DCellActions Property |
public virtual ListWithEvents<MedicalViewerActionType> MedicalViewer3DCellActions {get;}
'Declaration Public Overridable ReadOnly Property MedicalViewer3DCellActions As ListWithEvents(Of MedicalViewerActionType)
'Usage Dim instance As WorkstationState Dim value As ListWithEvents(Of MedicalViewerActionType) value = instance.MedicalViewer3DCellActions
public: __property virtual ListWithEvents<MedicalViewerActionType>* get_MedicalViewer3DCellActions();
public: virtual property ListWithEvents<MedicalViewerActionType>^ MedicalViewer3DCellActions { ListWithEvents<MedicalViewerActionType>^ get(); }