Click or drag to resize
CMSTabControl.GetTabControlLayout 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: System.String
String mode representation

Return Value

Type: TabControlLayoutEnum
See Also