UpDownBase.ChangingText Property

Definition

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

protected:
 property bool ChangingText { bool get(); void set(bool value); };
protected bool ChangingText { get; set; }
member this.ChangingText : bool with get, set
Protected Property ChangingText As Boolean

Property Value

true if the Text property is being changed internally by the UpDownBase class; otherwise, false.

Remarks

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 set to false, the control requires that the user is changing the Text property and will set the UserEdit property to true.

Applies to

See also