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

MaskedEditSegmentType Enumeration

Specifies the segment type of a MaskedEditSegment object.

[Visual Basic]
Public Enum MaskedEditSegmentType
[C#]
public enum MaskedEditSegmentType

Members

Member Name Description
Literal The segment's Text contains a literal value that appears as themselves and can not be moved or deleted by the user.
Number The segment would be used to enter a number and its MaxValue and MinValue would contains the maximum and minimum allowed value for the segment.
Choice The segment would be used for the user to choose from a list of options provided through the segment's Choices property.
Mask The segment would restrict the user's input based on a pattern set by Mask, which can contain many pre-defined mask elements.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

EO.Web Namespace


Direct link to this topic