Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonToggleButton Class / ShouldSerializeToggleGroupName Method

In This Topic
    ShouldSerializeToggleGroupName Method (RibbonToggleButton)
    In This Topic
    Specifies whether to save the value of the RibbonToggleButton.ToggleGroupName property.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ShouldSerializeToggleGroupName() As Boolean
    protected virtual bool ShouldSerializeToggleGroupName()

    Return Value

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