Menu::Name Property
.NET Framework (current version)
Gets or sets the name of the Menu.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property String^ Name { String^ get(); void set(String^ value); }
At design time, this property is set to the programmatic identifier of the control. However, this property has no bearing on the control at run time.
.NET Framework
Available since 2.0
Available since 2.0
Show: