System.Windows.Forms.UpDownBase.UpDownTextBox.UpDownTextBox C# (CSharp) Method

UpDownTextBox() public method

public UpDownTextBox ( UpDownBase owner ) : System
owner UpDownBase
return System
			public UpDownTextBox (UpDownBase owner)
			{
				this.owner = owner;

				SetStyle (ControlStyles.FixedWidth, false);
				SetStyle (ControlStyles.Selectable, false);
			}