ATMLCommonLibrary.controls.path.PathControl.ValidateChildren C# (CSharp) Method

ValidateChildren() public method

public ValidateChildren ( ) : bool
return bool
        public override bool ValidateChildren()
        {
            bool valid = base.ValidateChildren();
            return valid;
        }