MenuItemCollection
MenuItemCollection(Menu)
Count
IsReadOnly
this[Int32]
this[String]
Add(MenuItem)
Add(String)
Add(Int32, MenuItem)
Add(String, EventHandler)
Add(String, MenuItem[])
AddRange(MenuItem[])
Clear()
Contains(MenuItem)
ContainsKey(String)
CopyTo(Array, Int32)
Find(String, Boolean)
GetEnumerator()
IndexOf(MenuItem)
IndexOfKey(String)
Remove(MenuItem)
RemoveAt(Int32)
RemoveByKey(String)
netcoreapp3.0
namespace System.Windows.Forms
{
[ListBindable(false)]
[ToolboxItemFilter("System.Windows.Forms")]
public abstract class Menu : Component
{
[DefaultMember("Item")]
[ListBindable(false)]
public class MenuItemCollection : ICollection, IEnumerable, IList
{
public virtual MenuItem this[string key] { get; }
}
}
}
NetFx Compat Lab | 0.8 %
Reference this API |
---|---|
nuget.org | 0.0 %
Reference this API |
Upgrade Planner | 0.0 %
Reference this API |
.NET Core | 3.0 |
.NET Framework | 2.03.03.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to netcoreapp3.0 | |
Assembly | System.Windows.Forms , Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | Requires all:
|
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API