GrapeCity SPREAD for Windows Forms 11.0J
EllipsisString プロパティ (GcComboBoxCellType)


テキストの幅がコントロールより長い場合に省略記号として表示する文字列を取得または設定します。
構文
'Declaration
 
Public Property EllipsisString As String
'使用法
 
Dim instance As GcComboBoxCellType
Dim value As String
 
instance.EllipsisString = value
 
value = instance.EllipsisString
public string EllipsisString {get; set;}

プロパティ値

省略記号として使用される文字列を示すSystem.String値。
デフォルト値は(...)です。
解説
このプロパティで指定した文字列は、GcComboBox.EllipsisEllipsisMode.EllipsisEndまたはEllipsisMode.EllipsisPathに設定されている場合に使用されます。
参照

GcComboBoxCellType クラス
GcComboBoxCellType メンバ

 

 


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