LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
IsControlRegistered Method
See Also 
Leadtools.Medical.Workstation.UI.Factory Namespace > WorkstationUIFactory Class : IsControlRegistered Method




name
The name of the control to check for.
name
The name of the control to check for.
Checks if a System.Windows.Forms.Control is registered in the WorkstationUISettings with the given name.

Syntax

Visual Basic (Declaration) 
Public Function IsControlRegistered( _
   ByVal name As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WorkstationUIFactory
Dim name As String
Dim value As Boolean
 
value = instance.IsControlRegistered(name)
C# 
public bool IsControlRegistered( 
   string name
)
Managed Extensions for C++ 
public: bool IsControlRegistered( 
   string* name
) 
C++/CLI 
public:
bool IsControlRegistered( 
   String^ name
) 

Parameters

name
The name of the control to check for.

Return Value

True if the control is registered in the WorkstationUISettings.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also