InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputMenu Class / AutoEllipsis Property

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