Control.GetNextControl 方法

按照子控件的 Tab 键顺序向前或向后检索下一个控件。

**命名空间:**System.Windows.Forms
**程序集:**System.Windows.Forms(在 system.windows.forms.dll 中)

语法

声明
Public Function GetNextControl ( _
    ctl As Control, _
    forward As Boolean _
) As Control
用法
Dim instance As Control
Dim ctl As Control
Dim forward As Boolean
Dim returnValue As Control

returnValue = instance.GetNextControl(ctl, forward)
public Control GetNextControl (
    Control ctl,
    bool forward
)
public:
Control^ GetNextControl (
    Control^ ctl, 
    bool forward
)
public Control GetNextControl (
    Control ctl, 
    boolean forward
)
public function GetNextControl (
    ctl : Control, 
    forward : boolean
) : Control

参数

  • ctl
    从其上开始搜索的 Control
  • forward
    如果是 true,则按 Tab 键顺序向前搜索;如果是 false 则向后搜索。

返回值

Tab 键顺序指定的下一个 Control

平台

Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

Control 类
Control 成员
System.Windows.Forms 命名空间
TabIndex