net481
namespace System.Windows.Forms
{
[ToolStripItemDesignerAvailability(ToolStripItemDesignerAvailability.StatusStrip)]
public class ToolStripStatusLabel : ToolStripLabel, IAutomationLiveRegion
{
[Browsable(true)]
[DefaultValue(AutomationLiveSetting.Off)]
[EditorBrowsable(EditorBrowsableState.Always)]
public AutomationLiveSetting LiveSetting { get; set; }
}
}
.NET | 5.06.07.08.09.0 |
---|---|
.NET Core | 3.03.1 |
.NET Framework | 4.84.8.1 |
Information specific to net481 | |
Assembly | System.Windows.Forms , Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | Your project needs to set |
Platform Restrictions | This framework does not have platform annotations. |