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

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

    Return Value

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