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


In This Topic
    MoveableBounds Property
    In This Topic
    Gets/sets the bounds which are treated as Moveable - the user may drag the window if click within them. Valid when the predefined popup style is PredefinedPopupStyle.Shaped.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the bounds which are treated as Moveable - the user may drag the window if click within them. Valid when the predefined popup style is PredefinedPopupStyle.Shaped.")>
    Public Property MoveableBounds As System.Drawing.Rectangle
    'Usage
     
    
    Dim instance As NPopupNotify
    Dim value As System.Drawing.Rectangle
     
    instance.MoveableBounds = value
     
    value = instance.MoveableBounds
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the bounds which are treated as Moveable - the user may drag the window if click within them. Valid when the predefined popup style is PredefinedPopupStyle.Shaped.")]
    public System.Drawing.Rectangle MoveableBounds {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