PowerTools SPREAD for Windows Forms 8.0J
TextLength プロパティ (EditBase)


コントロールのテキストの長さを取得します。
構文
'Declaration
 
Public Overridable ReadOnly Property TextLength As Integer
'使用法
 
Dim instance As EditBase
Dim value As Integer
 
value = instance.TextLength
public virtual int TextLength {get;}

プロパティ値

コントロールのテキストの長さを表すInt32値。
解説
コントロールのテキストから特定の文字列を検索するタスクなどにおいて、文字数の総数が既知である必要がある場合は、 このプロパティを使用して、タスクの文字列の文字数を決定できます。
参照

EditBase クラス
EditBase メンバ
Text プロパティ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.