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[];
DesktopPanesDesigner Class | DUEMETRI.UI.Design.WebControls Namespace