DataRepeater.Select Method (Boolean, Boolean)

 

This API supports the product 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

protected override void Select(
    bool directed,
    bool forward
)
protected:
virtual void Select(
    bool directed,
    bool forward
) override
override Select : 
        directed:bool *
        forward:bool -> unit
Protected Overrides Sub Select (
    directed As Boolean,
    forward As Boolean
)

Parameters

See Also

Select Overload
DataRepeater Class
Microsoft.VisualBasic.PowerPacks Namespace
Introduction to the DataRepeater Control (Visual Studio)

Return to top