MaskedTextStepperUpdateText Method |
Updates the text to the display text from the provider.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected virtual void UpdateText()
Protected Overridable Sub UpdateText
abstract UpdateText : unit -> unit
override UpdateText : unit -> unit
Remarks
Call this in a subclass when you want to update the text based on the state of the control.
When the
IsEmpty is true, it will set the text to null to show the placeholder text.
Override this to perform other actions before or after the text of the control is updated.
See Also