Show / Hide Table of Contents

Interface IAllowSizeControl

Inherited Members
IAllowToGPALObject<IBrowser>.ToGPALObject()
Namespace: GenerallyPositive.Browser
Assembly: GPAL.dll
Syntax
public interface IAllowSizeControl : IAllowToGPALObject<IBrowser>

Properties

FullScreen

Declaration
IAllowAllBrowserAndAllSelector FullScreen { get; }
Property Value
Type Description
IAllowAllBrowserAndAllSelector

Maximize

Declaration
IAllowAllBrowserAndAllSelector Maximize { get; }
Property Value
Type Description
IAllowAllBrowserAndAllSelector

Minimize

Declaration
IAllowAllBrowserAndAllSelector Minimize { get; }
Property Value
Type Description
IAllowAllBrowserAndAllSelector

Restore

Declaration
IAllowAllBrowserAndAllSelector Restore { get; }
Property Value
Type Description
IAllowAllBrowserAndAllSelector

Methods

WithWindowSize(Size)

Declaration
IAllowAllBrowserAndAllSelector WithWindowSize(Size windowSize)
Parameters
Type Name Description
System.Drawing.Size windowSize
Returns
Type Description
IAllowAllBrowserAndAllSelector
In This Article
Back to top Generated by DocFX