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

In This Topic
    ShouldSerializeToolTip Method (RibbonIconItem)
    In This Topic
    Specifies whether to save the value of the 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