An NDoc Documented Class Library

ControlDictionary.PrimaryControlTypes Method 

[Visual Basic]
Overridable Public Function PrimaryControlTypes( _ 
   ByVal frameworkId As String _ 
) As ControlType}
[C#]
public virtual ControlType} PrimaryControlTypes(
   string frameworkId
);
[C++]
public: virtual ControlType}* PrimaryControlTypes(
   String* frameworkId
);
[JScript]
public virtual function PrimaryControlTypes(
   String frameworkId
): ControlType};

See Also

ControlDictionary Class | White.Core.Mappings Namespace