ControlType.Custom 字段

定义

标识一个控件,该控件不属于已定义的控件类型之一。

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

字段值

注解

控件 Custom 类型指示未标识为预定义控件类型之一的控件, (如 ButtonCalendar) 。

控件开发人员应在将控件指定为Custom控件类型之前检查其他控件类型,以确保其控件不提供与定义的控件类型之一相同的功能。

控件 Custom 类型需要额外的工作,提供程序才能实现 UI 自动化。 此外,UI 自动化客户端产品将无法根据控件的控件类型预测控件结构、键盘交互和可能的控件模式。

适用于