Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NContextMenu Class / Palette Property


In This Topic
    Palette Property (NContextMenu)
    In This Topic
    Gets/sets the NPalette used to render the NContextMenu.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the NPalette used to render the NContextMenu.")>
    Public Property Palette As NPalette
    'Usage
     
    
    Dim instance As NContextMenu
    Dim value As NPalette
     
    instance.Palette = value
     
    value = instance.Palette
    [System.ComponentModel.Description("Gets/sets the NPalette used to render the NContextMenu.")]
    public NPalette Palette {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also