PrintDocument for WinForms
InputParams プロパティ (Tag)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Tag クラス : InputParams プロパティ
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.
シンタックス
'宣言
 
Public Property InputParams As TagInputParams
'使用法
 
Dim instance As Tag
Dim value As TagInputParams
 
instance.InputParams = value
 
value = instance.InputParams
public TagInputParams InputParams {get; set;}
解説
The TagInputParams class is abstract, the following types derived from it can be used, depending on the current tag's type:
参照

Tag クラス
Tag メンバ