SelectNextControl Method (DicomViewer)
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
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