Version

GetExplicitMinimizedAreaExtent Method

Gets an explicit extent for the minimized tile area
Syntax
'Declaration
 
Protected Friend Overridable Function GetExplicitMinimizedAreaExtent() As Double
protected internal virtual double GetExplicitMinimizedAreaExtent()

Return Value

An value that represents the width of the minimized area in maximized mode when MaximizedTileLocation is 'Left' or 'Right'. When MaximizedTileLocation is 'Top' or 'Bottom', it represents the height.
Remarks

Note: if this method returns the default value of 0 then the indivdual tile preferred sizes will be used to determine the extent of this area.

Requirements

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