Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NChartOptionMenuCommand Class
Members


In This Topic
    NChartOptionMenuCommand Class
    In This Topic
    The NChartOptionMenuCommand abstract class perpresents a menu command, from which you can select from several options
    Object Model
    NChartOptionMenuCommand Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NChartOptionMenuCommand 
       Inherits NChartMenuCommand
       Implements INChartButtonCommand, INChartMenuCommand, INChartOptionMenuCommand, Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NChartOptionMenuCommand
    Remarks
    It implements the INChartOptionMenuCommand interface
    Inheritance Hierarchy

    System.Object
       Nevron.Chart.WinForm.NChartCommand
          Nevron.Chart.WinForm.NChartButtonCommand
             Nevron.Chart.WinForm.NChartMenuCommand
                Nevron.Chart.WinForm.NChartOptionMenuCommand
                   Nevron.Chart.WinForm.NApplyStyleSheetCommand
                   Nevron.Chart.WinForm.NPredefinedLightModelCommand
                   Nevron.Chart.WinForm.NPredefinedProjectionCommand
                   Nevron.Chart.WinForm.NRenderSurfaceCommand

    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