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