Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

MaskedEdit.Text Property

Gets or sets the contents of the textbox.

[Visual Basic]
Public Property Text As String
[C#]
public String Text {get; set;}

Remarks

This property is being automatically formatted based on Segments.

You can also use each segment's Text property to access each segment's contents. This can be useful when you need to compose the final value from each component's value, for example, a DateTime value based on the year, month and day components.

See Also

MaskedEdit Class | EO.Web Namespace


Direct link to this topic