CuteEditor for ASP 6.6 Class Library

Editor.TabIndex Property

Gets or sets the tab index of the Web server control.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'Gets or sets the tab index of the Web server control.
           editor.TabIndex = 4
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace