System.Windows.Forms.XplatUIX11.StyleSet C# (CSharp) 메소드

StyleSet() 개인적인 메소드

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