Makes or breaks the links of this binding group (including all bindings it contains).
            
            
            Syntax
            
            
            
            
            'Declaration
 
Protected Friend Overridable Sub MakeLinks( _
   ByVal  As Boolean _
) 
             
        
            
            'Usage
 
Dim instance As AbstractBindingGroup
Dim make As Boolean
 
instance.MakeLinks(make)
             
        
            
            protected internal virtual void MakeLinks( 
   bool 
)
             
        
            
            protected internal:
virtual void MakeLinks( 
   bool 
) 
             
        
             
        
            Parameters
- make
 
true to make the links; false to break the links.
            
             
            
            
            
            
            
            
            
            
            
            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