实现 ICtrlAction 接口的 Enable() 方法。查看 ICtrlAction.Caller 属性获取的控件对象是否可用。

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

语法

C#
public virtual bool Enable()

返回值

如果可用返回 true;否则返回 false。

实现

ICtrlAction..::.Enable()()()

请参见