共用方式為


Office) (CommandBars.FindControls 方法

取得符合指定準則的 CommandBarControls 集合。

注意事項

[!注意事項] CommandBars 用於部分的 Microsoft Office 應用程式已經由 Microsoft Office Fluent 使用者介面的新功能區元件取代。 如需詳細資訊,請參閱 Office Fluent 功能區概觀

語法

運算式FindControls (類型識別碼標記可見)

表達 代表 CommandBars 物件的 變數。

參數

名稱 必要/選用 資料類型 描述
Type 選用 Variant 這是指定控制項類型的其中一個 MsoControlType 常數。
Id 選用 Variant 控制項的識別碼。
Tag 選用 Variant 控制項的標記值。
Visible 選用 Variant True 是表示 只在搜尋中包含可見的命令列控制項。 預設值為 False

傳回值

CommandBarControls

註解

如果找不到符合準則的控制項, FindControls 方法會傳回 Nothing

範例

這個範例會使用 FindControls 方法傳回識別碼為 18 的 CommandBars 集合的所有成員,並在訊息方塊中顯示 () 符合搜尋準則的控制項數目。

Dim myControls As CommandBarControls 
Set myControls = CommandBars.FindControls(Type:=msoControlButton, ID:=18) 
MsgBox "There are " & myControls.Count & _ 
    " controls that meet the search criteria."

另請參閱

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應