[Visual Basic] Overridable OverloadsPublic Sub AddPrimary( _ ByVal testControlType As Type, _ ByVal controlType As ControlType, _ ByVal hasPrimaryChildren As Boolean _ ) [C#] public virtual void AddPrimary( Type testControlType, ControlType controlType, bool hasPrimaryChildren ); [C++] public: virtual void AddPrimary( Type* testControlType, ControlType* controlType, bool hasPrimaryChildren ); [JScript] public virtual function AddPrimary( Type testControlType, ControlType controlType, bool hasPrimaryChildren );
ControlDictionaryItems Class | White.Core.Mappings Namespace | ControlDictionaryItems.AddPrimary Overload List