[Visual Basic] Shared Public Function WinFormPrimary( _ ByVal testControlType As Type, _ ByVal controlType As ControlType _ ) As ControlDictionaryItem [C#] public static ControlDictionaryItem WinFormPrimary( Type testControlType, ControlType controlType ); [C++] public: static ControlDictionaryItem* WinFormPrimary( Type* testControlType, ControlType* controlType ); [JScript] public static function WinFormPrimary( Type testControlType, ControlType controlType ): ControlDictionaryItem;