CADability dotNET

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

Syntax

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

Parameters

MenuId
Type: System..::..String
CommandState
Type: CADability.UserInterface..::..CommandState

Return Value

Implements

ICommandHandler..::..OnUpdateCommand(String, CommandState)

See Also