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

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public TabControlLayoutEnum GetTabControlLayout(
	string controlLayout
)

Parameters

controlLayout
Type: SystemString
String mode representation

Return Value

Type: TabControlLayoutEnum
See Also