netcoreapp3.1
namespace System.Windows.Forms
{
[ClassInterface(ClassInterfaceType.AutoDispatch)]
[ComVisible(true)]
[DefaultBindingProperty("SelectedItem")]
[DefaultEvent("SelectedItemChanged")]
[DefaultProperty("Items")]
public class DomainUpDown : UpDownBase
{
[ComVisible(true)]
public class DomainUpDownAccessibleObject : ControlAccessibleObject
{
public override string Name { get; set; }
}
}
}
.NET Core | 3.03.1 |
---|---|
.NET Framework | 4.7.14.7.24.84.8.1 |
Information specific to netcoreapp3.1 | |
Assembly | System.Windows.Forms , Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | Requires all:
|
Platform Restrictions | This framework does not have platform annotations. |