Creates a UI medical workstation control by a given name.
public GetWorkstsationControl<>(
string
)
where T: Control
'Declaration
Public Overloads Function GetWorkstsationControl(Of As Control)( _
ByVal As String _
) As
'Usage
Dim instance As WorkstationUIFactory
Dim name As String
Dim value As
value = instance.GetWorkstsationControl(Of T)(name)
public: GetWorkstsationControl<>(
string*
)
where T: Control
public:
GetWorkstsationControlgeneric<typename >
(
string*
)
where T: Control
Parameters
- name
- The name of the control to look at its actual type to create.
Type Parameters
- T
Return Value
T is the type of the returned
System.Windows.Forms.Control