[Visual Basic]
Public Function GetNextControl( _
ByVal ctl As Control, _
ByVal forward As Boolean _
) As Control
[C#]
public Control GetNextControl(
Control ctl,
bool forward
);
Parameters
- ctl
- forward
See Also
Viewer Class
| Viewer Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.