EditorZoneBase.EmptyZoneText Property

Definition

Gets or sets a message that appears when a zone contains no controls.

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

Property Value

A string containing the message that appears in an empty zone. A default culture-specific string is supplied by the .NET Framework.

Applies to

See also