Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor.Ribbon Namespace / EditorRibbonComboBox Class / ShouldSerializeToolTip Method

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

    Return Value

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