ConnectionsZone.RenderVerbs(HtmlTextWriter) Method

Definition

Renders the zone-level verbs for a ConnectionsZone control.

protected:
 override void RenderVerbs(System::Web::UI::HtmlTextWriter ^ writer);
protected override void RenderVerbs (System.Web.UI.HtmlTextWriter writer);
override this.RenderVerbs : System.Web.UI.HtmlTextWriter -> unit
Protected Overrides Sub RenderVerbs (writer As HtmlTextWriter)

Parameters

writer
HtmlTextWriter

The HtmlTextWriter that receives the content of the verbs to render in a connections zone.

Remarks

This method renders the several zone-level verbs that are included with a ConnectionsZone control. As a part of this method, the ToolZone.RenderVerb method is also called to render the individual details of each verb.

Applies to

See also