ComponentOne MultiSelect for WinForms
C1.Win.Input.Styles Namespace / ComboBoxStyles Class / ShouldSerializeItem Method

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

    Return Value

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