LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Workstations Property

Show in webframe






Gets a collection of Leadtools.Medical.Workstation.UI.WorkstationViewer controls that uses this state object.
Syntax
public virtual ListWithEvents<WorkstationViewer> Workstations {get;}
'Declaration
 
Public Overridable ReadOnly Property Workstations As ListWithEvents(Of WorkstationViewer)
'Usage
 
Dim instance As WorkstationState
Dim value As ListWithEvents(Of WorkstationViewer)
 
value = instance.Workstations

            

            
public: __property virtual ListWithEvents<WorkstationViewer*>* get_Workstations();
public:
virtual property ListWithEvents<WorkstationViewer*>* Workstations {
   ListWithEvents<WorkstationViewer*>* get();
}

Property Value

A ListWithEvents<T> that contains the Leadtools.Medical.Workstation.UI.WorkstationViewer controls that uses this state object.
Remarks
When a Leadtools.Medical.Workstation.UI.WorkstationViewer control get an instance of a WorkstationContainer the list will be updated to add the new control.
Requirements

Target Platforms

See Also

Reference

WorkstationState Class
WorkstationState Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.