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 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:
TableThe table that contains the controls.
See Also