An NDoc Documented Class Library

ControlDictionaryItem.Primary Method (Type, ControlType, Boolean)

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

See Also

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