Interface IAllowTableLayoutPanelSettings
Assembly: GPAL.dll
public interface IAllowTableLayoutPanelSettings
Methods
Declaration
IAllowControlSettingsAndTableLayoutPanelSettings WithColumnCount(int columnCount)
Parameters
| Type |
Name |
Description |
| System.Int32 |
columnCount |
|
Returns
Declaration
IAllowControlSettingsAndTableLayoutPanelSettings WithGrowStyle(TableLayoutPanelGrowStyle tableLayoutPanelGrowStyle)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.TableLayoutPanelGrowStyle |
tableLayoutPanelGrowStyle |
|
Returns
Declaration
IAllowControlSettingsAndTableLayoutPanelSettings WithRowCount(int rowCount)
Parameters
| Type |
Name |
Description |
| System.Int32 |
rowCount |
|
Returns