DesignerRegion.DisplayName Property

Definition

Gets or sets the friendly display name for a designer region.

public:
 virtual property System::String ^ DisplayName { System::String ^ get(); void set(System::String ^ value); };
public virtual string DisplayName { get; set; }
member this.DisplayName : string with get, set
Public Overridable Property DisplayName As String

Property Value

A text display name for the designer region. The default is an empty string ("").

Applies to

See also