Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ContextMenuCollection Class / Item Property / Item(Int32) Property


In This Topic
    Item(Int32) Property
    In This Topic
    Not supported
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Property Item( _
       ByVal index As Integer _
    ) As ContextMenu
    'Usage
     
    
    Dim instance As ContextMenuCollection
    Dim index As Integer
    Dim value As ContextMenu
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public override ContextMenu Item( 
       int index
    ) {get; set;}

    Parameters

    index
    See Also