←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly