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


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