Indicates whether the
ImageFromResx property should be persisted.
Namespace:
BeeMobile.TransparentControls.Primitives
Assembly:
BeeMobile.TPanels.NET35 (in BeeMobile.TPanels.NET35.dll) Version: 3.5.8.5
Syntax
C# |
---|
protected virtual bool ShouldSerializeImageFromResx() |
Visual Basic (Declaration) |
---|
Protected Overridable Function ShouldSerializeImageFromResx As Boolean |
Visual C++ |
---|
protected:
virtual bool ShouldSerializeImageFromResx() |
Return Value
true if the property value has changed from its default; otherwise,
false.
See Also