Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / ButtonRenderer Class / AccessKey Property


In This Topic
    AccessKey Property (ButtonRenderer)
    In This Topic
    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 ButtonRenderer
    Dim value As String
     
    instance.AccessKey = value
     
    value = instance.AccessKey
    public string AccessKey {get; set;}

    Property Value

    String containing the access key
    See Also