Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CalculatorButtonMappingCollection Class / Item Property / Item(Keys) Property


In This Topic
    Item(Keys) Property
    In This Topic
    Gets the key according to special key.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal key As Keys _
    ) As String
    'Usage
     
    
    Dim instance As CalculatorButtonMappingCollection
    Dim key As Keys
    Dim value As String
     
    value = instance.Item(key)
    public string Item( 
       Keys key
    ) {get;}

    Parameters

    key

    Property Value

    A System.Windows.Forms.Keys instance indicates the special key.
    See Also