'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the NContextMenu instance to be displayed when the user right-clicks on the item.")> <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ReferenceConverter)> Public Property ContextMenu As NContextMenu
'Usage
Dim instance As NLightUIItem Dim value As NContextMenu instance.ContextMenu = value value = instance.ContextMenu
[System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the NContextMenu instance to be displayed when the user right-clicks on the item.")] [System.ComponentModel.TypeConverter(System.ComponentModel.ReferenceConverter)] public NContextMenu ContextMenu {get; set;}