Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.UI Namespace / ConLibControlCollection Class / TryGetValue Method
The name of the control to find.
In This Topic
    TryGetValue Method (ConLibControlCollection)
    In This Topic
    Attempts to get a control having the given name.
    Syntax
    public ConLibControl TryGetValue( 
       string name
    )

    Parameters

    name
    The name of the control to find.

    Return Value

    The control if a match is found, otherwise null.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also