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


In This Topic
    NChartButtonCommand Class
    In This Topic
    The NChartButtonCommand abstract class perpresents a push button command
    Object Model
    NChartButtonCommand Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NChartButtonCommand 
       Inherits NChartCommand
       Implements INChartButtonCommand, Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NChartButtonCommand
    public abstract class NChartButtonCommand : NChartCommand, INChartButtonCommand, Nevron.INReferenceHolder  
    Remarks
    It implements the INChartButtonCommand interface, which has only one method - Execute(), which is called when the button is pushed
    Inheritance Hierarchy
    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