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


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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

CheckBoxEditor Class
CheckBoxEditor Members

 

 


Copyright © GrapeCity, inc. All rights reserved.