IsControlRegistered Method

Summary
Checks if a System.Windows.Forms.Control is registered in the WorkstationUISettings with the given name.
Syntax
C#
VB
C++
public bool IsControlRegistered( 
   string name 
) 
  
Public Function IsControlRegistered( _ 
   ByVal name As String _ 
) As Boolean 
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.