ToolZone.RenderVerbs(HtmlTextWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a base method declaration that derived ToolZone controls can override to customize the rendering of the verbs within a specialized zone.
protected:
virtual void RenderVerbs(System::Web::UI::HtmlTextWriter ^ writer);
protected virtual void RenderVerbs (System.Web.UI.HtmlTextWriter writer);
abstract member RenderVerbs : System.Web.UI.HtmlTextWriter -> unit
override this.RenderVerbs : System.Web.UI.HtmlTextWriter -> unit
Protected Overridable Sub RenderVerbs (writer As HtmlTextWriter)
Parameters
- writer
- HtmlTextWriter
An HtmlTextWriter that renders the verbs in a zone.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.