System.Windows.Forms.UserControl.ValidateChildren C# (CSharp) Method

ValidateChildren() private method

private ValidateChildren ( ValidationConstraints validationConstraints ) : bool
validationConstraints ValidationConstraints
return bool
		public override bool ValidateChildren (ValidationConstraints validationConstraints)
		{
			return base.ValidateChildren (validationConstraints);
		}
		#endregion

Same methods

UserControl::ValidateChildren ( ) : bool