Search Results for

    Show / Hide Table of Contents

    Method AddActivatableSection

    AddActivatableSection(IControlContainer, String, String, Single, Single, Single, Single)

    Declaration
    public static ActivatableSection AddActivatableSection(this IControlContainer container, string activatePropertyName, string showPropertyName, float enableValue = 1F, float disableValue = 0F, float hideValue = 0F, float showValue = 1F)
    Parameters
    Type Name Description
    IControlContainer container
    String activatePropertyName
    String showPropertyName
    Single enableValue
    Single disableValue
    Single hideValue
    Single showValue
    Returns
    Type Description
    ActivatableSection

    AddActivatableSection(IControlContainer, String, Single, Single)

    Declaration
    public static ActivatableSection AddActivatableSection(this IControlContainer container, string activatePropertyName, float enableValue = 1F, float disableValue = 0F)
    Parameters
    Type Name Description
    IControlContainer container
    String activatePropertyName
    Single enableValue
    Single disableValue
    Returns
    Type Description
    ActivatableSection
    In This Article
    Back to top Copyright © VRLabs.
    Generated by DocFX