Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Styles Namespace / DbNavigatorStyles Class / ShouldSerializeEditor Method

In This Topic
    ShouldSerializeEditor Method (DbNavigatorStyles)
    In This Topic
    Specifies whether to save the value of the Editor property.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeEditor() As Boolean
    protected bool ShouldSerializeEditor()

    Return Value

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