コード例 #1
0
ファイル: MenuItemImpl.cs プロジェクト: zhouweiaccp/XobotOS
 /// <returns>Whether the menu should show icons for menu items.</returns>
 public bool shouldShowIcon()
 {
     return(mMenu.getOptionalIconsVisible());
 }