DesignerRegion::DisplayName Property
.NET Framework (current version)
Gets or sets the friendly display name for a designer region.
Assembly: System.Design (in System.Design.dll)
public: property String^ DisplayName { virtual String^ get(); virtual void set(String^ value); }
Property Value
Type: System::String^A text display name for the designer region. The default is an empty string ("").
.NET Framework
Available since 2.0
Available since 2.0
Show: