Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ContextMenuStyle Class / ItemHoverBorder Property
Example


In This Topic
    ItemHoverBorder Property
    In This Topic
    Gets or sets the item hover border.
    Syntax
    'Declaration
     
    
    Public Property ItemHoverBorder As Border
    'Usage
     
    
    Dim instance As ContextMenuStyle
    Dim value As Border
     
    instance.ItemHoverBorder = value
     
    value = instance.ItemHoverBorder
    public Border ItemHoverBorder {get; set;}

    Property Value

    The item hover border.
    Example
    This example uses the ItemHoverBorder property.
    See Also