Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NChartComboCommand Class / Execute Method / Execute(String) Method
text option


In This Topic
    Execute(String) Method
    In This Topic
    Executes the combo command with the specified text option
    Syntax
    'Declaration
     
    
    Public Overloads MustOverride Sub Execute( _
       ByVal text As System.String _
    ) 
    'Usage
     
    
    Dim instance As NChartComboCommand
    Dim text As System.String
     
    instance.Execute(text)
    public abstract void Execute( 
       System.string text
    )

    Parameters

    text
    text option
    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