CatalogZoneBase.RenderVerbs Method
.NET Framework 3.0
Renders the verbs in the footer area of a CatalogZoneBase zone.
Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void RenderVerbs ( HtmlTextWriter writer )
protected override function RenderVerbs ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
An HtmlTextWriter that renders the verbs for the zone.
The RenderVerbs method renders the add verb and the close verb within the footer area of a CatalogZoneBase zone.
Notes to Inheritors: The RenderVerbs method does not handle the rendering for any custom WebPartVerb objects that a developer adds to a custom CatalogZoneBase zone. If you want to add custom verbs to a CatalogZoneBase class, you must inherit from the CatalogZoneBase class, and override the RenderVerbs method, which you can use to render the custom verbs for your zone. You must also override the RaisePostBackEvent method to handle the event when a custom verb is clicked by a user.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: