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



ctl
forward

Glossary Item Box

Syntax

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

Parameters

ctl
forward

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