public void InsertCmdItems2(ref int nCmdsArr, int nCmdsArrLen, ref int nInsertPosArr, int nInsertPosArrLen, int nFlags = 0, IUIX_CmdMenu pSubMenu = null)
 {
 }
예제 #2
0
 public void InsertCmdItems2(ref int nCmdsArr, int nCmdsArrLen, ref int nInsertPosArr, int nInsertPosArrLen, int nFlags = 0, IUIX_CmdMenu pSubMenu = null)
 {
     throw new NotImplementedException();
 }
 public void InsertCmdItems(INumArray pCmds, INumArray pInsertPos, int nFlags = 0, IUIX_CmdMenu pSubMenu = null)
 {
 }
예제 #4
0
 public void InsertCmdItems(INumArray pCmds, INumArray pInsertPos, int nFlags = 0, IUIX_CmdMenu pSubMenu = null)
 {
     throw new NotImplementedException();
 }