PSHostRawUserInterface.MaxWindowSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the size of the largest window possible for the current buffer, current font, and current display hardware. The view window cannot be larger than the screen buffer or the current display (the display the window is rendered on).
public:
abstract property System::Management::Automation::Host::Size MaxWindowSize { System::Management::Automation::Host::Size get(); };
public abstract System.Management.Automation.Host.Size MaxWindowSize { get; }
member this.MaxWindowSize : System.Management.Automation.Host.Size
Public MustOverride ReadOnly Property MaxWindowSize As Size
Property Value
The largest dimensions the window can be resized to without resizing the screen buffer.
Remarks
Always returns a value less than or equal to MaxPhysicalWindowSize.