PowerTools InputMan for Windows Forms 8.0J
EllipsisString プロパティ (GcTextBox)

コントロールに表示する省略文字を取得または設定します。
構文
Public Property EllipsisString As String
public string EllipsisString {get; set;}

プロパティ値

省略文字として使用されるString 。 既定値は…です。
解説

EllipsisString プロパティは、コントロールがフォーカスを失ったときに、コントロール内に表示しきれない文字列があることを知らせる省略文字を設定します。コントロールにフォーカスがあるときは、省略文字は表示されません。

また、EllipsisString プロパティの設定は、Ellipsis プロパティにNone以外を設定した場合のみ有効になります。

参照

GcTextBox クラス
GcTextBox メンバ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.