Gets a reference to a collection of custom System.Web.UI.WebControls.WebParts.WebPartVerb objects.
Documentation for this section has not yet been entered.
The IWebActionable.Verbs property references a collection of custom verbs (if any) that are added to a verbs menu in the header of a System.Web.UI.WebControls.WebParts.WebPart or other server control. The IWebActionable.Verbs collection does not contain references to the standard System.Web.UI.WebControls.WebParts.WebPartVerb objects provided with the Web Parts control set, such as WebPartZoneBase.CloseVerb, WebPartZoneBase.DeleteVerb, WebPartZoneBase.EditVerb, WebPartZoneBase.RestoreVerb, or WebPartZoneBase.MinimizeVerb.
Developers who want to add custom verbs to a custom control that derives from the System.Web.UI.WebControls.WebParts.WebPart class can simply override the WebPart.Verbs property that the System.Web.UI.WebControls.WebParts.WebPart class implements.
Developers who want to add custom verbs to a user control, or a custom control that is not a System.Web.UI.WebControls.WebParts.WebPart control, must implement the System.Web.UI.WebControls.WebParts.IWebActionable interface by providing an implementation of the IWebActionable.Verbs property.