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

属性值

如果要通过省略号指示附加标签文本,则为 true;否则为 false。 默认值为 false

属性

注解

设置为 AutoEllipsistrue 在用户用鼠标通过控件时显示超出工具提示中 宽度 Label 的文本。 如果 AutoSizetrue,则标签将增大以适应文本,并且不会显示省略号。

重要

如果字体高于 Label 的高度,并且 AutoEllipsistrue,则必须将 设置为 AutoSizefalse 才能绘制文本。

适用于

另请参阅