Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDesktopToolbar Class / ProposedDockSize Property


In This Topic
    ProposedDockSize Property
    In This Topic
    Gets/sets the size to be used when docking the Form. If the Form is already docked this value is ignored. Use Form's Size property instead.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the size to be used when docking the Form. If the Form is already docked this value is ignored. Use Form's Size property instead.")>
    Public Property ProposedDockSize As System.Drawing.Size
    'Usage
     
    
    Dim instance As NDesktopToolbar
    Dim value As System.Drawing.Size
     
    instance.ProposedDockSize = value
     
    value = instance.ProposedDockSize
    [System.ComponentModel.Description("Gets/sets the size to be used when docking the Form. If the Form is already docked this value is ignored. Use Form's Size property instead.")]
    public System.Drawing.Size ProposedDockSize {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