MenuItem..::..MoveToParent Method

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Menu
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public MenuItem MoveToParent(
	FolderMenuItem NewParent,
	int ItemNo
)
Public Function MoveToParent ( _
	NewParent As FolderMenuItem, _
	ItemNo As Integer _
) As MenuItem
public:
MenuItem^ MoveToParent(
	FolderMenuItem^ NewParent, 
	int^ ItemNo
)