Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.UI Namespace / ConLibControl Class / ConLibControl Constructor
The name of the ConLib control.
The file path of the ConLib control.
The type of the class of this ConLib control.
In This Topic
    ConLibControl Constructor
    In This Topic
    Initializes a new instance of the ConLibControl class.
    Syntax
    public ConLibControl( 
       string name,
       string filePath,
       Type classType
    )

    Parameters

    name
    The name of the ConLib control.
    filePath
    The file path of the ConLib control.
    classType
    The type of the class of this ConLib control.
    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