Click or drag to resize
HtmlUtilsCreateVerticalAlignmentTable Method
Creates a surrounding table for vertical alignment.

Namespace: PDTec.IceNet.Web.Utils
Assembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static Table CreateVerticalAlignmentTable(
	params Control[] aControls
)

Parameters

aControls
Type: System.Web.UIControl
The controls that will be placed inside the table cells.

Return Value

Type: Table
The table that contains the controls.
See Also