Version

SetText(SectionsCollection,String,Char,Char) Method

Sets the text to sections collection.
Syntax
'Declaration
 
Public Overloads Shared Function SetText( _
   ByVal sections As SectionsCollection, _
   ByVal text As String, _
   ByVal promptChar As Char, _
   ByVal padChar As Char _
) As Integer
public static int SetText( 
   SectionsCollection sections,
   string text,
   char promptChar,
   char padChar
)

Parameters

sections
The Infragistics.Win.UltraWinMaskedEdit.SectionsCollection of the editor.
text
The text that should be assigned to the sections collection.
promptChar
The prompt character of the editor.
padChar
The padding character of the editor.

Return Value

Number of characters from text that matched.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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