Share via


EditableText.Overtype Property

Gets or sets a value that indicates whether overtype is enabled.

Syntax

  public bool Overtype {get; set;}

Property Value

System.Booleantrue if overtype is enabled; otherwise, false.

This property is read/write.

Remarks

The overtype feature indicates whether typing should overwrite the existing value. It is up to the developer to implement the overtype feature. For an example of overtype, see the Scenarios.SimpleEditbox.mcml sample in the Sample Explorer.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also