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);
}
top of page
Related Posts
See All[FndWindowRegistration("YVVDA_COMPANY_ADDR", "YvvdaCompanyAddr", FndWindowRegistrationFlags.HomePage)] [FndDynamicTabPage("frmCompanyAddr...
40
Example 1: SELECT DISTINCT LISTAGG(t.commission_receiver, ';') WITHIN GROUP (ORDER BY t.commission_receiver) FROM...
20
FUNCTION Strip_Ora_Error ( sqlerrm_ IN VARCHAR2, sqlcode_ IN NUMBER DEFAULT NULL, strip_ora_only_ IN BOOLEAN DEFAULT...
10
bottom of page
Comments