top of page

Menu Item Rearrange/Reorder in IFS IEE

  • Writer: Rumesh Aponso (RMAX)
    Rumesh Aponso (RMAX)
  • Nov 25, 2024
  • 1 min read
protected override void OnRearrangeMergedMenuItems(Ifs.Fnd.Windows.Forms.FndContextMenuStrip contextMenu) 
{ 
	base.OnRearrangeMergedMenuItems(contextMenu); 
	// Move the menu item "menuItem_View" defined in menu "menutbwMethods_Cust" 
	// to the location just after the menu item "menuItem__Run" which is defined in menu "menutbwMethods". 
	contextMenu.MoveItemAfter(this.menuItem_View, this.menuItem__Run); 
}

Related Posts

See All
BLOB to CLOB in PLSQL

How to get file content in a BLOB file into a CLOB in PL/SQL. The below function can be used if the BLOB file contains text format data...

 
 
 
Fnd Dynamic Tab Page in IEE Client

[FndWindowRegistration("YVVDA_COMPANY_ADDR", "YvvdaCompanyAddr", FndWindowRegistrationFlags.HomePage)] [FndDynamicTabPage("frmCompanyAddr...

 
 
 

Comments


Copyright © 2025 RMAXOneNote

  • Online CV
  • LinkedIn
  • Youtube
  • GitHub
  • Blogger
bottom of page