ToolStripDropDown::ToolStripDropDownAccessibleObject::Name Property

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

public:
property String^ Name {
	virtual String^ get() override;
	virtual void set(String^ value) override;
}

Property Value

Type: System::String^

The string representing the name.

.NET Framework
Available since 2.0
Return to top
Show: