Share via


DataRepeater.Select Method (Boolean, Boolean)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This member overrides the Select method.

Namespace:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntax

'Declaration
Protected Overrides Sub Select ( _
    directed As Boolean, _
    forward As Boolean _
)
protected override void Select(
    bool directed,
    bool forward
)
protected:
virtual void Select(
    bool directed, 
    bool forward
) override
abstract Select : 
        directed:bool * 
        forward:bool -> unit 
override Select : 
        directed:bool * 
        forward:bool -> unit 
protected override function Select(
    directed : boolean, 
    forward : boolean
)

Parameters

.NET Framework Security

See Also

Reference

DataRepeater Class

Select Overload

Microsoft.VisualBasic.PowerPacks Namespace

Other Resources

Introduction to the DataRepeater Control (Visual Studio)