EditorZoneBase::InstructionText Property
.NET Framework (current version)
Gets or sets the text in a ToolZone control that provides directions for end users.
Assembly: System.Web (in System.Web.dll)
public: property String^ InstructionText { virtual String^ get() override; virtual void set(String^ value) override; }
Property Value
Type: System::String^A string that contains the directions for end users. A default value appropriate to specific tool zones is provided by derived ToolZone classes.
.NET Framework
Available since 2.0
Available since 2.0
Show: