@override bool isDisabled() { var exStyle = GetWindowLongPtr(_windowId, GWL_EXSTYLE); return exStyle & WS_EX_TRANSPARENT > 0; }