Nevron .NET Vision
Nevron.Diagram.WinForm.Commands Namespace / NDiagramCommander Class
Members


In This Topic
    NDiagramCommander Class
    In This Topic
    The NDiagramCommander class is used to facilitate the diagram view command execution and updates
    Object Model
    NDiagramCommander Class
    Syntax
    Remarks
    A reference to this class can be obtained from the Commander property of the NDiagramCommandBarsManager class. The commander stores a collection with all currently available diagram commands, which is accessible from the Commands property. The NDiagramCommander class also serves as adoptor between the diagram commands and the Nevron (or other third party) user interface.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.WinForm.Commands.NDiagramCommander

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also