GrapeCity ActiveReports for .NET 16.0J
GetNextControl メソッド (Designer)

GrapeCity.ActiveReports.Design 名前空間 > Designer クラス : GetNextControl メソッド
The System.Windows.Forms.Control to start the search with.
true to search forward in the tab order; false to search backward.
Retrieves the next control forward or back in the tab order of child controls.
シンタックス
'宣言
 
Public Function GetNextControl( _
   ByVal ctl As Control, _
   ByVal forward As Boolean _
) As Control
public Control GetNextControl( 
   Control ctl,
   bool forward
)

パラメータ

ctl
The System.Windows.Forms.Control to start the search with.
forward
true to search forward in the tab order; false to search backward.

戻り値の型

The next System.Windows.Forms.Control in the tab order.
参照

Designer クラス
Designer メンバ