MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / DropDownViewStyles Class / ShouldSerializeSearch Method

In This Topic
    ShouldSerializeSearch Method
    In This Topic
    Specifies whether to save the value of the Search property.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeSearch() As Boolean
    protected bool ShouldSerializeSearch()

    Return Value

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