www.mxdraw.com
内容索引主面
前一个向上下一个
_DMxDrawX::ImpInputPointToolTipFun 数据 成员

对象动态提示事件回调函数指针

IDL
[id(262) , helpstring("property ImpInputPointToolTipFun")]
IDispatch* ImpInputPointToolTipFun;

例如:JS

                function DoInputPointToolTipFun(ent) {
                    var sHyperlinks = ent.Hyperlinks;
                    if(sHyperlinks.length != 0)
                    {
                        var sClassName = ent.ObjectName;

                        var tip = "<ct=0x0000FF><al_c>"+sClassName+
                           "<br><ct=0x00AA00><hr=100%></ct><br><a="link">" + sHyperlinks + "</a>";

                        mxOcx.SetEventRetString(tip);
                    }
                    ent = null;
                    CollectGarbage();
                }
Copyright (c) 2010. All rights reserved.
你认为该帮助怎么样? 发送反馈信息!