Interface IAllowFormSettings
Assembly: GPAL.dll
public interface IAllowFormSettings
Methods
Declaration
IAllowFormSettingsAndActions WithFormControl(object gPALFormControl)
Parameters
| Type |
Name |
Description |
| System.Object |
gPALFormControl |
|
Returns
Declaration
IAllowFormSettingsAndActions WithHeight(int height)
Parameters
| Type |
Name |
Description |
| System.Int32 |
height |
|
Returns
Declaration
IAllowFormSettingsAndActions WithLeft(int left)
Parameters
| Type |
Name |
Description |
| System.Int32 |
left |
|
Returns
Declaration
IAllowFormSettingsAndActions WithTitle(string title)
Parameters
| Type |
Name |
Description |
| System.String |
title |
|
Returns
Declaration
IAllowFormSettingsAndActions WithTop(int top)
Parameters
| Type |
Name |
Description |
| System.Int32 |
top |
|
Returns
Declaration
IAllowFormSettingsAndActions WithWidth(int width)
Parameters
| Type |
Name |
Description |
| System.Int32 |
width |
|
Returns