Control.GetNextControl メソッド
子コントロールのタブ オーダー内の 1 つ前または 1 つ後ろのコントロールを取得します。
Public Function GetNextControl( _
ByVal ctl As Control, _ ByVal forward As Boolean _) As Control
[C#]
public Control GetNextControl(Controlctl,boolforward);
[C++]
public: Control* GetNextControl(Control* ctl,boolforward);
[JScript]
public function GetNextControl(
ctl : Control,forward : Boolean) : Control;
パラメータ
- ctl
検索を開始する Control 。 - forward
タブ オーダー内を前方に検索する場合は true 。後方に検索する場合は false 。
戻り値
タブ オーダー内の次の Control 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
Control クラス | Control メンバ | System.Windows.Forms 名前空間 | TabIndex