ControlDesigner::ControlDesignerAccessibleObject::Name Property

 

Gets or sets the object name.

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

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

Property Value

Type: System::String^

The object name, or null if the property has not been set.

.NET Framework
Available since 1.1
Return to top
Show: