Label.AutoEllipsis プロパティ

定義

Label の右端に、Label テキストが Label の指定長を超えていることを意味する省略記号 ([...]) を表示するかどうかを示す値を取得または設定します。

public:
 property bool AutoEllipsis { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(true)]
public bool AutoEllipsis { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.AutoEllipsis : bool with get, set
Public Property AutoEllipsis As Boolean

プロパティ値

Boolean

追加のラベル テキストがあることを省略記号によって示す場合は true。それ以外の場合は false。 既定値は、false です。

属性

注釈

ユーザーがマウスでコントロールを渡すときに、ツールヒントのLabel幅を超えるテキストを表示するようにtrue設定AutoEllipsisします。 ある場合 AutoSizetrueラベルはテキストに合わせて拡大され、省略記号は表示されません。

重要

フォントが高さと高さLabelAutoEllipsisより高い場合はtrue、テキストをfalse描画するように設定AutoSizeする必要があります。

適用対象

こちらもご覧ください