Implementation of the Verbs property required by the IWebActionable interface. Calls virtual ManageVerbs method that can be overridden to add custom verbs.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public WebPartVerbCollection Verbs { get; }
Visual Basic
Public ReadOnly Property Verbs As WebPartVerbCollection
	Get
Visual C++
public:
virtual property WebPartVerbCollection^ Verbs {
	WebPartVerbCollection^ get () sealed;
}
F#
abstract Verbs : WebPartVerbCollection with get
override Verbs : WebPartVerbCollection with get

Property Value

Type: WebPartVerbCollection

Implements

IWebActionable..::..Verbs

See Also