IFileDialogControlEvents 介面 (shobjidl.h)
公開方法,允許應用程式收到與應用程式新增至通用檔案對話方塊之控件相關的事件通知。
繼承
IFileDialogControlEvents 介面繼承自 IUnknown 介面。 IFileDialogControlEvents 也有下列類型的成員:
方法
IFileDialogControlEvents 介面具有這些方法。
IFileDialogControlEvents::OnButtonClicked 當使用者按下命令按鈕時呼叫。 |
IFileDialogControlEvents::OnCheckButtonToggled 當使用者變更複選框 (複選框) 狀態時呼叫。 |
IFileDialogControlEvents::OnControlActivating 當透過 EnableOpenDropDown 或 [工具] 選單自定義的 [開啟] 按鈕下拉式清單即將顯示其內容時呼叫。 |
IFileDialogControlEvents::OnItemSelected 在下拉式方塊中選取專案時呼叫,當使用者單擊單選按鈕 (也稱為單選按鈕) ,或從 [工具] 功能表選擇專案時呼叫。 |
備註
實作時機
IFileDialogControlEvents 是由應用程式在實作 IFileDialogEvents 的相同物件上實作。對話框不會檢查這個介面方法的傳回值。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | shobjidl.h |