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


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

    Parameters

    template
    The ThemedScrollableControl 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