System.Windows.Forms.ThemeWin32Classic.TextBoxBaseShouldPaintBackground C# (CSharp) Méthode

TextBoxBaseShouldPaintBackground() public méthode

public TextBoxBaseShouldPaintBackground ( TextBoxBase textBoxBase ) : bool
textBoxBase TextBoxBase
Résultat bool
		public override bool TextBoxBaseShouldPaintBackground (TextBoxBase textBoxBase)
		{
			return true;
		}
		#endregion
ThemeWin32Classic