'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;}