FileDialog.ValidateNames プロパティ

定義

ダイアログが有効な Win32 ファイル名のみを受け入れるかどうかを示す値を取得または設定します。

public:
 property bool ValidateNames { bool get(); void set(bool value); };
public bool ValidateNames { get; [System.Security.SecurityCritical] set; }
public bool ValidateNames { get; set; }
[<set: System.Security.SecurityCritical>]
member this.ValidateNames : bool with get, set
member this.ValidateNames : bool with get, set
Public Property ValidateNames As Boolean

プロパティ値

無効なファイル名が入力されたら警告を表示する場合は true。それ以外の場合は false。 既定値は、true です。

属性

適用対象