'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the control hosted on the popup.")> Public Property HostedControl As System.Windows.Forms.Control
'Usage
Dim instance As NPopup Dim value As System.Windows.Forms.Control instance.HostedControl = value value = instance.HostedControl
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the control hosted on the popup.")] public System.Windows.Forms.Control HostedControl {get; set;}