Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Items Namespace / NavRefreshButton Class / ShouldSerializeText Method

In This Topic
    ShouldSerializeText Method (NavRefreshButton)
    In This Topic
    Specifies whether to save the value of the Text property.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ShouldSerializeText() As Boolean
    protected virtual bool ShouldSerializeText()

    Return Value

    Returns true if the styles has changed; otherwise, returns false.
    See Also