Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PrintPreviewControl.FileToolBar Class / ShouldSerializeToolStrip Method

In This Topic
    ShouldSerializeToolStrip Method (C1PrintPreviewControl.FileToolBar)
    In This Topic
    Indicates whether the ToolStrip property should be persisted.
    Syntax
    'Declaration
     
    Protected Overridable Function ShouldSerializeToolStrip() As Boolean
    protected virtual bool ShouldSerializeToolStrip()

    Return Value

    true if the property value has changed from its default; otherwise, false.
    See Also