ToolZone.RenderVerb(HtmlTextWriter, WebPartVerb) Method

Definition

Renders an individual verb with a ToolZone control.

C#
protected virtual void RenderVerb(System.Web.UI.HtmlTextWriter writer, System.Web.UI.WebControls.WebParts.WebPartVerb verb);

Parameters

writer
HtmlTextWriter

An HtmlTextWriter that renders a single verb.

verb
WebPartVerb

The WebPartVerb to be rendered within a zone.

Remarks

The RenderVerb method renders the user interface for a specific WebPartVerb object in a zone. The method checks the value of the VerbButtonType property and, based on that value, renders the verb as a button, a link, or a clickable image.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also