コード例 #1
0
ファイル: Dialog.cs プロジェクト: zhouweiaccp/XobotOS
 public virtual void onCreateContextMenu(android.view.ContextMenu menu, android.view.View
                                         v, android.view.ContextMenuClass.ContextMenuInfo menuInfo)
 {
     throw new System.NotImplementedException();
 }
コード例 #2
0
ファイル: MenuItemImpl.cs プロジェクト: zhouweiaccp/XobotOS
 internal void setMenuInfo(android.view.ContextMenuClass.ContextMenuInfo menuInfo)
 {
     mMenuInfo = menuInfo;
 }
コード例 #3
0
ファイル: MenuItemImpl.cs プロジェクト: hakeemsm/XobotOS
		internal void setMenuInfo(android.view.ContextMenuClass.ContextMenuInfo menuInfo)
		{
			mMenuInfo = menuInfo;
		}
コード例 #4
0
ファイル: MenuBuilder.cs プロジェクト: hakeemsm/XobotOS
		/// <summary>
		/// Sets the current menu info that is set on all items added to this menu
		/// (until this is called again with different menu info, in which case that
		/// one will be added to all subsequent item additions).
		/// </summary>
		/// <remarks>
		/// Sets the current menu info that is set on all items added to this menu
		/// (until this is called again with different menu info, in which case that
		/// one will be added to all subsequent item additions).
		/// </remarks>
		/// <param name="menuInfo">The extra menu information to add.</param>
		public virtual void setCurrentMenuInfo(android.view.ContextMenuClass.ContextMenuInfo
			 menuInfo)
		{
			mCurrentMenuInfo = menuInfo;
		}