System.Windows.Forms.XplatUIX11.GetSystrayManagerWindow C# (CSharp) Method

GetSystrayManagerWindow() private method

private GetSystrayManagerWindow ( ) : void
return void
		private void GetSystrayManagerWindow() {
			XGrabServer(DisplayHandle);
			SystrayMgrWindow = XGetSelectionOwner(DisplayHandle, _NET_SYSTEM_TRAY_S);
			XUngrabServer(DisplayHandle);
			XFlush(DisplayHandle);
		}
XplatUIX11