Control.ResetText Method

Definition

Resets the Text property to its default value (Empty).

public:
 virtual void ResetText();
public virtual void ResetText ();
abstract member ResetText : unit -> unit
override this.ResetText : unit -> unit
Public Overridable Sub ResetText ()

Remarks

You typically use this method if you are either creating a designer for the Control or creating your own control incorporating the Control.

Applies to

See also