This documentation is archived and is not being maintained.

TemplateEditingVerb.Index Property

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: 

See Also

TemplateEditingVerb Class | TemplateEditingVerb Members | System.Web.UI.Design Namespace

Show: