EditorZoneBase::InstructionText Property

 

Gets or sets the text in a ToolZone control that provides directions for end users.

Namespace:   System.Web.UI.WebControls.WebParts
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
Return to top
Show: