Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NPopupNotify Class / PreferredBounds Property


In This Topic
    PreferredBounds Property
    In This Topic
    Gets/sets the preferred bounds where the popup should appear. Leave the Location empty to calculate the default location depending on the Windows taskbar.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also