EditorZoneBase.EmptyZoneText Property
.NET Framework 2.0
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)
Community Additions
ADD
Show: