System.Windows.Forms.XplatUIX11.XBell C# (CSharp) Method

XBell() static private method

static private XBell ( IntPtr display, int percent ) : int
display IntPtr
percent int
return int
		internal static int XBell(IntPtr display, int percent) {
			DebugHelper.TraceWriteLine ("XBell");
			return _XBell(display, percent);
		}
XplatUIX11