System.Windows.Forms.UpDownBase.ChangingText Property

Gets or sets a value indicating whether the text property is being changed internally by its parent class.

Syntax

protected bool ChangingText { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The UpDownBase.ChangingText property acts as a flag for the System.Windows.Forms.UpDownBase class. This property is used by derived classes to indicate when the class is changing the current UpDownBase.Text property internally. If this property is set to false, the control requires that the user is changing the UpDownBase.Text property and will set the UpDownBase.UserEdit property to true.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0