Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ButtonTextCollection Class / Keys Property


In This Topic
    Keys Property (ButtonTextCollection)
    In This Topic
    Gets a System.String array that contains the keys in the BaseKeyCollection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Keys As String()
    'Usage
     
    
    Dim instance As ButtonTextCollection
    Dim value() As String
     
    value = instance.Keys
    public string[] Keys {get;}
    See Also