CatalogZoneBase.RenderVerbs Method
.NET Framework 2.0
Note: This method is new in the .NET Framework version 2.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)
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 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: