根据指定的参数构造一个 UIButtonBarItem 的新对象。
命名空间:
SuperMap.Desktop.UI程序集: SuperMap.Desktop.UI.Controls (in SuperMap.Desktop.UI.Controls)
版本: dll
语法
C# |
---|
public UIButtonBarItem( string text, int smallImageIndex, int largeImageIndex ) |
参数
- text
- Type: System..::.String
UIButtonBarItem 要显示的文字内容。
- smallImageIndex
- Type: System..::.Int32
当 UIButtonBarItem 以小图标形式显示时,显示的图片在图片列表中的索引值。
- largeImageIndex
- Type: System..::.Int32
当 UIButtonBarItem 以大图标形式显示时,显示的图片在图片列表中的索引值。