Interface IAllowSizeControl
Assembly: GPAL.dll
Syntax
public interface IAllowSizeControl : IAllowToGPALObject<IBrowser>
Properties
FullScreen
Declaration
IAllowAllBrowserAndAllSelector FullScreen { get; }
Property Value
Maximize
Declaration
IAllowAllBrowserAndAllSelector Maximize { get; }
Property Value
Minimize
Declaration
IAllowAllBrowserAndAllSelector Minimize { get; }
Property Value
Restore
Declaration
IAllowAllBrowserAndAllSelector Restore { get; }
Property Value
Methods
WithWindowSize(Size)
Declaration
IAllowAllBrowserAndAllSelector WithWindowSize(Size windowSize)
Parameters
| Type |
Name |
Description |
| System.Drawing.Size |
windowSize |
|
Returns