Click or drag to resize
ControlDefinition  Conversion (Type to ControlDefinition)
Implicit conversion from type to control definition

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static implicit operator ControlDefinition (
	Type type
)

Parameters

type
Type: SystemType
Control type

Return Value

Type: ControlDefinition
See Also