'Declaration
<System.ComponentModel.CategoryAttribute("Placement")> <System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the Control instance which will be treated as a placement target.")> <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ReferenceConverter)> Public Property PlacementTarget As System.Windows.Forms.Control
'Usage
Dim instance As NPopup Dim value As System.Windows.Forms.Control instance.PlacementTarget = value value = instance.PlacementTarget
[System.ComponentModel.Category("Placement")] [System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the Control instance which will be treated as a placement target.")] [System.ComponentModel.TypeConverter(System.ComponentModel.ReferenceConverter)] public System.Windows.Forms.Control PlacementTarget {get; set;}