FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / RibbonTab Class / ShouldSerializeText Method

In This Topic
    ShouldSerializeText Method (RibbonTab)
    In This Topic
    Specifies whether to save the value of the Text property.
    Syntax
    'Declaration
     
    Protected Overridable Function ShouldSerializeText() As System.Boolean
    protected virtual System.bool ShouldSerializeText()

    Return Value

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