This documentation is archived and is not being maintained.
TemplateEditingVerb Constructor
.NET Framework 1.1
Initializes a new instance of the TemplateEditingVerb class.
[Visual Basic] Public Sub New( _ ByVal text As String, _ ByVal index As Integer, _ ByVal designer As TemplatedControlDesigner _ ) [C#] public TemplateEditingVerb( string text, int index, TemplatedControlDesigner designer ); [C++] public: TemplateEditingVerb( String* text, int index, TemplatedControlDesigner* designer ); [JScript] public function TemplateEditingVerb( text : String, index : int, designer : TemplatedControlDesigner );
Parameters
- text
- The text to show for the verb on a menu.
- index
- An optional integer value that can be used by a designer; typically to indicate the index of the verb within a set of verbs.
- designer
- The TemplatedControlDesigner that can use this verb.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
TemplateEditingVerb Class | TemplateEditingVerb Members | System.Web.UI.Design Namespace
Show: