Show / Hide Table of Contents

    IDwoList<TDwo>.Remove(string name) Method

    .NET Standard 2.x

    Removes a control from the list.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    bool Remove(string name);
    

    Parameters

    name System.String

    The name of control.

    Return

    System.Boolean

    true if the control is successfully removed; otherwise, false. This method also returns false if control was not found.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon