Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Items Namespace / NavLastButton Class / ShouldSerializeEnabled Method

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

    Return Value

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