In This Topic
Abstract class for elements that display text or images.
Derived classes should override GetValue method to provide the content (text, images, formatted values).
This class does not have child elements.
Object Model
Syntax
'Declaration
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public MustInherit Class ContentElement
Inherits Element
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public abstract class ContentElement : Element
Inheritance Hierarchy
See Also