'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the popup-part of the control.")> Public Overridable Property Popup As NPopup
'Usage
Dim instance As NPopupDropDownControl Dim value As NPopup instance.Popup = value value = instance.Popup
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the popup-part of the control.")] public virtual NPopup Popup {get; set;}