DataRepeater.ProcessTabKey Method (Boolean)

 

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

This member overrides the ProcessTabKey method.

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

Syntax

[UIPermissionAttribute(SecurityAction.LinkDemand, Window = UIPermissionWindow.AllWindows)]
protected override bool ProcessTabKey(
    bool forward
)
protected:
[UIPermissionAttribute(SecurityAction::LinkDemand, Window = UIPermissionWindow::AllWindows)]
virtual bool ProcessTabKey(
    bool forward
) override
[<UIPermissionAttribute(SecurityAction.LinkDemand, Window = UIPermissionWindow.AllWindows)>]
override ProcessTabKey : 
        forward:bool -> bool
<UIPermissionAttribute(SecurityAction.LinkDemand, Window := UIPermissionWindow.AllWindows)>
Protected Overrides Function ProcessTabKey (
    forward As Boolean
) As Boolean

Parameters

Return Value

Type: System.Boolean

Returns Boolean.

See Also

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

Return to top