Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MenuItem Class / CommandArgument Property
Example


In This Topic
    CommandArgument Property
    In This Topic
    Gets or sets the command argument.
    Syntax
    'Declaration
     
    
    Public Overridable Property CommandArgument As String
    'Usage
     
    
    Dim instance As MenuItem
    Dim value As String
     
    instance.CommandArgument = value
     
    value = instance.CommandArgument
    public virtual string CommandArgument {get; set;}

    Property Value

    The command argument.
    Remarks
    The CommandArgument and CommandName properties are used to separate which menu item is clicked in code.
    Example
    This example uses the CommandArgument property.
    See Also