GrapeCity ActiveReports for .NET 16.0J
Invoke(Delegate) メソッド

GrapeCity.ActiveReports.Design.Toolbox 名前空間 > BaseToolbox クラス > Invoke メソッド : Invoke(Delegate) メソッド
A delegate that contains a method to be called in the control's thread context.
Executes the specified delegate on the thread that owns the control's underlying window handle.
シンタックス
'宣言
 
Public Overloads Function Invoke( _
   ByVal method As Delegate _
) As Object
public object Invoke( 
   Delegate method
)

パラメータ

method
A delegate that contains a method to be called in the control's thread context.

戻り値の型

The return value from the delegate being invoked, or null 参照 (Visual Basicでは Nothing) if the delegate has no return value.
参照

BaseToolbox クラス
BaseToolbox メンバ
オーバーロード一覧