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

IsWindowVisible() private method

private IsWindowVisible ( IntPtr wHnd ) : bool
wHnd System.IntPtr
return bool
		internal extern static bool IsWindowVisible (IntPtr wHnd);
		[DllImport("/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon")]
XplatUICarbon