Pass parameter from page to ActiveX

前端 未结 1 589
日久生厌
日久生厌 2021-01-16 07:53
    

        
      
      
      
1条回答
  •  北海茫月
    2021-01-16 08:45

    Your html code looks like correct, here is a sample:

    http://www.w3schools.com/TAGS/tag_object.asp

    I would try to set a breakpoint to the property getter and check whether it is called. Getters are always called before setters during control initialization. If it is not called, probably you forgot to add your prop to property map or something like that…

    0 讨论(0)
提交回复
热议问题