Indicates whether the
ImageResx 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 ShouldSerializeImageResx() |
| Visual Basic (Declaration) |
|---|
Protected Overridable Function ShouldSerializeImageResx As Boolean |
| Visual C++ |
|---|
protected:
virtual bool ShouldSerializeImageResx() |
Return Value
true if the property value has changed from its default; otherwise,
false.
See Also