Exemple #1
0
		[Test] // bug #80620
		public void NumericUpDownClientRectangle_Borders ()
		{
			NumericUpDown nud = new NumericUpDown ();
			nud.CreateControl ();
			Assert.AreEqual (nud.ClientRectangle, new NumericUpDown ().ClientRectangle);
		}