This documentation is archived and is not being maintained.
TemplateEditingVerb.Index Property
.NET Framework 1.1
Gets the index, or other user data, for the verb.
[Visual Basic] Public ReadOnly Property Index As Integer [C#] public int Index {get;} [C++] public: __property int get_Index(); [JScript] public function get Index() : int;
Property Value
The index or user data for the verb.
Remarks
This property is sometimes used to store the index of each verb in a set of verbs. When implementing a custom designer, this property can be used to store custom-defined integer data.
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: