Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / SpacerRowSelector Class / CreateInstance Method
A reference to a Row object representing the parent row of the SpacerRowSelector.


In This Topic
    CreateInstance Method (SpacerRowSelector)
    In This Topic
    Creates a new SpacerRowSelector object that is a copy of the current instance.
    Syntax
    'Declaration
     
    Protected Friend Overrides Function CreateInstance( _
       ByVal parentRow As Row _
    ) As RowSelector
    'Usage
     
    Dim instance As SpacerRowSelector
    Dim parentRow As Row
    Dim value As RowSelector
     
    value = instance.CreateInstance(parentRow)
    protected internal override RowSelector CreateInstance( 
       Row parentRow
    )

    Parameters

    parentRow
    A reference to a Row object representing the parent row of the SpacerRowSelector.

    Return Value

    A reference to newly created RowSelector object.
    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