Version

MinimumSizeResolved Property (DockAreaPane)

Returns the minimum size of a pane based on the sizes of its child panes. This property is read-only.
Syntax
'Declaration
 
Public Overrides ReadOnly Property MinimumSizeResolved As Size
public override Size MinimumSizeResolved {get;}

Property Value

A Size containing the minimum size
Remarks

The minimum size of a pane may be limited by the presence of child panes and the need to display captions and respect minimum settings on those panes. This property returns the actual value in effect that determines the pane's minimum size. If a pane does not have child panes, its minimum size is 20 x 20.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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