Gets or sets a value indicating whether the text property is being changed internally by its parent class.
[Visual Basic] Protected Property ChangingText As Boolean [C#] protected bool ChangingText {get; set;} [C++] protected: __property bool get_ChangingText(); protected: __property void set_ChangingText(bool); [JScript] protected function get ChangingText() : Boolean; protected function set ChangingText(Boolean);
true if the Text property is being changed internally by the UpDownBase class; otherwise, false.
The ChangingText property acts as a flag for the UpDownBase class. This property is used by derived classes to indicate when the class is changing the current Text property internally. If this property is not set to true, UpDownBase will assume that the user is changing the Text property, and will set the UserEdit property to true.
UpDownBase Class | UpDownBase Members | System.WinForms Namespace | UserEdit | Text