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: 7.2.0.0 (7.2.7583.15464)
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