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

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

    Return Value

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