ButtonBase.AutoEllipsis 속성

정의

컨트롤의 오른쪽 가장자리에 줄임표 문자(...)가 표시되는지 여부를 나타내는 값을 가져오거나 설정합니다. 줄임표 문자는 컨트롤 텍스트가 지정된 컨트롤의 길이를 초과하여 확장됨을 나타냅니다.

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입니다. 기본값은 true입니다.

특성

설명

사용자가 마우스로 컨트롤을 통과할 때 컨트롤 너비를 넘어 도구 설명으로 확장되는 텍스트를 표시하도록 true 설정합니다AutoEllipsis. 원하는 경우 AutoEllipsis true컨트롤의 AutoSize 속성을 false 설정해야 합니다. 이 true경우 AutoSize 컨트롤이 텍스트에 맞게 증가하며 줄임표가 표시되지 않습니다.

적용 대상