CADability dotNET
Returns the CommandHandler of this frame. All menu and toolbar commands are routed through this command handler. If the tollbars and menus of CADability are used no action has to be taken. If you use your own menues or toolbars call OnCommand(String) and OnUpdateCommand(String, CommandState) for all commands concerning CADability.

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

Syntax

C#
public ICommandHandler CommandHandler { get; }
Visual Basic
Public ReadOnly Property CommandHandler As ICommandHandler
	Get
Visual C++
public:
virtual property ICommandHandler^ CommandHandler {
	ICommandHandler^ get () sealed;
}

Implements

IFrame..::..CommandHandler

See Also