'Declaration
Public Sub MenuGetFirstItemId( _
ByVal As MenuType, _
ByVal As AnnotationTool, _
ByRef As Integer, _
ByRef As Integer _
)
'Usage
Dim instance As NotateXpress
Dim menuType As MenuType
Dim tool As AnnotationTool
Dim topMenuId As Integer
Dim subMenuId As Integer
instance.MenuGetFirstItemId(menuType, tool, topMenuId, subMenuId)
public void MenuGetFirstItemId(
MenuType ,
AnnotationTool ,
out int ,
out int
)
public: void MenuGetFirstItemId(
MenuType ,
AnnotationTool ,
[PARAMFLAG::Out] int ,
[PARAMFLAG::Out] int
)
public:
void MenuGetFirstItemId(
MenuType ,
AnnotationTool ,
[Out] int ,
[Out] int
)