CADability dotNET

Namespace:  CADability
Assembly:  CADability (in CADability.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
bool ICommandHandler.OnUpdateCommand(
	string MenuId,
	CommandState CommandState
)
Visual Basic (Declaration)
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