Exemplo n.º 1
0
 public virtual void onCreateContextMenu(android.view.ContextMenu menu, android.view.View
                                         v, android.view.ContextMenuClass.ContextMenuInfo menuInfo)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 2
0
 internal void setMenuInfo(android.view.ContextMenuClass.ContextMenuInfo menuInfo)
 {
     mMenuInfo = menuInfo;
 }
Exemplo n.º 3
0
		internal void setMenuInfo(android.view.ContextMenuClass.ContextMenuInfo menuInfo)
		{
			mMenuInfo = menuInfo;
		}
Exemplo n.º 4
0
		/// <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;
		}