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

StyleSet() private method

private StyleSet ( int s, WindowStyles ws ) : bool
s int
ws WindowStyles
return bool
		bool StyleSet (int s, WindowStyles ws)
		{
			return (s & (int)ws) == (int)ws;
		}
XplatUIX11