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