SelectNextControl Method (LicenseDialog)
In This Topic
Syntax
'Declaration
Public Function SelectNextControl( _
ByVal As System.Windows.Forms.Control, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
) As System.Boolean
'Usage
Dim instance As LicenseDialog
Dim ctl As System.Windows.Forms.Control
Dim forward As System.Boolean
Dim tabStopOnly As System.Boolean
Dim nested As System.Boolean
Dim wrap As System.Boolean
Dim value As System.Boolean
value = instance.SelectNextControl(ctl, forward, tabStopOnly, nested, wrap)
public System.bool SelectNextControl(
System.Windows.Forms.Control ,
System.bool ,
System.bool ,
System.bool ,
System.bool
)
public function SelectNextControl(
: System.Windows.Forms.Control;
: System.Boolean;
: System.Boolean;
: System.Boolean;
: System.Boolean
): System.Boolean;
public function SelectNextControl(
: System.Windows.Forms.Control,
: System.boolean,
: System.boolean,
: System.boolean,
: System.boolean
) : System.boolean;
public: System.bool SelectNextControl(
System.Windows.Forms.Control* ,
System.bool ,
System.bool ,
System.bool ,
System.bool
)
public:
System.bool SelectNextControl(
System.Windows.Forms.Control^ ,
System.bool ,
System.bool ,
System.bool ,
System.bool
)
Parameters
- ctl
- forward
- tabStopOnly
- nested
- wrap
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also