共用方式為


FolderBrowserDialog.OkRequiresInteraction 屬性

定義

取得或設定值,指出是否停用對話方塊的 [確定] 按鈕,直到使用者巡覽檢視或編輯檔案名 (是否適用) 。

public:
 property bool OkRequiresInteraction { bool get(); void set(bool value); };
public bool OkRequiresInteraction { get; set; }
member this.OkRequiresInteraction : bool with get, set
Public Property OkRequiresInteraction As Boolean

屬性值

備註

注意:停用 [確定] 按鈕並不會防止 Enter 鍵提交對話方塊。

適用於