System.Windows.Forms.XplatUIX11.IsVisible C# (CSharp) Метод

IsVisible() приватный Метод

private IsVisible ( IntPtr handle ) : bool
handle IntPtr
Результат bool
		internal override bool IsVisible(IntPtr handle) {
			Hwnd hwnd = Hwnd.ObjectFromHandle (handle);
			return (hwnd != null && hwnd.visible);
		}
XplatUIX11