ToolZone::RenderVerb Method (HtmlTextWriter^, WebPartVerb^)
.NET Framework (current version)
Renders an individual verb with a ToolZone control.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
An HtmlTextWriter that renders a single verb.
- verb
-
Type:
System.Web.UI.WebControls.WebParts::WebPartVerb^
The WebPartVerb to be rendered within a zone.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: