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()
%>
Editor Class | CuteEditor Namespace