Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / SmallFunctionInfo Class / IsContextSensitive Property


In This Topic
    IsContextSensitive Property (SmallFunctionInfo)
    In This Topic
    Determines whether the evaluation of the function is dependent on the context in which the evaluation occurs.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property IsContextSensitive As Boolean
    'Usage
     
    
    Dim instance As SmallFunctionInfo
    Dim value As Boolean
     
    value = instance.IsContextSensitive
    public override bool IsContextSensitive {get;}
    See Also