ToolStripItem::Name Property

 

Gets or sets the name of the item.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string representing the name. The default value is null.

The Name property can be used as a key into the ToolStripItemCollection.

.NET Framework
Available since 2.0
Return to top
Show: