Indicates whether the ImageInDesignTimeOnly property should be persisted.

Namespace:  BeeMobile.TransparentControls
Assembly:  BeeMobile.TransparentControls.CF3 (in BeeMobile.TransparentControls.CF3.dll) Version: 3.5.8.2

Syntax

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

Return Value

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

See Also