C1.WPF.PrintDocument.4.6.2 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
 
Remarks
The TagInputParams class is abstract, the following types derived from it can be used, depending on the current tag's type:
See Also