winforms icon indicating copy to clipboard operation
winforms copied to clipboard

Support the AutoEllipsis property for ToolStripLabel Control and ToolStripStatusLabel Control

Open roland5572 opened this issue 3 years ago • 0 comments

The Label Control already supports the AutoEllipsis property, but the following similar controls do not yet support the AutoEllipsis property.

Supported: https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.label

Unsupported:

ToolStripLabel Control: https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.toolstriplabel

ToolStripStatusLabel Control: https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.toolstripstatuslabel

About AutoEllipsis Property: Gets or sets a value indicating whether the ellipsis character (...) appears at the right edge of the Label, denoting that the Label text extends beyond the specified length of the Label.

roland5572 avatar Jan 21 '22 14:01 roland5572