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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly