|  | 
	
	
	| Rank: Advanced Member Groups: Member
 
 Joined: 6/23/2010
 Posts: 48
 
 | 
		    Hi
 I have this error message when from code behind using vb, setting the property for Active Mode on the Editor.
 
 
 Access Key too long, cannot be more than one character.
 Parameter name: value
 
 
 When reading the documentation it describes using variables as texts.
 
 Which are the correct variables to use?
 
 Best,
 
 ITMA
 
 | 
|  | 
	
	
	| Rank: Administration Groups: Administration
 
 Joined: 5/27/2007
 Posts: 24,425
 
 | 
		    Hi,
 Please check the reference for this property for all the valid values.
 
 Thanks
 | 
|  | 
	
	
	| Rank: Advanced Member Groups: Member
 
 Joined: 6/23/2010
 Posts: 48
 
 | 
		    Hi
 Thanks for your answer.
 Is there any instruction on how to use your reference you referring to. It is seldom I find what I’m looking for.
 
 In this case I just find:
 
 Editor.ActiveMode property
 EO.Web for ASP.NET Help
 Editor.ActiveMode Property
 Gets or sets the current mode for the Editor control.
 [Visual Basic]
 Public Property ActiveMode As EO.Web.EditorMode
 
 
 And then
 
 EO.Web for ASP.NET Help
 EditorMode Enumeration
 Specifies the HTML Editor mode.
 [Visual Basic]
 Public Enum EditorMode
 
 
 Not that very helpful...
 
 Best
 
 ITMA
 | 
|  | 
	
	
	| Rank: Administration Groups: Administration
 
 Joined: 5/27/2007
 Posts: 24,425
 
 | 
		    Hi,
 That page already contains EVERYTHING you need about this property.
 
 Thanks
 | 
|  |