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


In This Topic
    Border Property (ContextMenuStyle)
    In This Topic
    Gets or sets the context menu border.
    Syntax
    'Declaration
     
    
    Public Property Border As Border
    'Usage
     
    
    Dim instance As ContextMenuStyle
    Dim value As Border
     
    instance.Border = value
     
    value = instance.Border
    public Border Border {get; set;}
    Example
    Press the right mouse button over the row header to see the context menu.
    See Also