Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ContextMenuCollection Class / Item Property / Item(ContextMenuType) Property


In This Topic
    Item(ContextMenuType) Property
    In This Topic
    Gets the ContextMenu with the specified type.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal type As ContextMenuType _
    ) As ContextMenu
    'Usage
     
    Dim instance As ContextMenuCollection
    Dim type As ContextMenuType
    Dim value As ContextMenu
     
    instance.Item(type) = value
     
    value = instance.Item(type)
    public ContextMenu Item( 
       ContextMenuType type
    ) {get; set;}

    Parameters

    type
    See Also