SelectNextControl Method
See Also 
SourceCode.Workflow.WizardFramework.Authentication Namespace > CredentialsDialog Class : SelectNextControl Method



ctl
forward
tabStopOnly
nested
wrap

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function SelectNextControl( _
   ByVal ctl As Control, _
   ByVal forward As Boolean, _
   ByVal tabStopOnly As Boolean, _
   ByVal nested As Boolean, _
   ByVal wrap As Boolean _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As CredentialsDialog
Dim ctl As Control
Dim forward As Boolean
Dim tabStopOnly As Boolean
Dim nested As Boolean
Dim wrap As Boolean
Dim value As Boolean
 
value = instance.SelectNextControl(ctl, forward, tabStopOnly, nested, wrap)
C#  
public bool SelectNextControl( 
   Control ctl,
   bool forward,
   bool tabStopOnly,
   bool nested,
   bool wrap
)
C++/CLI  
public:
bool SelectNextControl( 
   Control^ ctl,
   bool forward,
   bool tabStopOnly,
   bool nested,
   bool wrap
) 

Parameters

ctl
forward
tabStopOnly
nested
wrap

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