[Visual Basic] Shared OverloadsPublic Function Secondary( _ ByVal testControlType As Type, _ ByVal controlType As ControlType, _ ByVal hasPrimaryChildren As Boolean _ ) As ControlDictionaryItem [C#] public static ControlDictionaryItem Secondary( Type testControlType, ControlType controlType, bool hasPrimaryChildren ); [C++] public: static ControlDictionaryItem* Secondary( Type* testControlType, ControlType* controlType, bool hasPrimaryChildren ); [JScript] public static function Secondary( Type testControlType, ControlType controlType, bool hasPrimaryChildren ): ControlDictionaryItem;
ControlDictionaryItem Class | White.Core.Mappings Namespace | ControlDictionaryItem.Secondary Overload List