Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinCalculator Class / ExecuteFunction Method / ExecuteFunction(CalculatorFunctions) Method
A CalculatorFunctions value representing the mathematical function to execute.


In This Topic
    ExecuteFunction(CalculatorFunctions) Method
    In This Topic
    Executes the specified mathematical function.
    Syntax
    'Declaration
     
    Public Overloads Sub ExecuteFunction( _
       ByVal function As CalculatorFunctions _
    ) 
    'Usage
     
    Dim instance As WinCalculator
    Dim function As CalculatorFunctions
     
    instance.ExecuteFunction(function)
    public void ExecuteFunction( 
       CalculatorFunctions function
    )

    Parameters

    function
    A CalculatorFunctions value representing the mathematical function to execute.
    Remarks

    If the button associated with the function is disabled, an System.InvalidOperationException will be thrown.

    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