public virtual bool isChildrenProcessEvents()
        {
            bool ret = OgreOverlayPINVOKE.OverlayContainer_isChildrenProcessEvents(swigCPtr);

            if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
            {
                throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }