バージョン

SetText(SectionsCollection,String,Char,Char) メソッド

セクションコレクションにテキストを設定します。
シンタックス
'宣言
 
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
)

パラメータ

sections
エディターの Infragistics.Win.UltraWinMaskedEdit.SectionsCollection
text
セクション コレクションに割り当てられるテキスト。
promptChar
エディターのプロンプト文字。
padChar
エディターのパッディング文字。

戻り値の型

一致したテキストの文字数。
参照