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 : ActiveWorkstation Property |
public virtual WorkstationViewer ActiveWorkstation {get; set;}
'Declaration Public Overridable Property ActiveWorkstation As WorkstationViewer
'Usage Dim instance As WorkstationState Dim value As WorkstationViewer instance.ActiveWorkstation = value value = instance.ActiveWorkstation
public: __property virtual WorkstationViewer* get_ActiveWorkstation(); public: __property virtual void set_ActiveWorkstation( WorkstationViewer* value );
public: virtual property WorkstationViewer^ ActiveWorkstation { WorkstationViewer^ get(); void set ( WorkstationViewer^ value); }