Overrides the SelectedText property to take in consideration that the edit mask, if applied, may shorten the string returned by the Text property.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public override string SelectedText { get; set; }

See Also