Gets the topMenuId and subMenuId of the next item in the menu associated with the specified tool.
Syntax
public void GetNextItemId(
Tool ,
out int ,
out int
)
public: void GetNextItemId(
Tool ,
[PARAMFLAG::Out] int ,
[PARAMFLAG::Out] int
)
public:
void GetNextItemId(
Tool ,
[Out] int ,
[Out] int
)
Parameters
- tool
- A Tool enumeration value with which the menu is associated.
- topMenuId
- An integer value which represents the top-level menu ID of the first item in the menu.
- subMenuId
- An integer value which represents the sub-level menu ID of the first item in the menu.
See Also