InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputLabel Class / AutoEllipsis Property

In This Topic
    AutoEllipsis Property (InputLabel)
    In This Topic
    Enables the automatic handling of text that extends beyond the width of the label.
    Syntax
    'Declaration
     
    Public Property AutoEllipsis As Boolean
    public bool AutoEllipsis {get; set;}
    See Also