OPC Studio User's Guide and Reference
SetOwner Method



OpcLabs.BaseLibPresentation Assembly > OpcLabs.BaseLib.Presentation.LiveBinding Namespace > BindingCollection Class : SetOwner Method
The component or named reference of element that owned these bindings.

The value of this parameter can be null (Nothing in Visual Basic).

Sets component or named reference of element that owned these bindings.
Syntax
'Declaration
 
Public Sub SetOwner( _
   ByVal component As IComponent _
) 
'Usage
 
Dim instance As BindingCollection
Dim component As IComponent
 
instance.SetOwner(component)
public void SetOwner( 
   IComponent component
)
public:
void SetOwner( 
   IComponent^ component
) 

Parameters

component
The component or named reference of element that owned these bindings.

The value of this parameter can be null (Nothing in Visual Basic).

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