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

StyleSet() 개인적인 메소드

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