Indicates whether the Color1 property should be persisted.

Namespace:  BeeMobile.ComboBox
Assembly:  BeeMobile.RoundComboBox.CF35 (in BeeMobile.RoundComboBox.CF35.dll) Version: 3.5.1.6

Syntax

C#
protected virtual bool ShouldSerializeColor1()
Visual Basic (Declaration)
Protected Overridable Function ShouldSerializeColor1 As Boolean
Visual C++
protected:
virtual bool ShouldSerializeColor1()

Return Value

true if the property value has changed from its default; otherwise, false.

See Also