Version

GetActualMinimizedAreaExtent Method

Gets the actual extent of the minimized area
Syntax
'Declaration
 
Protected Friend Function GetActualMinimizedAreaExtent() As Double
protected internal double GetActualMinimizedAreaExtent()

Return Value

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

Note: if not in maximizd mode then this method returns 0.

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