根据指定的控件类型获取状态栏中相应类型的控件。
命名空间:
SuperMap.Desktop程序集: SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll
语法
C# |
---|
IBaseItem Item[ Type controlType ] { get; } |
参数
- controlType
- Type: System..::.Type
指定的控件类型。
C# |
---|
IBaseItem Item[ Type controlType ] { get; } |