System.Windows.Forms.XplatUICarbon.IsWindowVisible C# (CSharp) Méthode

IsWindowVisible() private méthode

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