Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor.Ribbon Namespace / ParagraphStyleGallery Class / ShouldSerializeCollapsible Method

In This Topic
    ShouldSerializeCollapsible Method (ParagraphStyleGallery)
    In This Topic
    Specifies whether to save the value of the Collapsible property.
    Syntax
    'Declaration
     
    Protected Overrides Function ShouldSerializeCollapsible() As System.Boolean
    protected override System.bool ShouldSerializeCollapsible()

    Return Value

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