Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonLabel Class / ShouldSerializeToolTip Method

In This Topic
    ShouldSerializeToolTip Method (RibbonLabel)
    In This Topic
    Specifies whether to save the value of the RibbonItem.ToolTip property.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ShouldSerializeToolTip() As Boolean
    protected virtual bool ShouldSerializeToolTip()

    Return Value

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