Search Results for

    Show / Hide Table of Contents

    Method Alias

    Alias<T>(T, String)

    Set a custom alias for control localization.

    Declaration
    public static T Alias<T>(this T control, string alias)
        where T : SimpleControl
    Parameters
    Type Name Description
    T control

    The control this extension method is used on.

    String alias

    Name used for localization.

    Returns
    Type Description
    T

    The control modified.

    Type Parameters
    Name Description
    T

    Type of the control. Has to be child of SimpleControl.

    In This Article
    Back to top Copyright © VRLabs.
    Generated by DocFX