Click or drag to resize
CMSTabControlGetTabControlLayout Method
Returns the layout mode based on the given string.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public TabControlLayoutEnum GetTabControlLayout(
	string controlLayout
)

Parameters

controlLayout
Type: SystemString
String mode representation

Return Value

Type: TabControlLayoutEnum
See Also