Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockManager Class / StickToWorkingArea Property


In This Topic
    StickToWorkingArea Property
    In This Topic
    Gets or sets a value whether the floating frames will also stick to the working area of the main form.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.ComponentModel.CategoryAttribute("Sticking")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets a value whether the floating frames will also stick to the working area of the main form.")>
    Public Property StickToWorkingArea As System.Boolean
    'Usage
     
    
    Dim instance As NDockManager
    Dim value As System.Boolean
     
    instance.StickToWorkingArea = value
     
    value = instance.StickToWorkingArea
    [System.ComponentModel.DefaultValue(true)]
    [System.ComponentModel.Category("Sticking")]
    [System.ComponentModel.Description("Gets or sets a value whether the floating frames will also stick to the working area of the main form.")]
    public System.bool StickToWorkingArea {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