LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

IsControlRegistered Method

Show in webframe






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
) 
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

See Also

Reference

WorkstationUIFactory Class
WorkstationUIFactory Members

 

 


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