An NDoc Documented Class Library

ControlTypeMappingAttribute Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal customUIItemType As CustomUIItemType _ 
)
[C#]
public ControlTypeMappingAttribute(
   CustomUIItemType customUIItemType
);
[C++]
public: ControlTypeMappingAttribute(
   CustomUIItemType customUIItemType
);
[JScript]
public function ControlTypeMappingAttribute(
   CustomUIItemType customUIItemType
);

See Also

ControlTypeMappingAttribute Class | White.Core.UIItems.Custom Namespace