Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ButtonCellType Class / AccessKey Property
Example


In This Topic
    AccessKey Property (ButtonCellType)
    In This Topic
    Gets or sets the access key that allows you to quickly navigate to the cell.
    Syntax
    'Declaration
     
    
    Public Property AccessKey As String
    'Usage
     
    
    Dim instance As ButtonCellType
    Dim value As String
     
    instance.AccessKey = value
     
    value = instance.AccessKey
    public string AccessKey {get; set;}

    Property Value

    String containing the access key
    Example
    This example sets the access key (hot-key).
    See Also