WIN32OLE_TYPE#default_event_sources
Instance Public methods
Returns the array of WIN32OLE_TYPE object which is implemented by the WIN32OLE_TYPE object and having IMPLTYPEFLAG_FSOURCE and IMPLTYPEFLAG_FDEFAULT.
1 2 | tobj = WIN32OLE_TYPE . new ( 'Microsoft Internet Controls' , "InternetExplorer" ) p tobj.default_event_sources # => [#<WIN32OLE_TYPE:DWebBrowserEvents2>] |
Please login to continue.