Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / InputMap Class / Size Property


In This Topic
    Size Property (InputMap)
    In This Topic
    Returns the number of mappings defined in this input map.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Size As Integer
    'Usage
     
    
    Dim instance As InputMap
    Dim value As Integer
     
    value = instance.Size
    public int Size {get;}
    See Also