Checks if a
System.Windows.Forms.Control is registered in the
WorkstationUISettings with the given name.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function IsControlRegistered( _
ByVal name As String _
) As Boolean |
| Managed Extensions for C++ | |
|---|
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also