共用方式為


ControlType.Button 欄位

定義

識別按鈕控制項。

public: static initonly System::Windows::Automation::ControlType ^ Button;
public static readonly System.Windows.Automation.ControlType Button;
 staticval mutable Button : System.Windows.Automation.ControlType
Public Shared ReadOnly Button As ControlType 

欄位值

ControlType

備註

按鈕會在按一下時執行單一動作。

按鈕可以做為獨立控制項或另一個控制項類型的子控制項使用。 例如,下拉式方塊控制項中的下拉箭號是按鈕。 當做子控制項使用時,按鈕位於消費者介面自動化樹狀結構的控制項檢視中, (不在內容檢視中) 。

適用於

另請參閱