Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / IStyleOwner Interface / GetNonAmbientPropValue Method
The property key.
C1.C1Preview.Scripting.IScriptContext to use for evaluation of calculated properties.

In This Topic
    GetNonAmbientPropValue Method
    In This Topic
    Retrieves the value of a non-ambient property.
    Syntax
    'Declaration
     
    Function GetNonAmbientPropValue( _
       ByVal propKey As Integer, _
       ByVal context As IScriptContext _
    ) As Object
    object GetNonAmbientPropValue( 
       int propKey,
       IScriptContext context
    )

    Parameters

    propKey
    The property key.
    context
    C1.C1Preview.Scripting.IScriptContext to use for evaluation of calculated properties.

    Return Value

    The property value.
    See Also