IHTMLFrontPageBotElement 对象

         

代表 Microsoft FrontPage 中的组件。

使用 IHTMLFrontPageBotElement

FrontPage 提供获取、删除和设置组件属性的功能。下列语句说明了如何访问下列方法:getBotAttributeremoveBotAttributesetBotAttribute

Call myMyFPBot.setBotAttribute("s-submit", "new item")
Debug.Print myMyFPBot.getBotAttribute("s-submit")
Call myFPBot.removeBotAttribute("s-submit")