System.Windows.Forms.XplatUICarbon.IsVisible C# (CSharp) 메소드

IsVisible() 개인적인 메소드

private IsVisible ( IntPtr handle ) : bool
handle System.IntPtr
리턴 bool
		internal override bool IsVisible(IntPtr handle) {
			return Hwnd.ObjectFromHandle(handle).visible;
		}
		
XplatUICarbon