QuickOPC User's Guide and Reference
CanExtend Method (ErrorProvider)



OpcLabs.BaseLibPresentation Assembly > OpcLabs.BaseLib.Presentation.ComponentModel Namespace > ErrorProvider Class : CanExtend Method
Syntax
'Declaration
 
Public Function CanExtend( _
   ByVal extendee As Object _
) As Boolean
'Usage
 
Dim instance As ErrorProvider
Dim extendee As Object
Dim value As Boolean
 
value = instance.CanExtend(extendee)
public bool CanExtend( 
   object extendee
)
public:
bool CanExtend( 
   Object^ extendee
) 

Parameters

extendee
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also