Show / Hide Table of Contents

    IDwoReadOnlyList<TDwo>.Find(string name) Method

    .NET Standard 2.x

    Finds a control in the list.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    TDwo Find(string name);
    

    Parameters

    name System.String

    The name of the control.

    Return

    TDwo

    Returns the TDwo object found if succeed; otherwise, returns null.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon