PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PrintPreviewControl.PreviewToolBars Class / ShouldSerializeText Method

In This Topic
    ShouldSerializeText Method (C1PrintPreviewControl.PreviewToolBars)
    In This Topic
    Indicates whether the Text property should be persisted.
    Syntax
    'Declaration
     
    Protected Function ShouldSerializeText() As Boolean
    protected bool ShouldSerializeText()

    Return Value

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