Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ContextMenuStyle Class / ArrowImageUrl Property


In This Topic
    ArrowImageUrl Property
    In This Topic
    Gets or sets the context menu arrow image URL.
    Syntax
    'Declaration
     
    Public Property ArrowImageUrl As String
    'Usage
     
    Dim instance As ContextMenuStyle
    Dim value As String
     
    instance.ArrowImageUrl = value
     
    value = instance.ArrowImageUrl
    public string ArrowImageUrl {get; set;}
    See Also