Rainbow 2.0 Code Documentation

DesktopPanesDesigner. Method 

Override the GetCachedTemplateEditingVerbs method. A control overrides this method to return the list of template editing verbs applicable to the control.

[Visual Basic]
Overrides Protected Function () As TemplateEditingVerb()
[C#]
protected override TemplateEditingVerb[] ();
[C++]
protected: TemplateEditingVerb* ()  __gc[];
[JScript]
protected override function (): TemplateEditingVerb[];

Return Value

See Also

DesktopPanesDesigner Class | DUEMETRI.UI.Design.WebControls Namespace