Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor.Ribbon Namespace / EditorRibbonToggleButton Class / ShouldSerializeText Method

In This Topic
    ShouldSerializeText Method (EditorRibbonToggleButton)
    In This Topic
    Specifies whether to save the value of the C1.Win.Ribbon.RibbonButton.Text property.
    Syntax
    'Declaration
     
    Protected Overrides Function ShouldSerializeText() As System.Boolean
    protected override System.bool ShouldSerializeText()

    Return Value

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