Infrastructure. An internal browse control support object, with behavior changed tailored to the browse control.
            
            
            Syntax
            
            
            
            
            'Declaration
 
<NotNullAttribute()>
Protected Property BrowseControlSupport As BrowseControlSupport
             
        
            
            'Usage
 
Dim instance As BrowseControl
Dim value As BrowseControlSupport
 
instance.BrowseControlSupport = value
 
value = instance.BrowseControlSupport
             
        
            
            [NotNull()]
protected BrowseControlSupport BrowseControlSupport {get; set;}
             
        
            
            [NotNull()]
protected:
property BrowseControlSupport^ BrowseControlSupport {
   BrowseControlSupport^ get();
   void set (    BrowseControlSupport^ value);
}
             
        
             
        
            
            
            Property Value
The value of this property cannot 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