CADability dotNET
Handles a few context menu commands. Don't forget to call the base implementation if you override this method. See ICommandHandler.

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

Syntax

C#
public override bool OnCommand(
	string MenuId
)
Visual Basic
Public Overrides Function OnCommand ( _
	MenuId As String _
) As Boolean
Visual C++
public:
virtual bool OnCommand(
	String^ MenuId
) override

Parameters

MenuId
Type: System..::..String

Return Value

Implements

ICommandHandler..::..OnCommand(String)

See Also