System.Windows.Forms.XplatUICarbon.IsVisible C# (CSharp) Method

IsVisible() private method

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