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

GrapeCity.ActiveReports.Design 名前空間 > Designer クラス > Validate メソッド : Validate(Boolean) メソッド
If true, the value of the System.Windows.Forms.ContainerControl.AutoValidate property is used to determine if validation should be performed; if false, validation is unconditionally performed.
Verifies the value of the control that is losing focus; conditionally dependent on whether automatic validation is turned on.
シンタックス
'宣言
 
Public Overloads Function Validate( _
   ByVal checkAutoValidate As Boolean _
) As Boolean
public bool Validate( 
   bool checkAutoValidate
)

パラメータ

checkAutoValidate
If true, the value of the System.Windows.Forms.ContainerControl.AutoValidate property is used to determine if validation should be performed; if false, validation is unconditionally performed.

戻り値の型

true if validation is successful; 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 メンバ
オーバーロード一覧