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