GetNextControl Method (C1SpellDialog)
In This Topic
Syntax
'Declaration
Public Function GetNextControl( _
ByVal As System.Windows.Forms.Control, _
ByVal As System.Boolean _
) As System.Windows.Forms.Control
public System.Windows.Forms.Control GetNextControl(
System.Windows.Forms.Control? ,
System.bool?
)
Parameters
- ctl
- forward
See Also