Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ContextMenu Class / Width Property
Example


In This Topic
    Width Property (ContextMenu)
    In This Topic
    Gets or sets the width.
    Syntax
    'Declaration
     
    
    Public Overridable Property Width As Integer
    'Usage
     
    
    Dim instance As ContextMenu
    Dim value As Integer
     
    instance.Width = value
     
    value = instance.Width
    public virtual int Width {get; set;}

    Property Value

    The width.
    Example
    This example sets the menu width.
    See Also