Show / Hide Table of Contents

Interface IAllowFormSettings

Namespace: GenerallyPositive.GPALForm
Assembly: GPAL.dll
Syntax
public interface IAllowFormSettings

Methods

WithFormControl(Object)

Declaration
IAllowFormSettingsAndActions WithFormControl(object gPALFormControl)
Parameters
Type Name Description
System.Object gPALFormControl
Returns
Type Description
IAllowFormSettingsAndActions

WithHeight(Int32)

Declaration
IAllowFormSettingsAndActions WithHeight(int height)
Parameters
Type Name Description
System.Int32 height
Returns
Type Description
IAllowFormSettingsAndActions

WithLeft(Int32)

Declaration
IAllowFormSettingsAndActions WithLeft(int left)
Parameters
Type Name Description
System.Int32 left
Returns
Type Description
IAllowFormSettingsAndActions

WithTitle(String)

Declaration
IAllowFormSettingsAndActions WithTitle(string title)
Parameters
Type Name Description
System.String title
Returns
Type Description
IAllowFormSettingsAndActions

WithTop(Int32)

Declaration
IAllowFormSettingsAndActions WithTop(int top)
Parameters
Type Name Description
System.Int32 top
Returns
Type Description
IAllowFormSettingsAndActions

WithWidth(Int32)

Declaration
IAllowFormSettingsAndActions WithWidth(int width)
Parameters
Type Name Description
System.Int32 width
Returns
Type Description
IAllowFormSettingsAndActions
In This Article
Back to top Generated by DocFX