Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / TagInfo Class / InputParams Property

In This Topic
    InputParams Property (TagInfo)
    In This Topic
    Gets 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 ReadOnly Property InputParams As TagInputParams
    public TagInputParams InputParams {get;}
    Remarks
    The TagInputParams class is abstract, the following types derived from it can be used, depending on the current tag's type:
    • Used to customize input of a string value.
    • Used to customize input of a System.DateTime value.
    • Allows to use a ListBox or ComboBox for input of the tag's value.
    • Allows to input a Boolean value using a check box.
    • Used to customize input of a integer value.
    See Also