Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Tag Class / InputParams Property

In This Topic
    InputParams Property
    In This Topic
    Gets or sets a TagInputParams object that is used by the tag input dialog to customize the editor for the current tag. By default, this property is null.
    Syntax
    'Declaration
     
    Public Property InputParams As TagInputParams
    public TagInputParams InputParams {get; set;}
    Remarks
    The TagInputParams class is abstract, the following types derived from it can be used, depending on the current tag's type:
    See Also