LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

IsControlRegistered Method







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
public bool IsControlRegistered( 
   string name
)
'Declaration
 
Public Function IsControlRegistered( _
   ByVal name As String _
) As Boolean
'Usage
 
Dim instance As WorkstationUIFactory
Dim name As String
Dim value As Boolean
 
value = instance.IsControlRegistered(name)
public bool IsControlRegistered( 
   string name
)
 function Leadtools.Medical.Workstation.UI.Factory.WorkstationUIFactory.IsControlRegistered( 
   name 
)
public: bool IsControlRegistered( 
   string* name
) 
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationUIFactory Class
WorkstationUIFactory Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.