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


ProposedFloatingSize Property
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
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