ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1TextBox Class / TextDetached Property

In This Topic
    TextDetached Property (C1TextBox)
    In This Topic
    Specifies whether the Value and Text properties can be set independently.
    Syntax
    'Declaration
     
    
    Public Property TextDetached As Boolean
    public bool TextDetached {get; set;}
    See Also