CuteEditor for ASP 6.6 Class Library

Editor.AccessKey Property

Sets the access key (underlined letter) that allows you to quickly navigate to the Web server control.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'Sets the access key (underlined letter) that allows you to quickly navigate to the Web server control.
           editor.AccessKey = "c"
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace