GrapeCity SPREAD for Windows Forms 11.0J
TextLength プロパティ (DropDownEditor)


ドロップダウンエディットウィンドウのテキストの長さを取得します。
構文
'Declaration
 
Public ReadOnly Property TextLength As Integer
'使用法
 
Dim instance As DropDownEditor
Dim value As Integer
 
value = instance.TextLength
public int TextLength {get;}

プロパティ値

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

DropDownEditor クラス
DropDownEditor メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.