An NDoc Documented Class Library

ControlDictionaryItem.Secondary Method (Type, ControlType)

[Visual Basic]
Shared  OverloadsPublic Function Secondary( _ 
   ByVal testControlType As Type, _ 
   ByVal controlType As ControlType _ 
) As ControlDictionaryItem
[C#]
public static ControlDictionaryItem Secondary(
   Type testControlType,
   ControlType controlType
);
[C++]
public: static ControlDictionaryItem* Secondary(
   Type* testControlType,
   ControlType* controlType
);
[JScript]
public static function Secondary(
   Type testControlType,
   ControlType controlType
): ControlDictionaryItem;

See Also

ControlDictionaryItem Class | White.Core.Mappings Namespace | ControlDictionaryItem.Secondary Overload List