Indicates whether the StretchImage property should be serialized by Visual Studio designer.

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

Syntax

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

Return Value

True if the property has changed from its default; false otherwise.

See Also