Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1ToolBar Class / WrapText Property

In This Topic
    WrapText Property
    In This Topic
    Gets or sets the value indicating whether to wrap text in links when ButtonWidth is greater than zero and text doesn't fit.
    Syntax
    'Declaration
     
    
    Public Property WrapText As Boolean
    public bool WrapText {get; set;}
    See Also