ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / UpcA Class
Members






In This Topic
    UpcA Class
    In This Topic
    Represents a control for drawing UPC-A.
    Object Model
    UpcA Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class UpcA 
       Inherits UpcBase
       Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As UpcA
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class UpcA : UpcBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class UpcA = class(UpcBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public class UpcA extends UpcBase implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class UpcA : public UpcBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class UpcA : public UpcBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.BarcodeBase
                C1.Web.Mvc.UpcBase
                   C1.Web.Mvc.UpcA

    See Also