Does anyone know how to tell if the scrollbars of a given window are currently visible? I've tried GetScrollInfo, but the SCROLLINFO struct doesn't include visibility. I figure that I could get info about the scrollbar windows themselves, but don't know how to obtain that from the given window either.