Indicates whether the Text 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 ShouldSerializeText()
Visual Basic (Declaration)
Protected Overridable Function ShouldSerializeText As Boolean
Visual C++
protected:
virtual bool ShouldSerializeText()

Return Value

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

See Also