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

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