Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonSplitButton Class / ShouldSerializeText Method

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

    Return Value

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