获取或设置调用了 Run() 方法的对象,即为调用了实现 ICtrlAction 接口的类中重写 ICtrlAction 接口的 Run() 方法的对象。

命名空间:  SuperMap.Desktop
程序集:  SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll

语法

C#
public IBaseItem Caller { get; set; }

实现

ICtrlAction..::.Caller

备注

如果指定了触发 Ribbon 控件事件时所要运行的内容,当触发控件的事件时,就会运行实现了 ICtrlAction 接口的类中重写 ICtrlAction 接口的 Run() 方法,因此该属性即为调用了这个 Run() 方法的控件对象。

请参见