GrapeCity ActiveReports for .NET 16.0J
Validate メソッド (TextBox)

GrapeCity.ActiveReports.PageReportModel 名前空間 > TextBox クラス : Validate メソッド
検証を行うために使用されるコンテキストの情報を含むGrapeCity.ActiveReports.PageReportModel.Validation.ValidationContext
TextBoxオブジェクトの各プロパティの情報を検証します。
シンタックス
'宣言
 
Public Overrides NotOverridable Function Validate( _
   ByVal context As ValidationContext _
) As ValidationEntry()
public override ValidationEntry[] Validate( 
   ValidationContext context
)

パラメータ

context
検証を行うために使用されるコンテキストの情報を含むGrapeCity.ActiveReports.PageReportModel.Validation.ValidationContext

戻り値の型

すべての見つかった検証エントリを含むGrapeCity.ActiveReports.PageReportModel.Validation.ValidationEntry配列を返します。見つからない場合は空です。
参照

TextBox クラス
TextBox メンバ