'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the preferred bounds where the popup should appear. Leave the Location empty to calculate the default location depending on the Windows taskbar.")> Public Property PreferredBounds As System.Drawing.Rectangle
'Usage
Dim instance As NPopupNotify Dim value As System.Drawing.Rectangle instance.PreferredBounds = value value = instance.PreferredBounds
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the preferred bounds where the popup should appear. Leave the Location empty to calculate the default location depending on the Windows taskbar.")] public System.Drawing.Rectangle PreferredBounds {get; set;}