CADability dotNET
Replaces entries in the given menu with the menuid "MenuId.File.Mru.FileN" with the most recently used file N or removes this item

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static void ModifyMenu(
	Menu toModify
)
Visual Basic
Public Shared Sub ModifyMenu ( _
	toModify As Menu _
)
Visual C++
public:
static void ModifyMenu(
	Menu^ toModify
)

Parameters

toModify
Type: System.Windows.Forms..::..Menu

See Also