←Select platform

GetWorkstsationControl<T>(String) Method

Summary

Creates a UI medical workstation control by a given name.

Syntax

C#
VB
C++
public T GetWorkstsationControl<T>(  
   string name 
) 
where T: Control 
Public Overloads Function GetWorkstsationControl(Of T As Control)( _ 
   ByVal name As String _ 
) As T 
public: 
_T^_ GetWorkstsationControlgeneric<typename T> 
(  
   String^ name 
)  
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

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation Assembly
Click or drag to resize