EditorZoneBase.EmptyZoneText Property

Note: This property is new in the .NET Framework version 2.0.

This member overrides WebZone.EmptyZoneText.

public:
virtual property String^ EmptyZoneText {
	String^ get () override;
	void set (String^ value) override;
}
/** @property */
public String get_EmptyZoneText ()

/** @property */
public void set_EmptyZoneText (String value)

public override function get EmptyZoneText () : String

public override function set EmptyZoneText (value : String)

.NET Framework

Supported in: 2.0

Community Additions

ADD
Show: