Label.AutoEllipsis 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
。
- 属性
注解
设置为 AutoEllipsis 以 true
在用户用鼠标通过控件时显示超出工具提示中 宽度 Label 的文本。 如果 AutoSize 为 true
,则标签将增大以适应文本,并且不会显示省略号。
重要
如果字体高于 Label 的高度,并且 AutoEllipsis 为 true
,则必须将 设置为 AutoSizefalse
才能绘制文本。