MESCIUS SPREAD for Windows Forms 17.0J
Ellipsis プロパティ (GcComboBoxCellType)

テキストの幅がコントロールより長い場合に省略記号をどのように表示するかを取得または設定します。
構文
'Declaration
 
Public Property Ellipsis As EllipsisMode
public EllipsisMode Ellipsis {get; set;}

プロパティ値

<see cref="T:GrapeCity.Win.Spread.InputMan.CellType.EllipsisMode" />列挙体の<b>None</b>は、省略記号文字列が表示されないことを意味します。<b>EllipsisEnd</b>は、文字列の末尾に省略記号文字列を追加します。<b>EllipsisPath</b>は、文字列の中央に省略記号文字列を追加します。<b>EllipsisWord</b>は、文字列の末尾を単語単位でトリミングします。<br />
既定値は EllipsisMode.None です。
例外
例外説明
System.ComponentModel.InvalidEnumArgumentException指定された項目が有効なEllipsisModeではありません。
解説
テキストがコントロールの幅より長くて、なおかつコントロールにフォーカスがないときは、<see cref="P:GrapeCity.Win.Spread.InputMan.CellType.GcComboBox.EllipsisString" />プロパティが表示されます。
参照

GcComboBoxCellType クラス
GcComboBoxCellType メンバ

 

 


© MESCIUS inc. All rights reserved.