Spread for ASP.NET 11 Product Documentation
AccessKey Property (CheckBoxEditor)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace > CheckBoxEditor Class : AccessKey Property
Gets or sets the access key that allows you to quickly navigate to the web control.
Syntax
'Declaration
 
Public Property AccessKey As String
'Usage
 
Dim instance As CheckBoxEditor
Dim value As String
 
instance.AccessKey = value
 
value = instance.AccessKey
public string AccessKey {get; set;}

Property Value

String containing the access key
See Also

Reference

CheckBoxEditor Class
CheckBoxEditor Members