NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CalendarDesigner.Verbs

Gets the set of verbs this designer offers.

[Visual Basic]
Overridable Public ReadOnly Property Verbs As DesignerVerb ()
[C#]
public DesignerVerb[] Verbs {override get;}
[C++]
public: __property virtual DesignerVerb* get_Verbs();
[JScript]
public function get Verbs() : DesignerVerb[];

Property Value

An array of verbs the designer offers, or a null reference (in Visual Basic Nothing) if there are no verbs.

See Also

CalendarDesigner Class | CalendarDesigner Members | System.Web.UI.Design.WebControls Namespace