System.Windows.Forms.XplatUICarbon.StyleSet C# (CSharp) Méthode

StyleSet() private méthode

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