Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / ShouldSerializeText Method

In This Topic
    ShouldSerializeText Method (C1TextBoxBase)
    In This Topic
    Specifies whether to save the value of the Text property.
    Syntax
    'Declaration
     
    
    Protected Shadows Function ShouldSerializeText() As Boolean
    protected new bool ShouldSerializeText()
    See Also