CADability dotNET

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

Syntax

C#
bool ICommandHandler.OnUpdateCommand(
	string MenuId,
	CommandState CommandState
)
Visual Basic
Private Function OnUpdateCommand ( _
	MenuId As String, _
	CommandState As CommandState _
) As Boolean Implements ICommandHandler.OnUpdateCommand
Visual C++
private:
virtual bool OnUpdateCommand(
	String^ MenuId, 
	CommandState^ CommandState
) sealed = ICommandHandler::OnUpdateCommand

Parameters

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

Implements

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

See Also