Input for WinForms | ComponentOne
C1.Win.Input.Pickers.FontPicker.Styles Namespace / FontPickerStyles Class / ShouldSerializeDefault Method

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

    Return Value

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