Xceed Grid for WinForms v4.3 Documentation
Xceed.UI.v1.4 Assembly / Xceed.UI Namespace / ThemedContainerControl Class / ThemedContainerControl Constructor / ThemedContainerControl Constructor(ThemedContainerControl)
The ThemedContainerControl to use as a template.


In This Topic
    ThemedContainerControl Constructor(ThemedContainerControl)
    In This Topic
    Initializes a new instance of the ThemedContainerControl class specifying the ThemedContainerControl control that will be used as a template.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal template As ThemedContainerControl _
    )
    'Usage
     
    Dim template As ThemedContainerControl
     
    Dim instance As New ThemedContainerControl(template)
    protected ThemedContainerControl( 
       ThemedContainerControl template
    )

    Parameters

    template
    The ThemedContainerControl to use as a template.
    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