GrapeCity ActiveReports for .NET 16.0J
ValidateChildren(ValidationConstraints) メソッド

GrapeCity.ActiveReports.Design 名前空間 > Designer クラス > ValidateChildren メソッド : ValidateChildren(ValidationConstraints) メソッド
Places restrictions on which controls have their System.Windows.Forms.Control.Validating event raised.
Causes all of the child controls within a control that support validation to validate their data.
シンタックス
'宣言
 
Public Overloads Overridable Function ValidateChildren( _
   ByVal validationConstraints As ValidationConstraints _
) As Boolean
public virtual bool ValidateChildren( 
   ValidationConstraints validationConstraints
)

パラメータ

validationConstraints
Places restrictions on which controls have their System.Windows.Forms.Control.Validating event raised.

戻り値の型

true if all of the children validated successfully; otherwise, false. If called from the System.Windows.Forms.Control.Validating or System.Windows.Forms.Control.Validated event handlers, this method will always return false.
参照

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