Indicates whether the ForeColor property should be persisted.

Namespace:  BeeMobile.ToolBar
Assembly:  BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.3.0

Syntax

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

Return Value

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

See Also