[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;
ControlDictionaryItem Class | White.Core.Mappings Namespace | ControlDictionaryItem.Primary Overload List