net9.0-windows10.0.17763
namespace System.Windows.Forms
{
    public abstract class BindableComponent : Component, IComponent, IDisposable, IBindableComponent
    {
        [Browsable(false)]
        [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
        [EditorBrowsable(EditorBrowsableState.Advanced)]
        public BindingContext? BindingContext
        {
            get;
            [RequiresUnreferencedCode("Binding is not supported with trimming")]
            set;
        }

    }
}
Assembly System.Windows.Forms , Version=9.0.0.0, PublicKeyToken=b77a5c561934e089
Design Reviews
.NET 7.08.09.0
Platform Specific Frameworks
net9.0-windows 7.08.010.0.1776310.0.1836210.0.1904110.0.2034810.0.2200010.0.22621
Platform Restrictions

For the selected framework the property getter is only supported on the following OS platforms:

  • Windows >= 6.1

For the selected framework the property setter is only supported on the following OS platforms:

  • Windows >= 6.1
  • Built-in API
  • Package-provided API

05/02/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙