次の方法で共有


TextInput.Valid プロパティ

定義

True の 場合は、指定したフォーム フィールド オブジェクトが有効なチェック ボックス フォーム フィールドです。

public:
 property bool default { bool get(); };
public bool this { get; }
member this.Valid : bool
Default Public ReadOnly Property Valid As Boolean

プロパティ値

注釈

プロパティを Type 適用する前に FormField 、 オブジェクトの プロパティを使用して、フォーム フィールドの種類 (wdFieldFormCheckBoxwdFieldFormDropDown、または wdFieldFormTextInput) を TextInput 決定します。 この予防措置により、 FormField オブジェクトが想定される型であることが保証されます。

適用対象