FolderBrowserDialog.OkRequiresInteraction 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出是否停用對話方塊的 [確定] 按鈕,直到使用者巡覽檢視或編輯檔案名 (是否適用) 。
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 鍵提交對話方塊。