Show / Hide Table of Contents

Interface IAllowTableLayoutPanelSettings

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

Methods

WithColumnCount(Int32)

Declaration
IAllowControlSettingsAndTableLayoutPanelSettings WithColumnCount(int columnCount)
Parameters
Type Name Description
System.Int32 columnCount
Returns
Type Description
IAllowControlSettingsAndTableLayoutPanelSettings

WithGrowStyle(TableLayoutPanelGrowStyle)

Declaration
IAllowControlSettingsAndTableLayoutPanelSettings WithGrowStyle(TableLayoutPanelGrowStyle tableLayoutPanelGrowStyle)
Parameters
Type Name Description
System.Windows.Forms.TableLayoutPanelGrowStyle tableLayoutPanelGrowStyle
Returns
Type Description
IAllowControlSettingsAndTableLayoutPanelSettings

WithRowCount(Int32)

Declaration
IAllowControlSettingsAndTableLayoutPanelSettings WithRowCount(int rowCount)
Parameters
Type Name Description
System.Int32 rowCount
Returns
Type Description
IAllowControlSettingsAndTableLayoutPanelSettings
In This Article
Back to top Generated by DocFX