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

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

    Return Value

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