CADability dotNET
Process the command with the given MenuId. Return true if handled, false otherwise.

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

Syntax

C#
bool OnCommand(
	string MenuId
)
Visual Basic
Function OnCommand ( _
	MenuId As String _
) As Boolean
Visual C++
bool OnCommand(
	String^ MenuId
)

Parameters

MenuId
Type: System..::..String
Id of the menu command to be processed

Return Value

true, if handled, fals otherwise

See Also