[Visual Basic] Overridable Public Sub AddWPFPrimary( _ ByVal testControlType As Type, _ ByVal controlType As ControlType _ ) [C#] public virtual void AddWPFPrimary( Type testControlType, ControlType controlType ); [C++] public: virtual void AddWPFPrimary( Type* testControlType, ControlType* controlType ); [JScript] public virtual function AddWPFPrimary( Type testControlType, ControlType controlType );
ControlDictionaryItems Class | White.Core.Mappings Namespace