'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;}