C1.Win.4.8 Assembly / C1.Framework Namespace / ContentElement Class
Members

ContentElement Class

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
ContentElement Class
Syntax
'Declaration
 
Public MustInherit Class ContentElement 
   Inherits Element
 
Inheritance Hierarchy

System.Object
   C1.Framework.Element
      C1.Framework.ContentElement
         C1.Framework.ImageElement
         C1.Framework.TextElement
         C1.Framework.ValueElement

See Also