Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MenuItemCollection Class / Item Property / Item(String) Property


In This Topic
    Item(String) Property
    In This Topic
    Gets the MenuItem with the specified item text.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal command As String _
    ) As MenuItem
    'Usage
     
    
    Dim instance As MenuItemCollection
    Dim command As String
    Dim value As MenuItem
     
    value = instance.Item(command)
    public MenuItem Item( 
       string command
    ) {get;}

    Parameters

    command
    See Also