InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / ValueElement Class
Members

In This Topic
    ValueElement Class
    In This Topic

    Element that displays a simple value (numbers, dates, etc).

    The element's Style is responsible for formatting the value (with System.IFormattable).

    Object Model
    ValueElement Class
    Syntax
    'Declaration
     
    Public Class ValueElement 
       Inherits ContentElement
    public class ValueElement : ContentElement 
    Inheritance Hierarchy

    System.Object
       C1.Framework.Element
          C1.Framework.ContentElement
             C1.Framework.ValueElement
                C1.Framework.GridColumn

    See Also