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

StyleSet() private method

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