ComponentOne MultiSelect for WinForms
C1.Win.Input.GrapeCity.Editors.Fields Namespace / Field Class
Members

In This Topic
    Field Class
    In This Topic
    Represnts a Field class to define a base field.
    Syntax
    'Declaration
     
    
    Public MustInherit Class Field 
    public abstract class Field 
    Remarks
    This class will implement view function for single segment. And some input behavior will exposed to user, too. This is final interface for our user. When a field is created, it will create a segment and value module for it. Then configuration will be done on the segment and the value module.
    Inheritance Hierarchy

    System.Object
       C1.Win.Input.GrapeCity.Editors.Fields.Field

    See Also