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) | ![]() |
---|---|
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
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