Version

DisplayCharsEditSection Class

This is an edit section that can contain an arbitrary list of editable display characters.
Syntax
'Declaration
 
Public Class DisplayCharsEditSection 
   Inherits EditSectionBase
public class DisplayCharsEditSection : EditSectionBase 
Remarks

DisplayCharsEditSection is created for each group of consecutive editable characters in the mask. Note that this section is create for editable characters that do not have their own special sections associated with. For example, "mm", "dd", and "yyyy" have MonthSection, DaySection and YearSection associated with them so for these the DisplayCharsEditSection is not created. However for other mask characters for which there are no special sections associated with them, this object will be created for a group of continuous edit mask character in the mask.

Note: Typically there is no need for you to directly create or use sections. XamMaskedEditor will automatically create and manage these objects based on the supplied mask.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also