Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputButton Class / GetAmbientPropValueForChild Method
The child RenderObject.
The style property key.
C1.C1Preview.Scripting.IScriptContext to use for evaluation of calculated properties.

In This Topic
    GetAmbientPropValueForChild Method (RenderInputButton)
    In This Topic
    Gets the value of a child's ambient style property.
    Syntax
    'Declaration
     
    Protected Overridable Function GetAmbientPropValueForChild( _
       ByVal roChild As RenderObject, _
       ByVal propKey As Integer, _
       ByVal context As IScriptContext _
    ) As Object
    protected virtual object GetAmbientPropValueForChild( 
       RenderObject roChild,
       int propKey,
       IScriptContext context
    )

    Parameters

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

    Return Value

    The style property value.
    See Also